net.sourceforge.pmd.lang.matlab.ast
Interface MatlabParserConstants

All Known Implementing Classes:
MatlabParserTokenManager

public interface MatlabParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
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 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.
 

Field Detail

EOF

static final int EOF
End of File.

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

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

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

IN_LINE_COMMENT

static final int IN_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2002-2015 InfoEther. All Rights Reserved.