|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kmy.regex.tree.RNode
|
+--kmy.regex.tree.RBoundaryNode
| Field Summary | |
int |
boundaryClass
|
| Fields inherited from class kmy.regex.tree.RNode |
maxLeft,
maxLength,
minLeft,
minLength,
position,
prefix,
tail |
| Constructor Summary | |
RBoundaryNode(int pos,
int boundaryClass)
|
|
| Method Summary | |
java.lang.Object |
eval(RContext context)
|
CharSet |
findPrefix(CharSet tailPrefix)
|
boolean |
isEndAnchored()
|
boolean |
isStartAnchored()
|
void |
prepare(int addMaxLeft,
int addMinLeft)
|
| Methods inherited from class kmy.regex.tree.RNode |
collectReferences,
finishPrepare,
getNCells,
hasForks,
hasPicks,
markReferenced,
maxTotalLength,
minTotalLength,
toLowerCase,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int boundaryClass
| Constructor Detail |
public RBoundaryNode(int pos,
int boundaryClass)
| Method Detail |
public void prepare(int addMaxLeft,
int addMinLeft)
public CharSet findPrefix(CharSet tailPrefix)
public boolean isStartAnchored()
public boolean isEndAnchored()
public java.lang.Object eval(RContext context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||