public abstract class AbstractJSONExpr extends SimpleNode implements JSONPathCompilerTreeConstants
JJTARRAY, JJTEXPRESSION, JJTIMAGE, JJTNEG, jjtNodeName, JJTOBJECT, JJTPART, JJTPREDICATE, JJTSELECTOR, JJTTERM
Constructor and Description |
---|
AbstractJSONExpr(int i) |
Modifier and Type | Method and Description |
---|---|
AbstractJSONExpr |
at(int index) |
int |
getChildrenCount() |
java.lang.String |
getName() |
java.lang.String |
toString() |
dump, getId, jjtAddChild, jjtClose, jjtCreate, jjtCreate, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public int getChildrenCount()
public AbstractJSONExpr at(int index)
public java.lang.String getName()
public java.lang.String toString()
toString
in class SimpleNode