Uses of Class
com.raelity.jvi.OPARG

Packages that use OPARG
com.raelity.jvi This is the main package of the jVi editor; it contains the primary editing engine. 
 

Uses of OPARG in com.raelity.jvi
 

Methods in com.raelity.jvi that return OPARG
 OPARG OPARG.copy()
          Create a copy of OPARG.
 

Methods in com.raelity.jvi with parameters of type OPARG
static int Misc.op_replace(OPARG oap, char c)
           
static int Misc.op_replace7(OPARG oap, char c)
           
static int Misc.op_yank(OPARG oap, boolean deleting, boolean mess)
          Yank the text between curwin->w_cursor and startpos into a yank register.