|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kmy.jint.tree.BasicNode
|
+--kmy.jint.tree.ExpressionNode
|
+--kmy.jint.tree.TextProcessingNode
|
+--kmy.jint.tree.RegexNode
| Field Summary | |
boolean |
embed
|
int |
flags
|
java.lang.String[] |
pickList
|
java.lang.String[] |
refList
|
RNode |
regexNode
|
java.lang.String |
str
|
java.util.Hashtable |
vars
|
| Fields inherited from class kmy.jint.tree.ExpressionNode |
clazz,
NOT_CONST |
| Fields inherited from class kmy.jint.tree.BasicNode |
attachment,
filePos |
| Constructor Summary | |
RegexNode(int filePos,
java.lang.String str,
int flags,
boolean regex)
|
|
| Method Summary | |
java.lang.Object |
eval(Context context)
Calls corresponding eval* method in the given Context. |
| Methods inherited from class kmy.jint.tree.ExpressionNode |
getConstValue |
| Methods inherited from class kmy.jint.tree.BasicNode |
getAttachment,
getFilePos,
getLine,
setAttachment,
setFilePos,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public java.lang.String str
public int flags
public boolean embed
public RNode regexNode
public java.lang.String[] refList
public java.lang.String[] pickList
public java.util.Hashtable vars
| Constructor Detail |
public RegexNode(int filePos,
java.lang.String str,
int flags,
boolean regex)
| Method Detail |
public java.lang.Object eval(Context context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||