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 intASSIGNRegularExpression Id.static intBRANCHPOINTRegularExpression Id.static intCLPARRegularExpression Id.static intCOLORRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDOTRegularExpression Id.static intECOLORRegularExpression Id.static intEOFEnd of File.static intEXPRATERegularExpression Id.static intEXTERNALDECLRegularExpression Id.static intGLOBALDECLRegularExpression Id.static intGRAPHINFORegularExpression Id.static intGUARDRegularExpression Id.static intIDRegularExpression Id.static intIMPORTSRegularExpression Id.static intINVARIANTRegularExpression Id.static intLCOLORRegularExpression Id.static intLOCALDECLRegularExpression Id.static intLOCATIONRegularExpression Id.static intLOCATIONNAMERegularExpression Id.static intNATRegularExpression Id.static intOPPARRegularExpression Id.static intPARAMLISTRegularExpression Id.static intPROBABILITYRegularExpression Id.static intPROCASSIGNRegularExpression Id.static intPROCESSRegularExpression Id.static intSELECTRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSYNCRegularExpression Id.static intSYSTEMDEFRegularExpression Id.static intTEMPLATENAMERegularExpression Id.static String[]tokenImageLiteral token values.static intTRANSRegularExpression 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.
-