gov.llnl.babel.parsers.sidl2
Interface SIDLParserConstants

All Known Implementing Classes:
SIDLParser, SIDLParserTokenManager

public interface SIDLParserConstants


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

Field Detail

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