org.sintef.mofscript.parser
Interface MofScriptParserTokenTypes
- All Known Implementing Classes:
- MofScriptLexer, MofScriptParser
public interface MofScriptParserTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
LITERAL_aspect
static final int LITERAL_aspect
- See Also:
- Constant Field Values
LITERAL_mofspect
static final int LITERAL_mofspect
- See Also:
- Constant Field Values
CURLY_LEFT
static final int CURLY_LEFT
- See Also:
- Constant Field Values
CURLY_RIGHT
static final int CURLY_RIGHT
- See Also:
- Constant Field Values
LITERAL_pointcut
static final int LITERAL_pointcut
- See Also:
- Constant Field Values
LITERAL_textspot
static final int LITERAL_textspot
- See Also:
- Constant Field Values
LITERAL_before
static final int LITERAL_before
- See Also:
- Constant Field Values
LITERAL_after
static final int LITERAL_after
- See Also:
- Constant Field Values
LITERAL_around
static final int LITERAL_around
- See Also:
- Constant Field Values
PAREN_LEFT
static final int PAREN_LEFT
- See Also:
- Constant Field Values
PAREN_RIGHT
static final int PAREN_RIGHT
- See Also:
- Constant Field Values
LITERAL_execute
static final int LITERAL_execute
- See Also:
- Constant Field Values
LITERAL_call
static final int LITERAL_call
- See Also:
- Constant Field Values
LITERAL_targetPointcut
static final int LITERAL_targetPointcut
- See Also:
- Constant Field Values
SEMI_COLON
static final int SEMI_COLON
- See Also:
- Constant Field Values
LITERAL_access
static final int LITERAL_access
- See Also:
- Constant Field Values
LITERAL_library
static final int LITERAL_library
- See Also:
- Constant Field Values
LITERAL_transformation
static final int LITERAL_transformation
- See Also:
- Constant Field Values
LITERAL_import
static final int LITERAL_import
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
LITERAL_textmodule
static final int LITERAL_textmodule
- See Also:
- Constant Field Values
LITERAL_texttransformation
static final int LITERAL_texttransformation
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
LITERAL_extends
static final int LITERAL_extends
- See Also:
- Constant Field Values
LITERAL_var
static final int LITERAL_var
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
LITERAL_property
static final int LITERAL_property
- See Also:
- Constant Field Values
LITERAL_String
static final int LITERAL_String
- See Also:
- Constant Field Values
LITERAL_string
static final int LITERAL_string
- See Also:
- Constant Field Values
LITERAL_Boolean
static final int LITERAL_Boolean
- See Also:
- Constant Field Values
LITERAL_boolean
static final int LITERAL_boolean
- See Also:
- Constant Field Values
LITERAL_Integer
static final int LITERAL_Integer
- See Also:
- Constant Field Values
LITERAL_integer
static final int LITERAL_integer
- See Also:
- Constant Field Values
LITERAL_Real
static final int LITERAL_Real
- See Also:
- Constant Field Values
LITERAL_real
static final int LITERAL_real
- See Also:
- Constant Field Values
LITERAL_Hashtable
static final int LITERAL_Hashtable
- See Also:
- Constant Field Values
LITERAL_hashtable
static final int LITERAL_hashtable
- See Also:
- Constant Field Values
LITERAL_Dictionary
static final int LITERAL_Dictionary
- See Also:
- Constant Field Values
LITERAL_dictionary
static final int LITERAL_dictionary
- See Also:
- Constant Field Values
LITERAL_List
static final int LITERAL_List
- See Also:
- Constant Field Values
LITERAL_list
static final int LITERAL_list
- See Also:
- Constant Field Values
LITERAL_Object
static final int LITERAL_Object
- See Also:
- Constant Field Values
LITERAL_object
static final int LITERAL_object
- See Also:
- Constant Field Values
LITERAL_abstract
static final int LITERAL_abstract
- See Also:
- Constant Field Values
LITERAL_main
static final int LITERAL_main
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
COLONCOLON
static final int COLONCOLON
- See Also:
- Constant Field Values
LITERAL_module
static final int LITERAL_module
- See Also:
- Constant Field Values
LITERAL_unprotect
static final int LITERAL_unprotect
- See Also:
- Constant Field Values
ARROW
static final int ARROW
- See Also:
- Constant Field Values
LITERAL_forEach
static final int LITERAL_forEach
- See Also:
- Constant Field Values
LITERAL_if
static final int LITERAL_if
- See Also:
- Constant Field Values
LITERAL_else
static final int LITERAL_else
- See Also:
- Constant Field Values
LITERAL_while
static final int LITERAL_while
- See Also:
- Constant Field Values
PIPE
static final int PIPE
- See Also:
- Constant Field Values
LITERAL_between
static final int LITERAL_between
- See Also:
- Constant Field Values
LITERAL_and
static final int LITERAL_and
- See Also:
- Constant Field Values
LITERAL_or
static final int LITERAL_or
- See Also:
- Constant Field Values
DOUBLE_PIPE
static final int DOUBLE_PIPE
- See Also:
- Constant Field Values
LITERAL_not
static final int LITERAL_not
- See Also:
- Constant Field Values
EXCLAMATION
static final int EXCLAMATION
- See Also:
- Constant Field Values
DOUBLE_AND
static final int DOUBLE_AND
- See Also:
- Constant Field Values
DOUBLE_EQ
static final int DOUBLE_EQ
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
NE2
static final int NE2
- See Also:
- Constant Field Values
LT
static final int LT
- 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
GE
static final int GE
- See Also:
- Constant Field Values
LITERAL_stdout
static final int LITERAL_stdout
- See Also:
- Constant Field Values
LITERAL_print
static final int LITERAL_print
- See Also:
- Constant Field Values
LITERAL_println
static final int LITERAL_println
- See Also:
- Constant Field Values
LITERAL_result
static final int LITERAL_result
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
LITERAL_create
static final int LITERAL_create
- See Also:
- Constant Field Values
LITERAL_file
static final int LITERAL_file
- See Also:
- Constant Field Values
LITERAL_use
static final int LITERAL_use
- See Also:
- Constant Field Values
LITERAL_break
static final int LITERAL_break
- See Also:
- Constant Field Values
LITERAL_log
static final int LITERAL_log
- See Also:
- Constant Field Values
LITERAL_newline
static final int LITERAL_newline
- See Also:
- Constant Field Values
LITERAL_nl
static final int LITERAL_nl
- See Also:
- Constant Field Values
LITERAL_space
static final int LITERAL_space
- See Also:
- Constant Field Values
LITERAL_tab
static final int LITERAL_tab
- See Also:
- Constant Field Values
LITERAL_indent
static final int LITERAL_indent
- See Also:
- Constant Field Values
LITERAL_undent
static final int LITERAL_undent
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- 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
DIV
static final int DIV
- See Also:
- Constant Field Values
LITERAL_select
static final int LITERAL_select
- See Also:
- Constant Field Values
SIMPLE_NAME
static final int SIMPLE_NAME
- See Also:
- Constant Field Values
LITERAL_in
static final int LITERAL_in
- See Also:
- Constant Field Values
LITERAL_out
static final int LITERAL_out
- See Also:
- Constant Field Values
NULL_LITERAL
static final int NULL_LITERAL
- See Also:
- Constant Field Values
SPECIAL_STRING_LITERAL
static final int SPECIAL_STRING_LITERAL
- See Also:
- Constant Field Values
BOOLEAN_LITERAL
static final int BOOLEAN_LITERAL
- See Also:
- Constant Field Values
CHARACTER
static final int CHARACTER
- See Also:
- Constant Field Values
CHARACTER_IN_SINGLE_QUOTE
static final int CHARACTER_IN_SINGLE_QUOTE
- See Also:
- Constant Field Values
CHARACTER_IN_SPECIAL_QUOTE
static final int CHARACTER_IN_SPECIAL_QUOTE
- See Also:
- Constant Field Values
SINGLE_QUOTE
static final int SINGLE_QUOTE
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- See Also:
- Constant Field Values
SQUARE_LEFT
static final int SQUARE_LEFT
- See Also:
- Constant Field Values
SQUARE_RIGHT
static final int SQUARE_RIGHT
- See Also:
- Constant Field Values
HASH
static final int HASH
- See Also:
- Constant Field Values
ALPHA_SIGN
static final int ALPHA_SIGN
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
ZERO
static final int ZERO
- See Also:
- Constant Field Values
ALPHA
static final int ALPHA
- See Also:
- Constant Field Values
NL
static final int NL
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values