Interface StructuredFieldParserConstants
-
- All Known Implementing Classes:
StructuredFieldParser,StructuredFieldParserTokenManager
public interface StructuredFieldParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANYRegularExpression Id.static intCONTENTRegularExpression Id.static intDEFAULTLexical state.static intEOFEnd of File.static intFOLDRegularExpression Id.static intINCOMMENTLexical state.static intINQUOTEDSTRINGLexical state.static intNESTED_COMMENTLexical state.static intQUOTEDPAIRRegularExpression Id.static intQUOTEDSTRINGRegularExpression Id.static intSTRING_CONTENTRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intWSRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
STRING_CONTENT
static final int STRING_CONTENT
RegularExpression Id.- See Also:
- Constant Field Values
-
FOLD
static final int FOLD
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTEDSTRING
static final int QUOTEDSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
WS
static final int WS
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTENT
static final int CONTENT
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTEDPAIR
static final int QUOTEDPAIR
RegularExpression Id.- See Also:
- Constant Field Values
-
ANY
static final int ANY
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
INCOMMENT
static final int INCOMMENT
Lexical state.- See Also:
- Constant Field Values
-
NESTED_COMMENT
static final int NESTED_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
INQUOTEDSTRING
static final int INQUOTEDSTRING
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-