streamit.frontend
Interface StreamItLexTokenTypes
- All Known Implementing Classes:
- StreamItLex
public interface StreamItLexTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
TK_filter
static final int TK_filter
- See Also:
- Constant Field Values
TK_pipeline
static final int TK_pipeline
- See Also:
- Constant Field Values
TK_splitjoin
static final int TK_splitjoin
- See Also:
- Constant Field Values
TK_feedbackloop
static final int TK_feedbackloop
- See Also:
- Constant Field Values
TK_portal
static final int TK_portal
- See Also:
- Constant Field Values
TK_to
static final int TK_to
- See Also:
- Constant Field Values
TK_handler
static final int TK_handler
- See Also:
- Constant Field Values
TK_add
static final int TK_add
- See Also:
- Constant Field Values
TK_split
static final int TK_split
- See Also:
- Constant Field Values
TK_join
static final int TK_join
- See Also:
- Constant Field Values
TK_duplicate
static final int TK_duplicate
- See Also:
- Constant Field Values
TK_roundrobin
static final int TK_roundrobin
- See Also:
- Constant Field Values
TK_body
static final int TK_body
- See Also:
- Constant Field Values
TK_loop
static final int TK_loop
- See Also:
- Constant Field Values
TK_enqueue
static final int TK_enqueue
- See Also:
- Constant Field Values
TK_init
static final int TK_init
- See Also:
- Constant Field Values
TK_prework
static final int TK_prework
- See Also:
- Constant Field Values
TK_work
static final int TK_work
- See Also:
- Constant Field Values
TK_peek
static final int TK_peek
- See Also:
- Constant Field Values
TK_pop
static final int TK_pop
- See Also:
- Constant Field Values
TK_push
static final int TK_push
- See Also:
- Constant Field Values
TK_boolean
static final int TK_boolean
- See Also:
- Constant Field Values
TK_float
static final int TK_float
- See Also:
- Constant Field Values
TK_bit
static final int TK_bit
- See Also:
- Constant Field Values
TK_int
static final int TK_int
- See Also:
- Constant Field Values
TK_void
static final int TK_void
- See Also:
- Constant Field Values
TK_double
static final int TK_double
- See Also:
- Constant Field Values
TK_complex
static final int TK_complex
- See Also:
- Constant Field Values
TK_float2
static final int TK_float2
- See Also:
- Constant Field Values
TK_float3
static final int TK_float3
- See Also:
- Constant Field Values
TK_float4
static final int TK_float4
- See Also:
- Constant Field Values
TK_struct
static final int TK_struct
- See Also:
- Constant Field Values
TK_template
static final int TK_template
- See Also:
- Constant Field Values
TK_native
static final int TK_native
- See Also:
- Constant Field Values
TK_static
static final int TK_static
- See Also:
- Constant Field Values
TK_helper
static final int TK_helper
- See Also:
- Constant Field Values
TK_if
static final int TK_if
- See Also:
- Constant Field Values
TK_else
static final int TK_else
- See Also:
- Constant Field Values
TK_while
static final int TK_while
- See Also:
- Constant Field Values
TK_for
static final int TK_for
- See Also:
- Constant Field Values
TK_switch
static final int TK_switch
- See Also:
- Constant Field Values
TK_case
static final int TK_case
- See Also:
- Constant Field Values
TK_default
static final int TK_default
- See Also:
- Constant Field Values
TK_break
static final int TK_break
- See Also:
- Constant Field Values
TK_continue
static final int TK_continue
- See Also:
- Constant Field Values
TK_return
static final int TK_return
- See Also:
- Constant Field Values
TK_do
static final int TK_do
- See Also:
- Constant Field Values
TK_pi
static final int TK_pi
- See Also:
- Constant Field Values
TK_true
static final int TK_true
- See Also:
- Constant Field Values
TK_false
static final int TK_false
- See Also:
- Constant Field Values
ARROW
static final int ARROW
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
ML_COMMENT
static final int ML_COMMENT
- 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
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
LSQUARE
static final int LSQUARE
- See Also:
- Constant Field Values
RSQUARE
static final int RSQUARE
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
PLUS_EQUALS
static final int PLUS_EQUALS
- See Also:
- Constant Field Values
INCREMENT
static final int INCREMENT
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
MINUS_EQUALS
static final int MINUS_EQUALS
- See Also:
- Constant Field Values
DECREMENT
static final int DECREMENT
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
STAR_EQUALS
static final int STAR_EQUALS
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
DIV_EQUALS
static final int DIV_EQUALS
- See Also:
- Constant Field Values
MOD
static final int MOD
- See Also:
- Constant Field Values
LOGIC_AND
static final int LOGIC_AND
- See Also:
- Constant Field Values
LOGIC_OR
static final int LOGIC_OR
- See Also:
- Constant Field Values
BITWISE_AND
static final int BITWISE_AND
- See Also:
- Constant Field Values
BITWISE_OR
static final int BITWISE_OR
- See Also:
- Constant Field Values
BITWISE_XOR
static final int BITWISE_XOR
- See Also:
- Constant Field Values
BITWISE_COMPLEMENT
static final int BITWISE_COMPLEMENT
- See Also:
- Constant Field Values
LSHIFT
static final int LSHIFT
- See Also:
- Constant Field Values
RSHIFT
static final int RSHIFT
- See Also:
- Constant Field Values
LSHIFT_EQUALS
static final int LSHIFT_EQUALS
- See Also:
- Constant Field Values
RSHIFT_EQUALS
static final int RSHIFT_EQUALS
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
LESS_EQUAL
static final int LESS_EQUAL
- See Also:
- Constant Field Values
MORE_THAN
static final int MORE_THAN
- See Also:
- Constant Field Values
MORE_EQUAL
static final int MORE_EQUAL
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- 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
BANG
static final int BANG
- See Also:
- Constant Field Values
CHAR_LITERAL
static final int CHAR_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ESC
static final int ESC
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
HEXNUMBER
static final int HEXNUMBER
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values