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 Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
PROCESS
static final int PROCESSRegularExpression Id.- See Also:
- Constant Field Values
-
LOCATION
static final int LOCATIONRegularExpression Id.- See Also:
- Constant Field Values
-
LOCATIONNAME
static final int LOCATIONNAMERegularExpression Id.- See Also:
- Constant Field Values
-
BRANCHPOINT
static final int BRANCHPOINTRegularExpression Id.- See Also:
- Constant Field Values
-
TEMPLATENAME
static final int TEMPLATENAMERegularExpression Id.- See Also:
- Constant Field Values
-
PARAMLIST
static final int PARAMLISTRegularExpression Id.- See Also:
- Constant Field Values
-
GLOBALDECL
static final int GLOBALDECLRegularExpression Id.- See Also:
- Constant Field Values
-
IMPORTS
static final int IMPORTSRegularExpression Id.- See Also:
- Constant Field Values
-
PROCASSIGN
static final int PROCASSIGNRegularExpression Id.- See Also:
- Constant Field Values
-
SYSTEMDEF
static final int SYSTEMDEFRegularExpression Id.- See Also:
- Constant Field Values
-
LOCALDECL
static final int LOCALDECLRegularExpression Id.- See Also:
- Constant Field Values
-
EXTERNALDECL
static final int EXTERNALDECLRegularExpression Id.- See Also:
- Constant Field Values
-
INVARIANT
static final int INVARIANTRegularExpression Id.- See Also:
- Constant Field Values
-
EXPRATE
static final int EXPRATERegularExpression Id.- See Also:
- Constant Field Values
-
TRANS
static final int TRANSRegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECTRegularExpression Id.- See Also:
- Constant Field Values
-
GUARD
static final int GUARDRegularExpression Id.- See Also:
- Constant Field Values
-
SYNC
static final int SYNCRegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGNRegularExpression Id.- See Also:
- Constant Field Values
-
PROBABILITY
static final int PROBABILITYRegularExpression Id.- See Also:
- Constant Field Values
-
GRAPHINFO
static final int GRAPHINFORegularExpression Id.- See Also:
- Constant Field Values
-
LCOLOR
static final int LCOLORRegularExpression Id.- See Also:
- Constant Field Values
-
ECOLOR
static final int ECOLORRegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMARegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLONRegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOTRegularExpression Id.- See Also:
- Constant Field Values
-
OPPAR
static final int OPPARRegularExpression Id.- See Also:
- Constant Field Values
-
CLPAR
static final int CLPARRegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int IDRegularExpression Id.- See Also:
- Constant Field Values
-
NAT
static final int NATRegularExpression Id.- See Also:
- Constant Field Values
-
COLOR
static final int COLORRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-