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