Package org.web3d.parser.x3d
Interface X3DFieldParserConstants
- All Known Implementing Classes:
X3DFieldParser,X3DFieldParserTokenManager
public interface X3DFieldParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRegularExpression Id.static final intLexical state.static final intEnd of File.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final intRegularExpression Id.static final String[]Literal token values.static final intRegularExpression Id.static final intRegularExpression Id.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
-
NUMBER_LITERAL
static final int NUMBER_LITERALRegularExpression Id.- See Also:
-
STRING_LITERAL
static final int STRING_LITERALRegularExpression Id.- See Also:
-
LBRACKET
static final int LBRACKETRegularExpression Id.- See Also:
-
RBRACKET
static final int RBRACKETRegularExpression Id.- See Also:
-
TRUE
static final int TRUERegularExpression Id.- See Also:
-
FALSE
static final int FALSERegularExpression Id.- See Also:
-
TRUE_L
static final int TRUE_LRegularExpression Id.- See Also:
-
FALSE_L
static final int FALSE_LRegularExpression Id.- See Also:
-
COMMENT
static final int COMMENTRegularExpression Id.- See Also:
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
-
tokenImage
Literal token values.
-