Interface JsltParserTreeConstants
-
- All Known Implementing Classes:
JsltParser
public interface JsltParserTreeConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
JJTADDITIVEEXPR
static int
JJTADDITIVEOPERATOR
static int
JJTANDEXPR
static int
JJTARRAY
static int
JJTARRAYSLICING
static int
JJTBASEEXPR
static int
JJTCHAINABLE
static int
JJTCHAINLINK
static int
JJTCOLON
static int
JJTCOMPARATIVEEXPR
static int
JJTCOMPARATOR
static int
JJTDOTKEY
static int
JJTELSEBRANCH
static int
JJTEXPR
static int
JJTFUNCTIONCALL
static int
JJTFUNCTIONDECL
static int
JJTIFSTATEMENT
static int
JJTIMPORT
static int
JJTLET
static int
JJTMATCHER
static int
JJTMATCHERMINUS
static int
JJTMODULE
static int
JJTMULTIPLICATIVEEXPR
static int
JJTMULTIPLICATIVEOPERATOR
static java.lang.String[]
jjtNodeName
static int
JJTOBJECT
static int
JJTOBJECTCOMPREHENSION
static int
JJTOREXPR
static int
JJTPAIR
static int
JJTPARENTHESIS
static int
JJTPIPEOPERATOR
static int
JJTSTART
static int
JJTVOID
-
-
-
Field Detail
-
JJTSTART
static final int JJTSTART
- See Also:
- Constant Field Values
-
JJTMODULE
static final int JJTMODULE
- See Also:
- Constant Field Values
-
JJTEXPR
static final int JJTEXPR
- See Also:
- Constant Field Values
-
JJTOREXPR
static final int JJTOREXPR
- See Also:
- Constant Field Values
-
JJTANDEXPR
static final int JJTANDEXPR
- See Also:
- Constant Field Values
-
JJTCOMPARATIVEEXPR
static final int JJTCOMPARATIVEEXPR
- See Also:
- Constant Field Values
-
JJTCOMPARATOR
static final int JJTCOMPARATOR
- See Also:
- Constant Field Values
-
JJTPIPEOPERATOR
static final int JJTPIPEOPERATOR
- See Also:
- Constant Field Values
-
JJTADDITIVEEXPR
static final int JJTADDITIVEEXPR
- See Also:
- Constant Field Values
-
JJTADDITIVEOPERATOR
static final int JJTADDITIVEOPERATOR
- See Also:
- Constant Field Values
-
JJTMULTIPLICATIVEEXPR
static final int JJTMULTIPLICATIVEEXPR
- See Also:
- Constant Field Values
-
JJTMULTIPLICATIVEOPERATOR
static final int JJTMULTIPLICATIVEOPERATOR
- See Also:
- Constant Field Values
-
JJTBASEEXPR
static final int JJTBASEEXPR
- See Also:
- Constant Field Values
-
JJTCHAINABLE
static final int JJTCHAINABLE
- See Also:
- Constant Field Values
-
JJTCHAINLINK
static final int JJTCHAINLINK
- See Also:
- Constant Field Values
-
JJTPARENTHESIS
static final int JJTPARENTHESIS
- See Also:
- Constant Field Values
-
JJTDOTKEY
static final int JJTDOTKEY
- See Also:
- Constant Field Values
-
JJTARRAYSLICING
static final int JJTARRAYSLICING
- See Also:
- Constant Field Values
-
JJTCOLON
static final int JJTCOLON
- See Also:
- Constant Field Values
-
JJTVOID
static final int JJTVOID
- See Also:
- Constant Field Values
-
JJTARRAY
static final int JJTARRAY
- See Also:
- Constant Field Values
-
JJTOBJECT
static final int JJTOBJECT
- See Also:
- Constant Field Values
-
JJTMATCHER
static final int JJTMATCHER
- See Also:
- Constant Field Values
-
JJTMATCHERMINUS
static final int JJTMATCHERMINUS
- See Also:
- Constant Field Values
-
JJTPAIR
static final int JJTPAIR
- See Also:
- Constant Field Values
-
JJTOBJECTCOMPREHENSION
static final int JJTOBJECTCOMPREHENSION
- See Also:
- Constant Field Values
-
JJTIFSTATEMENT
static final int JJTIFSTATEMENT
- See Also:
- Constant Field Values
-
JJTELSEBRANCH
static final int JJTELSEBRANCH
- See Also:
- Constant Field Values
-
JJTFUNCTIONCALL
static final int JJTFUNCTIONCALL
- See Also:
- Constant Field Values
-
JJTLET
static final int JJTLET
- See Also:
- Constant Field Values
-
JJTFUNCTIONDECL
static final int JJTFUNCTIONDECL
- See Also:
- Constant Field Values
-
JJTIMPORT
static final int JJTIMPORT
- See Also:
- Constant Field Values
-
jjtNodeName
static final java.lang.String[] jjtNodeName
-
-