Interface ExpressionTreeConstants
- All Known Implementing Classes:
Expression
public interface ExpressionTreeConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final String[]
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
JJTCOMPLETEEXPRESSION
static final int JJTCOMPLETEEXPRESSION- See Also:
-
JJTLITERAL
static final int JJTLITERAL- See Also:
-
JJTVOID
static final int JJTVOID- See Also:
-
JJTCOMPOSITEREFERENCE
static final int JJTCOMPOSITEREFERENCE- See Also:
-
JJTFUNCTIONCALLPARAMETERS
static final int JJTFUNCTIONCALLPARAMETERS- See Also:
-
JJTPROPERTYVALUEREFERENCE
static final int JJTPROPERTYVALUEREFERENCE- See Also:
-
JJTPROPERTYIDENTIFIERREFERENCE
static final int JJTPROPERTYIDENTIFIERREFERENCE- See Also:
-
JJTIDENTIFIER
static final int JJTIDENTIFIER- See Also:
-
JJTCONDITIONALEXPRESSION
static final int JJTCONDITIONALEXPRESSION- See Also:
-
JJTOREXPRESSIONSEQUENCE
static final int JJTOREXPRESSIONSEQUENCE- See Also:
-
JJTANDEXPRESSIONSEQUENCE
static final int JJTANDEXPRESSIONSEQUENCE- See Also:
-
JJTOPERATOR
static final int JJTOPERATOR- See Also:
-
JJTCOMPARISONEXPRESSIONSEQUENCE
static final int JJTCOMPARISONEXPRESSIONSEQUENCE- See Also:
-
JJTADDITIVEEXPRESSIONSEQUENCE
static final int JJTADDITIVEEXPRESSIONSEQUENCE- See Also:
-
JJTMULTIPLICATIVEEXPRESSIONSEQUENCE
static final int JJTMULTIPLICATIVEEXPRESSIONSEQUENCE- See Also:
-
JJTUNARYEXPRESSION
static final int JJTUNARYEXPRESSION- See Also:
-
JJTARRAYLITERAL
static final int JJTARRAYLITERAL- See Also:
-
JJTELISION
static final int JJTELISION- See Also:
-
jjtNodeName
-