ptolemy.actor.ptalon
Interface PtalonScopeCheckerTokenTypes

All Known Implementing Classes:
PtalonScopeChecker

public interface PtalonScopeCheckerTokenTypes


Field Summary
static int ACTOR
           
static int ACTOR_DECLARATION
           
static int ACTOR_DEFINITION
           
static int ACTOR_EQUALS
           
static int ACTOR_ID
           
static int ACTOR_LABEL
           
static int ACTORPARAM
           
static int ARITHMETIC_EXPRESSION
           
static int ARITHMETIC_FACTOR
           
static int ASSIGN
           
static int ATTACH_DANGLING_PORTS
           
static int ATTRIBUTE
           
static int BOOLEAN_EXPRESSION
           
static int BOOLEAN_FACTOR
           
static int COLON
           
static int COMMA
           
static int COMMENT
           
static int DANGLING_PORTS_OKAY
           
static int DOT
           
static int DYNAMIC_NAME
           
static int ELSE
           
static int EOF
           
static int EQUALS
           
static int ESC
           
static int EXPRESSION
           
static int FALSE
           
static int FALSEBRANCH
           
static int FOR
           
static int ID
           
static int IF
           
static int IMPORT
           
static int INITIALLY
           
static int INPORT
           
static int IS
           
static int LBRACKET
           
static int LCURLY
           
static int LINE_COMMENT
           
static int LOGICAL_BUFFER
           
static int LPAREN
           
static int MULTIINPORT
           
static int MULTIOUTPORT
           
static int MULTIPORT
           
static int NEGATE
           
static int NEGATIVE_SIGN
           
static int NEXT
           
static int NULL_TREE_LOOKAHEAD
           
static int NUMBER_LITERAL
           
static int OPTIONAL
           
static int OUTPORT
           
static int PARAM_EQUALS
           
static int PARAMETER
           
static int PLUS
           
static int PORT
           
static int POSITIVE_SIGN
           
static int PRESERVE
           
static int QUALID
           
static int QUALIFIED_PORT
           
static int RBRACKET
           
static int RCURLY
           
static int REFERENCE
           
static int RELATION
           
static int REMOVE
           
static int RPAREN
           
static int SATISFIES
           
static int SEMI
           
static int STRING_LITERAL
           
static int TRANSFORM
           
static int TRANSFORMATION
           
static int TRANSPARENT
           
static int TRUE
           
static int TRUEBRANCH
           
static int VARIABLE
           
static int WHITE_SPACE
           
 

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

PORT

static final int PORT
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

INPORT

static final int INPORT
See Also:
Constant Field Values

OUTPORT

static final int OUTPORT
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

PARAMETER

static final int PARAMETER
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

ACTOR

static final int ACTOR
See Also:
Constant Field Values

ACTORPARAM

static final int ACTORPARAM
See Also:
Constant Field Values

RELATION

static final int RELATION
See Also:
Constant Field Values

TRANSPARENT

static final int TRANSPARENT
See Also:
Constant Field Values

REFERENCE

static final int REFERENCE
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

IMPORT

static final int IMPORT
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

IS

static final int IS
See Also:
Constant Field Values

FOR

static final int FOR
See Also:
Constant Field Values

INITIALLY

static final int INITIALLY
See Also:
Constant Field Values

NEXT

static final int NEXT
See Also:
Constant Field Values

DANGLING_PORTS_OKAY

static final int DANGLING_PORTS_OKAY
See Also:
Constant Field Values

ATTACH_DANGLING_PORTS

static final int ATTACH_DANGLING_PORTS
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

EXPRESSION

static final int EXPRESSION
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

NEGATE

static final int NEGATE
See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
See Also:
Constant Field Values

REMOVE

static final int REMOVE
See Also:
Constant Field Values

PRESERVE

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

TRANSFORM

static final int TRANSFORM
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

TRUEBRANCH

static final int TRUEBRANCH
See Also:
Constant Field Values

FALSEBRANCH

static final int FALSEBRANCH
See Also:
Constant Field Values

QUALID

static final int QUALID
See Also:
Constant Field Values

ATTRIBUTE

static final int ATTRIBUTE
See Also:
Constant Field Values

ACTOR_DECLARATION

static final int ACTOR_DECLARATION
See Also:
Constant Field Values

ACTOR_DEFINITION

static final int ACTOR_DEFINITION
See Also:
Constant Field Values

TRANSFORMATION

static final int TRANSFORMATION
See Also:
Constant Field Values

NEGATIVE_SIGN

static final int NEGATIVE_SIGN
See Also:
Constant Field Values

POSITIVE_SIGN

static final int POSITIVE_SIGN
See Also:
Constant Field Values

ARITHMETIC_FACTOR

static final int ARITHMETIC_FACTOR
See Also:
Constant Field Values

BOOLEAN_FACTOR

static final int BOOLEAN_FACTOR
See Also:
Constant Field Values

LOGICAL_BUFFER

static final int LOGICAL_BUFFER
See Also:
Constant Field Values

ARITHMETIC_EXPRESSION

static final int ARITHMETIC_EXPRESSION
See Also:
Constant Field Values

BOOLEAN_EXPRESSION

static final int BOOLEAN_EXPRESSION
See Also:
Constant Field Values

MULTIPORT

static final int MULTIPORT
See Also:
Constant Field Values

MULTIINPORT

static final int MULTIINPORT
See Also:
Constant Field Values

MULTIOUTPORT

static final int MULTIOUTPORT
See Also:
Constant Field Values

PARAM_EQUALS

static final int PARAM_EQUALS
See Also:
Constant Field Values

ACTOR_EQUALS

static final int ACTOR_EQUALS
See Also:
Constant Field Values

SATISFIES

static final int SATISFIES
See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
See Also:
Constant Field Values

DYNAMIC_NAME

static final int DYNAMIC_NAME
See Also:
Constant Field Values

ACTOR_LABEL

static final int ACTOR_LABEL
See Also:
Constant Field Values

QUALIFIED_PORT

static final int QUALIFIED_PORT
See Also:
Constant Field Values

ACTOR_ID

static final int ACTOR_ID
See Also:
Constant Field Values

ESC

static final int ESC
See Also:
Constant Field Values

NUMBER_LITERAL

static final int NUMBER_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

WHITE_SPACE

static final int WHITE_SPACE
See Also:
Constant Field Values

LINE_COMMENT

static final int LINE_COMMENT
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values