com.lutris.appserver.server.jolt.parser
Interface JoltParserConstants
- All Known Implementing Classes:
- JoltParser, JoltParserTokenManager
- public interface JoltParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
JOLTSTART
public static final int JOLTSTART
- See Also:
- Constant Field Values
JOLTFIELDSTART
public static final int JOLTFIELDSTART
- See Also:
- Constant Field Values
JOLTEND
public static final int JOLTEND
- See Also:
- Constant Field Values
HTMLCHAR
public static final int HTMLCHAR
- See Also:
- Constant Field Values
JOLTFIELDEND
public static final int JOLTFIELDEND
- See Also:
- Constant Field Values
ENCODINGSTART
public static final int ENCODINGSTART
- See Also:
- Constant Field Values
ENCODINGEND
public static final int ENCODINGEND
- See Also:
- Constant Field Values
DEFAULTSTART
public static final int DEFAULTSTART
- See Also:
- Constant Field Values
SQ
public static final int SQ
- See Also:
- Constant Field Values
DQ
public static final int DQ
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
CH
public static final int CH
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
BOOLEANCONDITIONAL
public static final int BOOLEANCONDITIONAL
- See Also:
- Constant Field Values
IFEQ
public static final int IFEQ
- See Also:
- Constant Field Values
IFNEQ
public static final int IFNEQ
- See Also:
- Constant Field Values
DEFINEDCONDITIONAL
public static final int DEFINEDCONDITIONAL
- See Also:
- Constant Field Values
IFDEF
public static final int IFDEF
- See Also:
- Constant Field Values
IFNDEF
public static final int IFNDEF
- See Also:
- Constant Field Values
METHODCONDITIONAL
public static final int METHODCONDITIONAL
- See Also:
- Constant Field Values
IFCALL
public static final int IFCALL
- See Also:
- Constant Field Values
IFNCALL
public static final int IFNCALL
- See Also:
- Constant Field Values
IFLOOP
public static final int IFLOOP
- See Also:
- Constant Field Values
IFNLOOP
public static final int IFNLOOP
- See Also:
- Constant Field Values
TAGEND
public static final int TAGEND
- See Also:
- Constant Field Values
ARGDOT
public static final int ARGDOT
- See Also:
- Constant Field Values
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
JAVADEF
public static final int JAVADEF
- See Also:
- Constant Field Values
HTMLDEF
public static final int HTMLDEF
- See Also:
- Constant Field Values
ANYCALL
public static final int ANYCALL
- See Also:
- Constant Field Values
CALL
public static final int CALL
- See Also:
- Constant Field Values
JAVACALL
public static final int JAVACALL
- See Also:
- Constant Field Values
HTMLCALL
public static final int HTMLCALL
- See Also:
- Constant Field Values
HTML
public static final int HTML
- See Also:
- Constant Field Values
JAVAIMPORT
public static final int JAVAIMPORT
- See Also:
- Constant Field Values
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
SOURCE
public static final int SOURCE
- See Also:
- Constant Field Values
JAVACATCH
public static final int JAVACATCH
- See Also:
- Constant Field Values
JAVAFINALLY
public static final int JAVAFINALLY
- See Also:
- Constant Field Values
U_TAGEND
public static final int U_TAGEND
- See Also:
- Constant Field Values
U_ARGDOT
public static final int U_ARGDOT
- See Also:
- Constant Field Values
U_VALUE
public static final int U_VALUE
- See Also:
- Constant Field Values
ARGEQ
public static final int ARGEQ
- See Also:
- Constant Field Values
U_ARGEQ
public static final int U_ARGEQ
- See Also:
- Constant Field Values
ARGVALUE
public static final int ARGVALUE
- See Also:
- Constant Field Values
U_ARGVALUE
public static final int U_ARGVALUE
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
SQUOTE
public static final int SQUOTE
- See Also:
- Constant Field Values
DQUOTE
public static final int DQUOTE
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_UNPARSED
public static final int IN_UNPARSED
- See Also:
- Constant Field Values
IN_JOLT_TAG
public static final int IN_JOLT_TAG
- See Also:
- Constant Field Values
IN_U_JOLT_TAG
public static final int IN_U_JOLT_TAG
- See Also:
- Constant Field Values
IN_JOLT_FIELD
public static final int IN_JOLT_FIELD
- See Also:
- Constant Field Values
IN_ARG_NAME
public static final int IN_ARG_NAME
- See Also:
- Constant Field Values
IN_U_ARG_NAME
public static final int IN_U_ARG_NAME
- See Also:
- Constant Field Values
IN_JOLT_FIELD_DEFAULT
public static final int IN_JOLT_FIELD_DEFAULT
- See Also:
- Constant Field Values
IN_ARG_VALUE
public static final int IN_ARG_VALUE
- See Also:
- Constant Field Values
IN_U_ARG_VALUE
public static final int IN_U_ARG_VALUE
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage