Interface MatlabParserConstants
-
- All Known Implementing Classes:
MatlabParserTokenManager
@Deprecated @InternalApi public interface MatlabParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intATDeprecated.RegularExpression Id.static intBIN_ANDDeprecated.RegularExpression Id.static intBIN_ORDeprecated.RegularExpression Id.static intBREAKDeprecated.RegularExpression Id.static intCASEDeprecated.RegularExpression Id.static intCATCHDeprecated.RegularExpression Id.static intCLEARDeprecated.RegularExpression Id.static intCOLONDeprecated.RegularExpression Id.static intCOMMADeprecated.RegularExpression Id.static intCONTINUEDeprecated.RegularExpression Id.static intDEFAULTDeprecated.Lexical state.static intDIGITDeprecated.RegularExpression Id.static intDOTDeprecated.RegularExpression Id.static intDOUBLE_EQDeprecated.RegularExpression Id.static intDSTRINGDeprecated.RegularExpression Id.static intEL_CCTDeprecated.RegularExpression Id.static intEL_EXPDeprecated.RegularExpression Id.static intEL_LEFTDIVDeprecated.RegularExpression Id.static intEL_RIGHTDIVDeprecated.RegularExpression Id.static intEL_TIMESDeprecated.RegularExpression Id.static intELSEDeprecated.RegularExpression Id.static intELSEIFDeprecated.RegularExpression Id.static intENDDeprecated.RegularExpression Id.static intEOFDeprecated.End of File.static intEQDeprecated.RegularExpression Id.static intESC_SEQDeprecated.RegularExpression Id.static intEXPDeprecated.RegularExpression Id.static intEXPONENTDeprecated.RegularExpression Id.static intFLOATDeprecated.RegularExpression Id.static intFORDeprecated.RegularExpression Id.static intFUNCTIONDeprecated.RegularExpression Id.static intGLOBALDeprecated.RegularExpression Id.static intGRTDeprecated.RegularExpression Id.static intGRTEDeprecated.RegularExpression Id.static intHEX_DIGITDeprecated.RegularExpression Id.static intIDDeprecated.RegularExpression Id.static intIFDeprecated.RegularExpression Id.static intIN_COMMENTDeprecated.Lexical state.static intINTDeprecated.RegularExpression Id.static intLBRACEDeprecated.RegularExpression Id.static intLEFTDIVDeprecated.RegularExpression Id.static intLETTERDeprecated.RegularExpression Id.static intLOG_ANDDeprecated.RegularExpression Id.static intLOG_ORDeprecated.RegularExpression Id.static intLPARENDeprecated.RegularExpression Id.static intLSBRACEDeprecated.RegularExpression Id.static intLSTDeprecated.RegularExpression Id.static intLSTEDeprecated.RegularExpression Id.static intMINUSDeprecated.RegularExpression Id.static intMULTI_LINE_COMMENTDeprecated.RegularExpression Id.static intNEGDeprecated.RegularExpression Id.static intNEQDeprecated.RegularExpression Id.static intOCTAL_DIGITDeprecated.RegularExpression Id.static intOCTAL_ESCDeprecated.RegularExpression Id.static intOTHERWISEDeprecated.RegularExpression Id.static intPERSISTENTDeprecated.RegularExpression Id.static intPLUSDeprecated.RegularExpression Id.static intQUESTIONMARKDeprecated.RegularExpression Id.static intRBRACEDeprecated.RegularExpression Id.static intRETURNDeprecated.RegularExpression Id.static intRIGHTDIVDeprecated.RegularExpression Id.static intRPARENDeprecated.RegularExpression Id.static intRSBRACEDeprecated.RegularExpression Id.static intSEMIDeprecated.RegularExpression Id.static intSINGLE_LINE_COMMENTDeprecated.RegularExpression Id.static intSTRINGDeprecated.RegularExpression Id.static intSWITCHDeprecated.RegularExpression Id.static intTIMESDeprecated.RegularExpression Id.static String[]tokenImageDeprecated.Literal token values.static intTRDeprecated.RegularExpression Id.static intTRANSPOSEDeprecated.Lexical state.static intTRYDeprecated.RegularExpression Id.static intUNICODE_ESCDeprecated.RegularExpression Id.static intVARARGINDeprecated.RegularExpression Id.static intWHILEDeprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSBRACE
static final int LSBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSBRACE
static final int RSBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_EQ
static final int DOUBLE_EQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOG_OR
static final int LOG_OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LOG_AND
static final int LOG_AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSTE
static final int LSTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GRTE
static final int GRTE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEQ
static final int NEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_TIMES
static final int EL_TIMES
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_LEFTDIV
static final int EL_LEFTDIV
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_RIGHTDIV
static final int EL_RIGHTDIV
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_EXP
static final int EL_EXP
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EL_CCT
static final int EL_CCT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BIN_OR
static final int BIN_OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BIN_AND
static final int BIN_AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LST
static final int LST
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GRT
static final int GRT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEG
static final int NEG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LEFTDIV
static final int LEFTDIV
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RIGHTDIV
static final int RIGHTDIV
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSEIF
static final int ELSEIF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
END
static final int END
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GLOBAL
static final int GLOBAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OTHERWISE
static final int OTHERWISE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PERSISTENT
static final int PERSISTENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VARARGIN
static final int VARARGIN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CLEAR
static final int CLEAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DSTRING
static final int DSTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ESC_SEQ
static final int ESC_SEQ
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_ESC
static final int UNICODE_ESC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_ESC
static final int OCTAL_ESC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_DIGIT
static final int HEX_DIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_DIGIT
static final int OCTAL_DIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TR
static final int TR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
TRANSPOSE
static final int TRANSPOSE
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-