Package com.uppaal.model.io2
Interface XTAReaderConstants
- All Known Implementing Classes:
XTAReader
,XTAReaderTokenManager
public interface XTAReaderConstants
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
BECOMES
RegularExpression Id.static int
BODY
RegularExpression Id.static int
BRANCHPOINT
RegularExpression Id.static int
CHAN
RegularExpression Id.static int
CLBR
RegularExpression Id.static int
CLBRACE
RegularExpression Id.static int
CLOCK
RegularExpression Id.static int
CLOSE
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COMMIT
RegularExpression Id.static int
CONST
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DOT
RegularExpression Id.static int
DOUBLE
RegularExpression Id.static int
EOF
End of File.static int
EQUAL
RegularExpression Id.static int
ERROR
RegularExpression Id.static int
EXCLMARK
RegularExpression Id.static int
EXTERNAL
RegularExpression Id.static int
FROM
RegularExpression Id.static int
GEQ
RegularExpression Id.static int
GRT
RegularExpression Id.static int
GUARD
RegularExpression Id.static int
ID
RegularExpression Id.static int
IMPLIES
RegularExpression Id.static int
IMPORT
RegularExpression Id.static int
INIT
RegularExpression Id.static int
INT
RegularExpression Id.static int
IS
RegularExpression Id.static int
ISNOT
RegularExpression Id.static int
LEQ
RegularExpression Id.static int
LESS
RegularExpression Id.static int
LOCAL
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MLCOMMENT
RegularExpression Id.static int
NAT
RegularExpression Id.static int
OPBR
RegularExpression Id.static int
OPBRACE
RegularExpression Id.static int
OPEN
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
PROBABILITY
RegularExpression Id.static int
PROCESS
RegularExpression Id.static int
QM
RegularExpression Id.static int
SELECT
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SLASH
RegularExpression Id.static int
SLCOMMENT
RegularExpression Id.static int
STATE
RegularExpression Id.static int
SYNC
RegularExpression Id.static int
SYSTEM
RegularExpression Id.static int
TIMES
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRANS
RegularExpression Id.static int
UNCONTROLLABLETRANS
RegularExpression Id.static int
URGENT
RegularExpression Id.static int
WS
RegularExpression Id.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
WS
static final int WSRegularExpression Id.- See Also:
- Constant Field Values
-
SLCOMMENT
static final int SLCOMMENTRegularExpression Id.- See Also:
- Constant Field Values
-
MLCOMMENT
static final int MLCOMMENTRegularExpression Id.- See Also:
- Constant Field Values
-
BODY
static final int BODYRegularExpression Id.- See Also:
- Constant Field Values
-
PROCESS
static final int PROCESSRegularExpression Id.- See Also:
- Constant Field Values
-
LOCAL
static final int LOCALRegularExpression Id.- See Also:
- Constant Field Values
-
EXTERNAL
static final int EXTERNALRegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INTRegularExpression Id.- See Also:
- Constant Field Values
-
CHAN
static final int CHANRegularExpression Id.- See Also:
- Constant Field Values
-
CLOCK
static final int CLOCKRegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLERegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONSTRegularExpression Id.- See Also:
- Constant Field Values
-
URGENT
static final int URGENTRegularExpression Id.- See Also:
- Constant Field Values
-
INIT
static final int INITRegularExpression Id.- See Also:
- Constant Field Values
-
STATE
static final int STATERegularExpression Id.- See Also:
- Constant Field Values
-
BRANCHPOINT
static final int BRANCHPOINTRegularExpression Id.- See Also:
- Constant Field Values
-
TRANS
static final int TRANSRegularExpression Id.- See Also:
- Constant Field Values
-
COMMIT
static final int COMMITRegularExpression 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
-
SYSTEM
static final int SYSTEMRegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORTRegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROMRegularExpression Id.- See Also:
- Constant Field Values
-
BECOMES
static final int BECOMESRegularExpression Id.- See Also:
- Constant Field Values
-
LESS
static final int LESSRegularExpression Id.- See Also:
- Constant Field Values
-
LEQ
static final int LEQRegularExpression Id.- See Also:
- Constant Field Values
-
OPEN
static final int OPENRegularExpression Id.- See Also:
- Constant Field Values
-
CLOSE
static final int CLOSERegularExpression Id.- See Also:
- Constant Field Values
-
QM
static final int QMRegularExpression Id.- See Also:
- Constant Field Values
-
EXCLMARK
static final int EXCLMARKRegularExpression 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
-
OPBRACE
static final int OPBRACERegularExpression Id.- See Also:
- Constant Field Values
-
CLBRACE
static final int CLBRACERegularExpression Id.- See Also:
- Constant Field Values
-
SLASH
static final int SLASHRegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOTRegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUALRegularExpression Id.- See Also:
- Constant Field Values
-
OPBR
static final int OPBRRegularExpression Id.- See Also:
- Constant Field Values
-
CLBR
static final int CLBRRegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUSRegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMESRegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUSRegularExpression Id.- See Also:
- Constant Field Values
-
IMPLIES
static final int IMPLIESRegularExpression Id.- See Also:
- Constant Field Values
-
UNCONTROLLABLETRANS
static final int UNCONTROLLABLETRANSRegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLONRegularExpression Id.- See Also:
- Constant Field Values
-
ISNOT
static final int ISNOTRegularExpression Id.- See Also:
- Constant Field Values
-
IS
static final int ISRegularExpression Id.- See Also:
- Constant Field Values
-
GEQ
static final int GEQRegularExpression Id.- See Also:
- Constant Field Values
-
GRT
static final int GRTRegularExpression 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
-
ERROR
static final int ERRORRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-