gov.llnl.babel.parsers.sidl
Interface ParserConstants
- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
T_COMMENT
public static final int T_COMMENT
- See Also:
- Constant Field Values
T_ABSTRACT
public static final int T_ABSTRACT
- See Also:
- Constant Field Values
T_CLASS
public static final int T_CLASS
- See Also:
- Constant Field Values
T_COPY
public static final int T_COPY
- See Also:
- Constant Field Values
T_ENUM
public static final int T_ENUM
- See Also:
- Constant Field Values
T_EXTENDS
public static final int T_EXTENDS
- See Also:
- Constant Field Values
T_IMPORT
public static final int T_IMPORT
- See Also:
- Constant Field Values
T_IN
public static final int T_IN
- See Also:
- Constant Field Values
T_INOUT
public static final int T_INOUT
- See Also:
- Constant Field Values
T_FINAL
public static final int T_FINAL
- See Also:
- Constant Field Values
T_IMPLEMENTS
public static final int T_IMPLEMENTS
- See Also:
- Constant Field Values
T_IMPLEMENTS_ALL
public static final int T_IMPLEMENTS_ALL
- See Also:
- Constant Field Values
T_INTERFACE
public static final int T_INTERFACE
- See Also:
- Constant Field Values
T_LOCAL
public static final int T_LOCAL
- See Also:
- Constant Field Values
T_ONEWAY
public static final int T_ONEWAY
- See Also:
- Constant Field Values
T_OUT
public static final int T_OUT
- See Also:
- Constant Field Values
T_PACKAGE
public static final int T_PACKAGE
- See Also:
- Constant Field Values
T_REQUIRE
public static final int T_REQUIRE
- See Also:
- Constant Field Values
T_STATIC
public static final int T_STATIC
- See Also:
- Constant Field Values
T_THROWS
public static final int T_THROWS
- See Also:
- Constant Field Values
T_VERSION
public static final int T_VERSION
- See Also:
- Constant Field Values
T_VOID
public static final int T_VOID
- See Also:
- Constant Field Values
T_ARRAY
public static final int T_ARRAY
- See Also:
- Constant Field Values
T_BOOLEAN
public static final int T_BOOLEAN
- See Also:
- Constant Field Values
T_CHAR
public static final int T_CHAR
- See Also:
- Constant Field Values
T_DCOMPLEX
public static final int T_DCOMPLEX
- See Also:
- Constant Field Values
T_DOUBLE
public static final int T_DOUBLE
- See Also:
- Constant Field Values
T_FCOMPLEX
public static final int T_FCOMPLEX
- See Also:
- Constant Field Values
T_FLOAT
public static final int T_FLOAT
- See Also:
- Constant Field Values
T_INT
public static final int T_INT
- See Also:
- Constant Field Values
T_LONG
public static final int T_LONG
- See Also:
- Constant Field Values
T_OPAQUE
public static final int T_OPAQUE
- See Also:
- Constant Field Values
T_STRING
public static final int T_STRING
- See Also:
- Constant Field Values
T_IDENTIFIER
public static final int T_IDENTIFIER
- See Also:
- Constant Field Values
T_VERSION_STRING
public static final int T_VERSION_STRING
- See Also:
- Constant Field Values
T_INTEGER
public static final int T_INTEGER
- See Also:
- Constant Field Values
T_DIGIT
public static final int T_DIGIT
- See Also:
- Constant Field Values
T_LETTER
public static final int T_LETTER
- See Also:
- Constant Field Values
T_CLOSE_ANGLE
public static final int T_CLOSE_ANGLE
- See Also:
- Constant Field Values
T_CLOSE_CURLY
public static final int T_CLOSE_CURLY
- See Also:
- Constant Field Values
T_CLOSE_PAREN
public static final int T_CLOSE_PAREN
- See Also:
- Constant Field Values
T_COMMA
public static final int T_COMMA
- See Also:
- Constant Field Values
T_EQUALS
public static final int T_EQUALS
- See Also:
- Constant Field Values
T_OPEN_ANGLE
public static final int T_OPEN_ANGLE
- See Also:
- Constant Field Values
T_OPEN_CURLY
public static final int T_OPEN_CURLY
- See Also:
- Constant Field Values
T_OPEN_PAREN
public static final int T_OPEN_PAREN
- See Also:
- Constant Field Values
T_SEMICOLON
public static final int T_SEMICOLON
- See Also:
- Constant Field Values
T_SCOPE
public static final int T_SCOPE
- See Also:
- Constant Field Values
T_COLUMN_MAJOR
public static final int T_COLUMN_MAJOR
- See Also:
- Constant Field Values
T_ROW_MAJOR
public static final int T_ROW_MAJOR
- See Also:
- Constant Field Values
T_CATCH_ALL
public static final int T_CATCH_ALL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
BEGIN_DOC_COMMENT
public static final int BEGIN_DOC_COMMENT
- See Also:
- Constant Field Values
LINE_DOC_COMMENT
public static final int LINE_DOC_COMMENT
- See Also:
- Constant Field Values
IN_DOC_COMMENT
public static final int IN_DOC_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage