Interface MatlabParserConstants
-
- All Known Implementing Classes:
MatlabParserTokenManager
public interface MatlabParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intATRegularExpression Id.static intBIN_ANDRegularExpression Id.static intBIN_ORRegularExpression Id.static intBREAKRegularExpression Id.static intCASERegularExpression Id.static intCATCHRegularExpression Id.static intCLEARRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCONTINUERegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDOTRegularExpression Id.static intDOUBLE_EQRegularExpression Id.static intDSTRINGRegularExpression Id.static intEL_CCTRegularExpression Id.static intEL_EXPRegularExpression Id.static intEL_LEFTDIVRegularExpression Id.static intEL_RIGHTDIVRegularExpression Id.static intEL_TIMESRegularExpression Id.static intELSERegularExpression Id.static intELSEIFRegularExpression Id.static intENDRegularExpression Id.static intEOFEnd of File.static intEQRegularExpression Id.static intESC_SEQRegularExpression Id.static intEXPRegularExpression Id.static intEXPONENTRegularExpression Id.static intFLOATRegularExpression Id.static intFORRegularExpression Id.static intFUNCTIONRegularExpression Id.static intGLOBALRegularExpression Id.static intGRTRegularExpression Id.static intGRTERegularExpression Id.static intHEX_DIGITRegularExpression Id.static intIDRegularExpression Id.static intIFRegularExpression Id.static intIN_COMMENTLexical state.static intINTRegularExpression Id.static intLBRACERegularExpression Id.static intLEFTDIVRegularExpression Id.static intLETTERRegularExpression Id.static intLOG_ANDRegularExpression Id.static intLOG_ORRegularExpression Id.static intLPARENRegularExpression Id.static intLSBRACERegularExpression Id.static intLSTRegularExpression Id.static intLSTERegularExpression Id.static intMINUSRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intNEGRegularExpression Id.static intNEQRegularExpression Id.static intOCTAL_DIGITRegularExpression Id.static intOCTAL_ESCRegularExpression Id.static intOTHERWISERegularExpression Id.static intPERSISTENTRegularExpression Id.static intPLUSRegularExpression Id.static intQUESTIONMARKRegularExpression Id.static intRBRACERegularExpression Id.static intRETURNRegularExpression Id.static intRIGHTDIVRegularExpression Id.static intRPARENRegularExpression Id.static intRSBRACERegularExpression Id.static intSEMIRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSTRINGRegularExpression Id.static intSWITCHRegularExpression Id.static intTIMESRegularExpression Id.static String[]tokenImageLiteral token values.static intTRRegularExpression Id.static intTRANSPOSELexical state.static intTRYRegularExpression Id.static intUNICODE_ESCRegularExpression Id.static intVARARGINRegularExpression Id.static intWHILERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LSBRACE
static final int LSBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RSBRACE
static final int RSBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_EQ
static final int DOUBLE_EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG_OR
static final int LOG_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
LOG_AND
static final int LOG_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
LSTE
static final int LSTE
RegularExpression Id.- See Also:
- Constant Field Values
-
GRTE
static final int GRTE
RegularExpression Id.- See Also:
- Constant Field Values
-
NEQ
static final int NEQ
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_TIMES
static final int EL_TIMES
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_LEFTDIV
static final int EL_LEFTDIV
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_RIGHTDIV
static final int EL_RIGHTDIV
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXP
static final int EL_EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
EL_CCT
static final int EL_CCT
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
BIN_OR
static final int BIN_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
BIN_AND
static final int BIN_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
LST
static final int LST
RegularExpression Id.- See Also:
- Constant Field Values
-
GRT
static final int GRT
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
NEG
static final int NEG
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
RegularExpression Id.- See Also:
- Constant Field Values
-
LEFTDIV
static final int LEFTDIV
RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHTDIV
static final int RIGHTDIV
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSEIF
static final int ELSEIF
RegularExpression Id.- See Also:
- Constant Field Values
-
END
static final int END
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
RegularExpression Id.- See Also:
- Constant Field Values
-
GLOBAL
static final int GLOBAL
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
OTHERWISE
static final int OTHERWISE
RegularExpression Id.- See Also:
- Constant Field Values
-
PERSISTENT
static final int PERSISTENT
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
RegularExpression Id.- See Also:
- Constant Field Values
-
VARARGIN
static final int VARARGIN
RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLEAR
static final int CLEAR
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
DSTRING
static final int DSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
ESC_SEQ
static final int ESC_SEQ
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_ESC
static final int UNICODE_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_ESC
static final int OCTAL_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_DIGIT
static final int OCTAL_DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
TR
static final int TR
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
TRANSPOSE
static final int TRANSPOSE
Lexical state.- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-