|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
public abstract class JexlNode
Base class for parser nodes - holds an 'image' of the token for later use.
| Nested Class Summary | |
|---|---|
static interface |
JexlNode.Literal<T>
A marker interface for literals. |
| Field Summary | |
|---|---|
java.lang.String |
image
token value. |
| Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode |
|---|
children, id, parent, value |
| Constructor Summary | |
|---|---|
JexlNode(int id)
|
|
JexlNode(Parser p,
int id)
|
|
| Method Summary | |
|---|---|
java.lang.String |
debugString()
Formats this information for debugging purpose. |
JexlInfo |
getInfo()
|
| Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode |
|---|
childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String image
| Constructor Detail |
|---|
public JexlNode(int id)
public JexlNode(Parser p,
int id)
| Method Detail |
|---|
public JexlInfo getInfo()
public java.lang.String debugString()
debugString in interface JexlInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||