kmy.regex.interp
Class Variable

java.lang.Object
  |
  +--kmy.regex.compiler.RVariable
        |
        +--kmy.regex.interp.Variable

class Variable
extends RVariable


Field Summary
(package private)  int cell
           
(package private)  int extCell
           
 
Constructor Summary
(package private) Variable()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

cell

int cell

extCell

int extCell
Constructor Detail

Variable

Variable()