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 int
AT
Deprecated.RegularExpression Id.static int
BIN_AND
Deprecated.RegularExpression Id.static int
BIN_OR
Deprecated.RegularExpression Id.static int
BREAK
Deprecated.RegularExpression Id.static int
CASE
Deprecated.RegularExpression Id.static int
CATCH
Deprecated.RegularExpression Id.static int
CLEAR
Deprecated.RegularExpression Id.static int
COLON
Deprecated.RegularExpression Id.static int
COMMA
Deprecated.RegularExpression Id.static int
CONTINUE
Deprecated.RegularExpression Id.static int
DEFAULT
Deprecated.Lexical state.static int
DIGIT
Deprecated.RegularExpression Id.static int
DOT
Deprecated.RegularExpression Id.static int
DOUBLE_EQ
Deprecated.RegularExpression Id.static int
DSTRING
Deprecated.RegularExpression Id.static int
EL_CCT
Deprecated.RegularExpression Id.static int
EL_EXP
Deprecated.RegularExpression Id.static int
EL_LEFTDIV
Deprecated.RegularExpression Id.static int
EL_RIGHTDIV
Deprecated.RegularExpression Id.static int
EL_TIMES
Deprecated.RegularExpression Id.static int
ELSE
Deprecated.RegularExpression Id.static int
ELSEIF
Deprecated.RegularExpression Id.static int
END
Deprecated.RegularExpression Id.static int
EOF
Deprecated.End of File.static int
EQ
Deprecated.RegularExpression Id.static int
ESC_SEQ
Deprecated.RegularExpression Id.static int
EXP
Deprecated.RegularExpression Id.static int
EXPONENT
Deprecated.RegularExpression Id.static int
FLOAT
Deprecated.RegularExpression Id.static int
FOR
Deprecated.RegularExpression Id.static int
FUNCTION
Deprecated.RegularExpression Id.static int
GLOBAL
Deprecated.RegularExpression Id.static int
GRT
Deprecated.RegularExpression Id.static int
GRTE
Deprecated.RegularExpression Id.static int
HEX_DIGIT
Deprecated.RegularExpression Id.static int
ID
Deprecated.RegularExpression Id.static int
IF
Deprecated.RegularExpression Id.static int
IN_COMMENT
Deprecated.Lexical state.static int
INT
Deprecated.RegularExpression Id.static int
LBRACE
Deprecated.RegularExpression Id.static int
LEFTDIV
Deprecated.RegularExpression Id.static int
LETTER
Deprecated.RegularExpression Id.static int
LOG_AND
Deprecated.RegularExpression Id.static int
LOG_OR
Deprecated.RegularExpression Id.static int
LPAREN
Deprecated.RegularExpression Id.static int
LSBRACE
Deprecated.RegularExpression Id.static int
LST
Deprecated.RegularExpression Id.static int
LSTE
Deprecated.RegularExpression Id.static int
MINUS
Deprecated.RegularExpression Id.static int
MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.static int
NEG
Deprecated.RegularExpression Id.static int
NEQ
Deprecated.RegularExpression Id.static int
OCTAL_DIGIT
Deprecated.RegularExpression Id.static int
OCTAL_ESC
Deprecated.RegularExpression Id.static int
OTHERWISE
Deprecated.RegularExpression Id.static int
PERSISTENT
Deprecated.RegularExpression Id.static int
PLUS
Deprecated.RegularExpression Id.static int
QUESTIONMARK
Deprecated.RegularExpression Id.static int
RBRACE
Deprecated.RegularExpression Id.static int
RETURN
Deprecated.RegularExpression Id.static int
RIGHTDIV
Deprecated.RegularExpression Id.static int
RPAREN
Deprecated.RegularExpression Id.static int
RSBRACE
Deprecated.RegularExpression Id.static int
SEMI
Deprecated.RegularExpression Id.static int
SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.static int
STRING
Deprecated.RegularExpression Id.static int
SWITCH
Deprecated.RegularExpression Id.static int
TIMES
Deprecated.RegularExpression Id.static String[]
tokenImage
Deprecated.Literal token values.static int
TR
Deprecated.RegularExpression Id.static int
TRANSPOSE
Deprecated.Lexical state.static int
TRY
Deprecated.RegularExpression Id.static int
UNICODE_ESC
Deprecated.RegularExpression Id.static int
VARARGIN
Deprecated.RegularExpression Id.static int
WHILE
Deprecated.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.
-
-