Package com.uppaal.model.io2
Interface UGIReaderConstants
-
- All Known Implementing Classes:
UGIReader,UGIReaderTokenManager
public interface UGIReaderConstantsToken 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 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.
-
-