gov.llnl.babel.parsers.sidl2
Interface SIDLParserConstants
- All Known Implementing Classes:
- SIDLParser, SIDLParserTokenManager
public interface SIDLParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
DOC_COMMENT
static final int DOC_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
VOID
static final int VOID
- See Also:
- Constant Field Values
ARRAY
static final int ARRAY
- See Also:
- Constant Field Values
RARRAY
static final int RARRAY
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
CHAR
static final int CHAR
- See Also:
- Constant Field Values
DCOMPLEX
static final int DCOMPLEX
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
FCOMPLEX
static final int FCOMPLEX
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
OPAQUE
static final int OPAQUE
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
CLASS
static final int CLASS
- See Also:
- Constant Field Values
ENUM
static final int ENUM
- See Also:
- Constant Field Values
STRUCT
static final int STRUCT
- See Also:
- Constant Field Values
INTERFACE
static final int INTERFACE
- See Also:
- Constant Field Values
ABSTRACT
static final int ABSTRACT
- See Also:
- Constant Field Values
LOGICAL_AND
static final int LOGICAL_AND
- See Also:
- Constant Field Values
COPY
static final int COPY
- See Also:
- Constant Field Values
COLUMN_MAJOR
static final int COLUMN_MAJOR
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
ENSURE
static final int ENSURE
- See Also:
- Constant Field Values
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
FINAL
static final int FINAL
- See Also:
- Constant Field Values
FROM
static final int FROM
- See Also:
- Constant Field Values
IFF
static final int IFF
- See Also:
- Constant Field Values
IMPLEMENTS
static final int IMPLEMENTS
- See Also:
- Constant Field Values
IMPLEMENTS_ALL
static final int IMPLEMENTS_ALL
- See Also:
- Constant Field Values
IMPLIES
static final int IMPLIES
- See Also:
- Constant Field Values
IMPORT
static final int IMPORT
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
INOUT
static final int INOUT
- See Also:
- Constant Field Values
INVARIANT
static final int INVARIANT
- See Also:
- Constant Field Values
IS
static final int IS
- See Also:
- Constant Field Values
LOCAL
static final int LOCAL
- See Also:
- Constant Field Values
MODULUS
static final int MODULUS
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
NONBLOCKING
static final int NONBLOCKING
- See Also:
- Constant Field Values
ONEWAY
static final int ONEWAY
- See Also:
- Constant Field Values
ORDER
static final int ORDER
- See Also:
- Constant Field Values
LOGICAL_OR
static final int LOGICAL_OR
- See Also:
- Constant Field Values
OUT
static final int OUT
- See Also:
- Constant Field Values
PACKAGE
static final int PACKAGE
- See Also:
- Constant Field Values
PURE
static final int PURE
- See Also:
- Constant Field Values
REMAINDER
static final int REMAINDER
- See Also:
- Constant Field Values
REQUIRE
static final int REQUIRE
- See Also:
- Constant Field Values
RESULT
static final int RESULT
- See Also:
- Constant Field Values
ROW_MAJOR
static final int ROW_MAJOR
- See Also:
- Constant Field Values
STATIC
static final int STATIC
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
THROWS
static final int THROWS
- See Also:
- Constant Field Values
VERSION
static final int VERSION
- See Also:
- Constant Field Values
LOGICAL_XOR
static final int LOGICAL_XOR
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
EXTENSION
static final int EXTENSION
- See Also:
- Constant Field Values
VERSION_STRING
static final int VERSION_STRING
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
ATTRIB_BEGIN
static final int ATTRIB_BEGIN
- See Also:
- Constant Field Values
ATTRIB_ID
static final int ATTRIB_ID
- See Also:
- Constant Field Values
ATTRIB_STRING
static final int ATTRIB_STRING
- See Also:
- Constant Field Values
ATTRIB_EQ
static final int ATTRIB_EQ
- See Also:
- Constant Field Values
ATTRIB_COMMA
static final int ATTRIB_COMMA
- See Also:
- Constant Field Values
ATTRIB_END
static final int ATTRIB_END
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
BITWISE_AND
static final int BITWISE_AND
- See Also:
- Constant Field Values
BITWISE_XOR
static final int BITWISE_XOR
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
BITWISE_OR
static final int BITWISE_OR
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
POWER
static final int POWER
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
TILDE
static final int TILDE
- See Also:
- Constant Field Values
LSHIFT
static final int LSHIFT
- See Also:
- Constant Field Values
RSHIFT
static final int RSHIFT
- See Also:
- Constant Field Values
BOOLEAN_LITERAL
static final int BOOLEAN_LITERAL
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
SIMPLE_FLOATING_POINT_LITERAL
static final int SIMPLE_FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_DOC_COMMENT
static final int IN_DOC_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
IN_ATTRIB_LIST
static final int IN_ATTRIB_LIST
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage