Interface POParserConstants
- All Known Implementing Classes:
POParser,POParserTokenManager
public interface POParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLexical state.static final intRegularExpression Id.static final intEnd of File.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final String[]Literal token values.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
-
LBRA
static final int LBRARegularExpression Id.- See Also:
-
RBRA
static final int RBRARegularExpression Id.- See Also:
-
ELEMENT
static final int ELEMENTRegularExpression Id.- See Also:
-
REL
static final int RELRegularExpression Id.- See Also:
-
EOL
static final int EOLRegularExpression Id.- See Also:
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
-
tokenImage
Literal token values.
-