kmy.regex.tree
Class RConstNode

java.lang.Object
  |
  +--kmy.regex.tree.RNode
        |
        +--kmy.regex.tree.RConstNode

public class RConstNode
extends RNode


Field Summary
 char c
           
 
Fields inherited from class kmy.regex.tree.RNode
maxLeft, maxLength, minLeft, minLength, position, prefix, tail
 
Constructor Summary
RConstNode(int pos, char c)
           
 
Method Summary
 java.lang.Object eval(RContext context)
           
 void toLowerCase()
           
 
Methods inherited from class kmy.regex.tree.RNode
collectReferences, findPrefix, finishPrepare, getNCells, hasForks, hasPicks, isEndAnchored, isStartAnchored, markReferenced, maxTotalLength, minTotalLength, prepare, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

c

public char c
Constructor Detail

RConstNode

public RConstNode(int pos,
                  char c)
Method Detail

toLowerCase

public void toLowerCase()
Overrides:
toLowerCase in class RNode

eval

public java.lang.Object eval(RContext context)
Overrides:
eval in class RNode