edu.ksu.cis.projects.bogor.parser
Interface BogorParserConstants
- All Known Implementing Classes:
- BogorParser, BogorParserTokenManager
public interface BogorParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
ACTIVE
static final int ACTIVE
- See Also:
- Constant Field Values
DO
static final int DO
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
LOC
static final int LOC
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
LOCK
static final int LOCK
- See Also:
- Constant Field Values
ENUM
static final int ENUM
- See Also:
- Constant Field Values
MAIN
static final int MAIN
- See Also:
- Constant Field Values
WHEN
static final int WHEN
- See Also:
- Constant Field Values
GOTO
static final int GOTO
- See Also:
- Constant Field Values
WAIT
static final int WAIT
- See Also:
- Constant Field Values
EXIT
static final int EXIT
- See Also:
- Constant Field Values
WHERE
static final int WHERE
- See Also:
- Constant Field Values
CATCH
static final int CATCH
- See Also:
- Constant Field Values
THROW
static final int THROW
- See Also:
- Constant Field Values
RECORD
static final int RECORD
- See Also:
- Constant Field Values
THREAD
static final int THREAD
- See Also:
- Constant Field Values
INVOKE
static final int INVOKE
- See Also:
- Constant Field Values
ASSUME
static final int ASSUME
- See Also:
- Constant Field Values
UNLOCK
static final int UNLOCK
- See Also:
- Constant Field Values
SYSTEM
static final int SYSTEM
- See Also:
- Constant Field Values
RETURNS
static final int RETURNS
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
ASSERT
static final int ASSERT
- See Also:
- Constant Field Values
UNWAIT
static final int UNWAIT
- See Also:
- Constant Field Values
NOTIFY
static final int NOTIFY
- See Also:
- Constant Field Values
HASLOCK
static final int HASLOCK
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
PRINTLN
static final int PRINTLN
- See Also:
- Constant Field Values
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
LIVE
static final int LIVE
- See Also:
- Constant Field Values
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
THROWABLE
static final int THROWABLE
- See Also:
- Constant Field Values
INVISIBLE
static final int INVISIBLE
- See Also:
- Constant Field Values
VISIBLE
static final int VISIBLE
- See Also:
- Constant Field Values
NOTIFYALL
static final int NOTIFYALL
- See Also:
- Constant Field Values
WASNOTIFIED
static final int WASNOTIFIED
- See Also:
- Constant Field Values
THREADTERMINATED
static final int THREADTERMINATED
- See Also:
- Constant Field Values
LOCKAVAILABLE
static final int LOCKAVAILABLE
- See Also:
- Constant Field Values
START
static final int START
- See Also:
- Constant Field Values
INSTANCEOF
static final int INSTANCEOF
- See Also:
- Constant Field Values
KINDOF
static final int KINDOF
- See Also:
- Constant Field Values
NEW
static final int NEW
- See Also:
- Constant Field Values
VIRTUAL
static final int VIRTUAL
- See Also:
- Constant Field Values
TOP
static final int TOP
- See Also:
- Constant Field Values
CONST
static final int CONST
- See Also:
- Constant Field Values
TID
static final int TID
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
VOID
static final int VOID
- See Also:
- Constant Field Values
WRAP
static final int WRAP
- See Also:
- Constant Field Values
STRINGKW
static final int STRINGKW
- See Also:
- Constant Field Values
FOR
static final int FOR
- See Also:
- Constant Field Values
EXTENSION
static final int EXTENSION
- See Also:
- Constant Field Values
EXPDEF
static final int EXPDEF
- See Also:
- Constant Field Values
ACTIONDEF
static final int ACTIONDEF
- See Also:
- Constant Field Values
TYPEDEF
static final int TYPEDEF
- See Also:
- Constant Field Values
PTYPEDEF
static final int PTYPEDEF
- See Also:
- Constant Field Values
LAZY
static final int LAZY
- See Also:
- Constant Field Values
ON
static final int ON
- See Also:
- Constant Field Values
IN
static final int IN
- See Also:
- Constant Field Values
FUN
static final int FUN
- See Also:
- Constant Field Values
LET
static final int LET
- See Also:
- Constant Field Values
UNIT
static final int UNIT
- See Also:
- Constant Field Values
EXCEPT
static final int EXCEPT
- See Also:
- Constant Field Values
TYPEALIAS
static final int TYPEALIAS
- See Also:
- Constant Field Values
TRANSIENT
static final int TRANSIENT
- See Also:
- Constant Field Values
ATOMIC
static final int ATOMIC
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
ELSEIF
static final int ELSEIF
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
CHOOSE
static final int CHOOSE
- See Also:
- Constant Field Values
TRY
static final int TRY
- See Also:
- Constant Field Values
SKIPP
static final int SKIPP
- See Also:
- Constant Field Values
REFLECT
static final int REFLECT
- 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
LDOTS
static final int LDOTS
- See Also:
- Constant Field Values
BIND
static final int BIND
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
BANG
static final int BANG
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
HOOK
static final int HOOK
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
REM
static final int REM
- See Also:
- Constant Field Values
MAP
static final int MAP
- See Also:
- Constant Field Values
SHL
static final int SHL
- See Also:
- Constant Field Values
SHR
static final int SHR
- See Also:
- Constant Field Values
USHR
static final int USHR
- See Also:
- Constant Field Values
BIT_AND
static final int BIT_AND
- See Also:
- Constant Field Values
BIT_OR
static final int BIT_OR
- See Also:
- Constant Field Values
BIT_XOR
static final int BIT_XOR
- See Also:
- Constant Field Values
TYPEVARID
static final int TYPEVARID
- See Also:
- Constant Field Values
JAVAID
static final int JAVAID
- 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
BOGORID
static final int BOGORID
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
LONG_LITERAL
static final int LONG_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
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
SIGN
static final int SIGN
- See Also:
- Constant Field Values
CHARACTER_LITERAL
static final int CHARACTER_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_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage