org.media.mn8.parser
Interface mn8TokenTypes
- All Known Implementing Classes:
- mn8Lexer, mn8Parser
- public interface mn8TokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
CONCEPT_DEFINITION
public static final int CONCEPT_DEFINITION
- See Also:
- Constant Field Values
METHOD_DEFINITION
public static final int METHOD_DEFINITION
- See Also:
- Constant Field Values
IMPLEMENTS_CLAUSE
public static final int IMPLEMENTS_CLAUSE
- See Also:
- Constant Field Values
BLOCK
public static final int BLOCK
- See Also:
- Constant Field Values
ARRAY_DECLARATOR
public static final int ARRAY_DECLARATOR
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
UNARY_MINUS
public static final int UNARY_MINUS
- See Also:
- Constant Field Values
UNARY_PLUS
public static final int UNARY_PLUS
- See Also:
- Constant Field Values
ATTRIDENT
public static final int ATTRIDENT
- See Also:
- Constant Field Values
ELMETIDENTIFIER
public static final int ELMETIDENTIFIER
- See Also:
- Constant Field Values
EXPR
public static final int EXPR
- See Also:
- Constant Field Values
ELIST
public static final int ELIST
- See Also:
- Constant Field Values
OLIST
public static final int OLIST
- See Also:
- Constant Field Values
METHOD_CALL
public static final int METHOD_CALL
- See Also:
- Constant Field Values
POST_INC
public static final int POST_INC
- See Also:
- Constant Field Values
POST_DEC
public static final int POST_DEC
- See Also:
- Constant Field Values
CONDITION
public static final int CONDITION
- See Also:
- Constant Field Values
IF_BLOCK
public static final int IF_BLOCK
- See Also:
- Constant Field Values
ELSE_BLOCK
public static final int ELSE_BLOCK
- See Also:
- Constant Field Values
ELIF_BLOCK
public static final int ELIF_BLOCK
- See Also:
- Constant Field Values
FIND_FIRST
public static final int FIND_FIRST
- See Also:
- Constant Field Values
FIND_LAST
public static final int FIND_LAST
- See Also:
- Constant Field Values
SOURCE
public static final int SOURCE
- See Also:
- Constant Field Values
ELEM
public static final int ELEM
- See Also:
- Constant Field Values
METH
public static final int METH
- See Also:
- Constant Field Values
VARIABLE
public static final int VARIABLE
- See Also:
- Constant Field Values
PARAMETER
public static final int PARAMETER
- See Also:
- Constant Field Values
PAREN_EXPR
public static final int PAREN_EXPR
- See Also:
- Constant Field Values
PRINT
public static final int PRINT
- See Also:
- Constant Field Values
ELEM_VALREF
public static final int ELEM_VALREF
- See Also:
- Constant Field Values
DEBUG_INFO
public static final int DEBUG_INFO
- See Also:
- Constant Field Values
DEFINE
public static final int DEFINE
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
LABEL
public static final int LABEL
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
EXTENDS
public static final int EXTENDS
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
ATTR
public static final int ATTR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
TYPEOF
public static final int TYPEOF
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
COLON
public static final int COLON
- 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
TO
public static final int TO
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
CASE
public static final int CASE
- See Also:
- Constant Field Values
FIND
public static final int FIND
- See Also:
- Constant Field Values
FIRST
public static final int FIRST
- See Also:
- Constant Field Values
LAST
public static final int LAST
- See Also:
- Constant Field Values
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
EACH
public static final int EACH
- See Also:
- Constant Field Values
DO
public static final int DO
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
BY
public static final int BY
- See Also:
- Constant Field Values
ASCENDING
public static final int ASCENDING
- See Also:
- Constant Field Values
DESCENDING
public static final int DESCENDING
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
THEN
public static final int THEN
- See Also:
- Constant Field Values
ELIF
public static final int ELIF
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
FROM
public static final int FROM
- See Also:
- Constant Field Values
OPTIONS
public static final int OPTIONS
- See Also:
- Constant Field Values
PLUS_ASSIGN
public static final int PLUS_ASSIGN
- See Also:
- Constant Field Values
MINUS_ASSIGN
public static final int MINUS_ASSIGN
- See Also:
- Constant Field Values
STAR_ASSIGN
public static final int STAR_ASSIGN
- See Also:
- Constant Field Values
DIV_ASSIGN
public static final int DIV_ASSIGN
- See Also:
- Constant Field Values
LOR
public static final int LOR
- See Also:
- Constant Field Values
LAND
public static final int LAND
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
LT
public static final int LT
- 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
GE
public static final int GE
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
INC
public static final int INC
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
LNOT
public static final int LNOT
- See Also:
- Constant Field Values
RANGE
public static final int RANGE
- See Also:
- Constant Field Values
SEP
public static final int SEP
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
NUM_INT
public static final int NUM_INT
- See Also:
- Constant Field Values
CHAR_LITERAL
public static final int CHAR_LITERAL
- See Also:
- Constant Field Values
NUM_REAL
public static final int NUM_REAL
- See Also:
- Constant Field Values
SUPER
public static final int SUPER
- See Also:
- Constant Field Values
NIL
public static final int NIL
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
INCLUDE
public static final int INCLUDE
- See Also:
- Constant Field Values
LCURLY
public static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
public static final int RCURLY
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
MOD_ASSIGN
public static final int MOD_ASSIGN
- See Also:
- Constant Field Values
LCONT
public static final int LCONT
- See Also:
- Constant Field Values
SL_COMMENT
public static final int SL_COMMENT
- See Also:
- Constant Field Values
ESC
public static final int ESC
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
VOCAB
public static final int VOCAB
- See Also:
- Constant Field Values
HEX_DIGIT
public static final int HEX_DIGIT
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."