|
|||||||||
| Home >> All >> org >> media >> mn8 >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.media.mn8.parser
Interface mn8TreeWalkerTokenTypes

- All Known Implementing Classes:
- mn8TreeWalker
- public interface mn8TreeWalkerTokenTypes
| Field Summary | |
static int |
ARRAY_DECLARATOR
|
static int |
ASCENDING
|
static int |
ASSIGN
|
static int |
ATTR
|
static int |
ATTRIDENT
|
static int |
BLOCK
|
static int |
BREAK
|
static int |
BY
|
static int |
CASE
|
static int |
CHAR_LITERAL
|
static int |
COLON
|
static int |
COMMA
|
static int |
CONCEPT_DEFINITION
|
static int |
CONDITION
|
static int |
DEBUG_INFO
|
static int |
DEC
|
static int |
DEFINE
|
static int |
DESCENDING
|
static int |
DIV
|
static int |
DIV_ASSIGN
|
static int |
DO
|
static int |
DOT
|
static int |
EACH
|
static int |
ELEM
|
static int |
ELEM_VALREF
|
static int |
ELIF
|
static int |
ELIF_BLOCK
|
static int |
ELIST
|
static int |
ELMETIDENTIFIER
|
static int |
ELSE
|
static int |
ELSE_BLOCK
|
static int |
EOF
|
static int |
EOL
|
static int |
EQUAL
|
static int |
ESC
|
static int |
EXIT
|
static int |
EXPONENT
|
static int |
EXPR
|
static int |
EXTENDS
|
static int |
FALSE
|
static int |
FIND
|
static int |
FIND_FIRST
|
static int |
FIND_LAST
|
static int |
FIRST
|
static int |
FROM
|
static int |
GE
|
static int |
GT
|
static int |
HEX_DIGIT
|
static int |
IDENT
|
static int |
IF
|
static int |
IF_BLOCK
|
static int |
IMPLEMENTS_CLAUSE
|
static int |
IN
|
static int |
INC
|
static int |
INCLUDE
|
static int |
LABEL
|
static int |
LAND
|
static int |
LAST
|
static int |
LBRACK
|
static int |
LCONT
|
static int |
LCURLY
|
static int |
LE
|
static int |
LNOT
|
static int |
LOR
|
static int |
LPAREN
|
static int |
LT
|
static int |
METH
|
static int |
METHOD_CALL
|
static int |
METHOD_DEFINITION
|
static int |
MINUS
|
static int |
MINUS_ASSIGN
|
static int |
MOD
|
static int |
MOD_ASSIGN
|
static int |
NIL
|
static int |
NOT
|
static int |
NOT_EQUAL
|
static int |
NULL_TREE_LOOKAHEAD
|
static int |
NUM_INT
|
static int |
NUM_REAL
|
static int |
OLIST
|
static int |
OPTIONS
|
static int |
PARAMETER
|
static int |
PAREN_EXPR
|
static int |
PLUS
|
static int |
PLUS_ASSIGN
|
static int |
POST_DEC
|
static int |
POST_INC
|
static int |
PRINT
|
static int |
QUESTION
|
static int |
RANGE
|
static int |
RBRACK
|
static int |
RCURLY
|
static int |
RETURN
|
static int |
RPAREN
|
static int |
SEMI
|
static int |
SEP
|
static int |
SL_COMMENT
|
static int |
SOURCE
|
static int |
STAR
|
static int |
STAR_ASSIGN
|
static int |
STATIC
|
static int |
STRING_LITERAL
|
static int |
SUPER
|
static int |
SWITCH
|
static int |
THEN
|
static int |
THIS
|
static int |
TIMEOUT
|
static int |
TO
|
static int |
TRUE
|
static int |
TYPE
|
static int |
TYPEOF
|
static int |
UNARY_MINUS
|
static int |
UNARY_PLUS
|
static int |
VARIABLE
|
static int |
VOCAB
|
static int |
WHERE
|
static int |
WHILE
|
static int |
WS
|
| Field Detail |
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
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
|
|||||||||
| Home >> All >> org >> media >> mn8 >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC