org.sintef.mofscript.parser
Interface MofScriptParserTokenTypes

All Known Implementing Classes:
MofScriptLexer, MofScriptParser

public interface MofScriptParserTokenTypes


Field Summary
static int ALPHA
           
static int ALPHA_SIGN
           
static int ARROW
           
static int BOOLEAN_LITERAL
           
static int CHARACTER
           
static int CHARACTER_IN_SINGLE_QUOTE
           
static int CHARACTER_IN_SPECIAL_QUOTE
           
static int COLON
           
static int COLONCOLON
           
static int COMMA
           
static int COMMENT
           
static int CURLY_LEFT
           
static int CURLY_RIGHT
           
static int DIGIT
           
static int DIV
           
static int DOT
           
static int DOUBLE_AND
           
static int DOUBLE_EQ
           
static int DOUBLE_PIPE
           
static int EOF
           
static int EQ
           
static int ESC
           
static int EXCLAMATION
           
static int GE
           
static int GT
           
static int HASH
           
static int INTEGER_LITERAL
           
static int LE
           
static int LITERAL_abstract
           
static int LITERAL_access
           
static int LITERAL_and
           
static int LITERAL_between
           
static int LITERAL_boolean
           
static int LITERAL_Boolean
           
static int LITERAL_break
           
static int LITERAL_create
           
static int LITERAL_dictionary
           
static int LITERAL_Dictionary
           
static int LITERAL_else
           
static int LITERAL_extends
           
static int LITERAL_file
           
static int LITERAL_forEach
           
static int LITERAL_hashtable
           
static int LITERAL_Hashtable
           
static int LITERAL_if
           
static int LITERAL_import
           
static int LITERAL_in
           
static int LITERAL_indent
           
static int LITERAL_integer
           
static int LITERAL_Integer
           
static int LITERAL_library
           
static int LITERAL_list
           
static int LITERAL_List
           
static int LITERAL_log
           
static int LITERAL_main
           
static int LITERAL_newline
           
static int LITERAL_nl
           
static int LITERAL_not
           
static int LITERAL_object
           
static int LITERAL_Object
           
static int LITERAL_or
           
static int LITERAL_out
           
static int LITERAL_print
           
static int LITERAL_println
           
static int LITERAL_property
           
static int LITERAL_real
           
static int LITERAL_Real
           
static int LITERAL_result
           
static int LITERAL_space
           
static int LITERAL_stdout
           
static int LITERAL_string
           
static int LITERAL_String
           
static int LITERAL_tab
           
static int LITERAL_textmodule
           
static int LITERAL_texttransformation
           
static int LITERAL_transformation
           
static int LITERAL_undent
           
static int LITERAL_unprotect
           
static int LITERAL_use
           
static int LITERAL_var
           
static int LITERAL_while
           
static int LT
           
static int MINUS
           
static int ML_COMMENT
           
static int NE
           
static int NE2
           
static int NL
           
static int NULL_LITERAL
           
static int NULL_TREE_LOOKAHEAD
           
static int PAREN_LEFT
           
static int PAREN_RIGHT
           
static int PIPE
           
static int PLUS
           
static int SEMI_COLON
           
static int SIMPLE_NAME
           
static int SINGLE_QUOTE
           
static int SPECIAL_STRING_LITERAL
           
static int SQUARE_LEFT
           
static int SQUARE_RIGHT
           
static int STAR
           
static int STRING_LITERAL
           
static int WS
           
static int ZERO
           
 

Field Detail

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_access

static final int LITERAL_access
See Also:
Constant Field Values

LITERAL_library

static final int LITERAL_library
See Also:
Constant Field Values

SEMI_COLON

static final int SEMI_COLON
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

PAREN_LEFT

static final int PAREN_LEFT
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

PAREN_RIGHT

static final int PAREN_RIGHT
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_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

COLONCOLON

static final int COLONCOLON
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

DOT

static final int DOT
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

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