Package com.uppaal.model.io2
Interface UGIReaderConstants
-
- All Known Implementing Classes:
UGIReader
,UGIReaderTokenManager
public interface UGIReaderConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASSIGN
RegularExpression Id.static int
BRANCHPOINT
RegularExpression Id.static int
CLPAR
RegularExpression Id.static int
COLOR
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DOT
RegularExpression Id.static int
ECOLOR
RegularExpression Id.static int
EOF
End of File.static int
EXPRATE
RegularExpression Id.static int
EXTERNALDECL
RegularExpression Id.static int
GLOBALDECL
RegularExpression Id.static int
GRAPHINFO
RegularExpression Id.static int
GUARD
RegularExpression Id.static int
ID
RegularExpression Id.static int
IMPORTS
RegularExpression Id.static int
INVARIANT
RegularExpression Id.static int
LCOLOR
RegularExpression Id.static int
LOCALDECL
RegularExpression Id.static int
LOCATION
RegularExpression Id.static int
LOCATIONNAME
RegularExpression Id.static int
NAT
RegularExpression Id.static int
OPPAR
RegularExpression Id.static int
PARAMLIST
RegularExpression Id.static int
PROBABILITY
RegularExpression Id.static int
PROCASSIGN
RegularExpression Id.static int
PROCESS
RegularExpression Id.static int
SELECT
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SYNC
RegularExpression Id.static int
SYSTEMDEF
RegularExpression Id.static int
TEMPLATENAME
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRANS
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
PROCESS
static final int PROCESS
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCATION
static final int LOCATION
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCATIONNAME
static final int LOCATIONNAME
RegularExpression Id.- See Also:
- Constant Field Values
-
BRANCHPOINT
static final int BRANCHPOINT
RegularExpression Id.- See Also:
- Constant Field Values
-
TEMPLATENAME
static final int TEMPLATENAME
RegularExpression Id.- See Also:
- Constant Field Values
-
PARAMLIST
static final int PARAMLIST
RegularExpression Id.- See Also:
- Constant Field Values
-
GLOBALDECL
static final int GLOBALDECL
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORTS
static final int IMPORTS
RegularExpression Id.- See Also:
- Constant Field Values
-
PROCASSIGN
static final int PROCASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
SYSTEMDEF
static final int SYSTEMDEF
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCALDECL
static final int LOCALDECL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTERNALDECL
static final int EXTERNALDECL
RegularExpression Id.- See Also:
- Constant Field Values
-
INVARIANT
static final int INVARIANT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPRATE
static final int EXPRATE
RegularExpression Id.- See Also:
- Constant Field Values
-
TRANS
static final int TRANS
RegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
RegularExpression Id.- See Also:
- Constant Field Values
-
GUARD
static final int GUARD
RegularExpression Id.- See Also:
- Constant Field Values
-
SYNC
static final int SYNC
RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
PROBABILITY
static final int PROBABILITY
RegularExpression Id.- See Also:
- Constant Field Values
-
GRAPHINFO
static final int GRAPHINFO
RegularExpression Id.- See Also:
- Constant Field Values
-
LCOLOR
static final int LCOLOR
RegularExpression Id.- See Also:
- Constant Field Values
-
ECOLOR
static final int ECOLOR
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
OPPAR
static final int OPPAR
RegularExpression Id.- See Also:
- Constant Field Values
-
CLPAR
static final int CLPAR
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
NAT
static final int NAT
RegularExpression Id.- See Also:
- Constant Field Values
-
COLOR
static final int COLOR
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-