MatlabParserTokenManager
public interface MatlabParserConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
AT |
RegularExpression Id.
|
static int |
BIN_AND |
RegularExpression Id.
|
static int |
BIN_OR |
RegularExpression Id.
|
static int |
BREAK |
RegularExpression Id.
|
static int |
CASE |
RegularExpression Id.
|
static int |
CATCH |
RegularExpression Id.
|
static int |
CLEAR |
RegularExpression Id.
|
static int |
COLON |
RegularExpression Id.
|
static int |
COMMA |
RegularExpression Id.
|
static int |
CONTINUE |
RegularExpression Id.
|
static int |
DEFAULT |
Lexical state.
|
static int |
DIGIT |
RegularExpression Id.
|
static int |
DOT |
RegularExpression Id.
|
static int |
DOUBLE_EQ |
RegularExpression Id.
|
static int |
EL_CCT |
RegularExpression Id.
|
static int |
EL_EXP |
RegularExpression Id.
|
static int |
EL_LEFTDIV |
RegularExpression Id.
|
static int |
EL_RIGHTDIV |
RegularExpression Id.
|
static int |
EL_TIMES |
RegularExpression Id.
|
static int |
ELSE |
RegularExpression Id.
|
static int |
ELSEIF |
RegularExpression Id.
|
static int |
END |
RegularExpression Id.
|
static int |
EOF |
End of File.
|
static int |
EQ |
RegularExpression Id.
|
static int |
ESC_SEQ |
RegularExpression Id.
|
static int |
EXP |
RegularExpression Id.
|
static int |
EXPONENT |
RegularExpression Id.
|
static int |
FLOAT |
RegularExpression Id.
|
static int |
FOR |
RegularExpression Id.
|
static int |
FUNCTION |
RegularExpression Id.
|
static int |
GLOBAL |
RegularExpression Id.
|
static int |
GRT |
RegularExpression Id.
|
static int |
GRTE |
RegularExpression Id.
|
static int |
HEX_DIGIT |
RegularExpression Id.
|
static int |
ID |
RegularExpression Id.
|
static int |
IF |
RegularExpression Id.
|
static int |
IN_COMMENT |
Lexical state.
|
static int |
IN_LINE_COMMENT |
Lexical state.
|
static int |
INT |
RegularExpression Id.
|
static int |
LBRACE |
RegularExpression Id.
|
static int |
LEFTDIV |
RegularExpression Id.
|
static int |
LETTER |
RegularExpression Id.
|
static int |
LOG_AND |
RegularExpression Id.
|
static int |
LOG_OR |
RegularExpression Id.
|
static int |
LPAREN |
RegularExpression Id.
|
static int |
LSBRACE |
RegularExpression Id.
|
static int |
LST |
RegularExpression Id.
|
static int |
LSTE |
RegularExpression Id.
|
static int |
MINUS |
RegularExpression Id.
|
static int |
NEG |
RegularExpression Id.
|
static int |
NEQ |
RegularExpression Id.
|
static int |
OCTAL_DIGIT |
RegularExpression Id.
|
static int |
OCTAL_ESC |
RegularExpression Id.
|
static int |
OTHERWISE |
RegularExpression Id.
|
static int |
PERSISTENT |
RegularExpression Id.
|
static int |
PLUS |
RegularExpression Id.
|
static int |
RBRACE |
RegularExpression Id.
|
static int |
RETURN |
RegularExpression Id.
|
static int |
RIGHTDIV |
RegularExpression Id.
|
static int |
RPAREN |
RegularExpression Id.
|
static int |
RSBRACE |
RegularExpression Id.
|
static int |
SEMI |
RegularExpression Id.
|
static int |
STRING |
RegularExpression Id.
|
static int |
SWITCH |
RegularExpression Id.
|
static int |
TIMES |
RegularExpression Id.
|
static java.lang.String[] |
tokenImage |
Literal token values.
|
static int |
TR |
RegularExpression Id.
|
static int |
TRANSPOSE |
Lexical state.
|
static int |
TRY |
RegularExpression Id.
|
static int |
UNICODE_ESC |
RegularExpression Id.
|
static int |
VARARGIN |
RegularExpression Id.
|
static int |
WHILE |
RegularExpression Id.
|
static final int EOF
static final int SEMI
static final int LPAREN
static final int RPAREN
static final int LBRACE
static final int RBRACE
static final int LSBRACE
static final int RSBRACE
static final int AT
static final int DOT
static final int COMMA
static final int DOUBLE_EQ
static final int LOG_OR
static final int LOG_AND
static final int LSTE
static final int GRTE
static final int NEQ
static final int EL_TIMES
static final int EL_LEFTDIV
static final int EL_RIGHTDIV
static final int EL_EXP
static final int EL_CCT
static final int EQ
static final int BIN_OR
static final int BIN_AND
static final int LST
static final int GRT
static final int COLON
static final int PLUS
static final int MINUS
static final int NEG
static final int TIMES
static final int LEFTDIV
static final int RIGHTDIV
static final int EXP
static final int BREAK
static final int CASE
static final int CATCH
static final int CONTINUE
static final int ELSE
static final int ELSEIF
static final int END
static final int FOR
static final int FUNCTION
static final int GLOBAL
static final int IF
static final int OTHERWISE
static final int PERSISTENT
static final int RETURN
static final int SWITCH
static final int TRY
static final int VARARGIN
static final int WHILE
static final int CLEAR
static final int ID
static final int LETTER
static final int INT
static final int FLOAT
static final int EXPONENT
static final int DIGIT
static final int STRING
static final int ESC_SEQ
static final int UNICODE_ESC
static final int OCTAL_ESC
static final int HEX_DIGIT
static final int OCTAL_DIGIT
static final int TR
static final int DEFAULT
static final int TRANSPOSE
static final int IN_COMMENT
static final int IN_LINE_COMMENT
static final java.lang.String[] tokenImage
Copyright © 2002–2018 PMD. All rights reserved.