plp.orientadaObjetos1.parser
Interface OO1ParserConstants

All Known Implementing Classes:
OO1ParserTokenManager

public interface OO1ParserConstants


Field Summary
static int AND
           
static int ASSIGN
           
static int ATTRIB
           
static int BANG
           
static int BIT_AND
           
static int BIT_OR
           
static int BOOLEAN
           
static int CLASSE
           
static int COLON
           
static int COMAND_SKIP
           
static int COMMA
           
static int CONCAT
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DIGIT
           
static int DO
           
static int DOT
           
static int ELSE
           
static int EOF
           
static int EQ
           
static int FALSE
           
static int FORMAL_COMMENT
           
static int GE
           
static int GT
           
static int HEX_LITERAL
           
static int HOOK
           
static int IDENTIFIER
           
static int IF
           
static int INT
           
static int INTEGER_LITERAL
           
static int LBRACE
           
static int LBRACKET
           
static int LE
           
static int LENGTH
           
static int LETTER
           
static int LPAREN
           
static int LT
           
static int MINUS
           
static int MULTI_LINE_COMMENT
           
static int NE
           
static int NEW
           
static int NOT
           
static int NULL
           
static int OCTAL_LITERAL
           
static int OR
           
static int PLUS
           
static int PROC
           
static int RBRACE
           
static int RBRACKET
           
static int READ
           
static int REM
           
static int RPAREN
           
static int SC_AND
           
static int SC_OR
           
static int SEMICOLON
           
static int SINGLE_LINE_COMMENT
           
static int SLASH
           
static int STAR
           
static int STRING
           
static int STRING_LITERAL
           
static int THEN
           
static int THIS
           
static int TILDE
           
static java.lang.String[] tokenImage
           
static int TRUE
           
static int VAR
           
static int WHILE
           
static int WRITE
           
static int XOR
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

LENGTH

static final int LENGTH
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

VAR

static final int VAR
See Also:
Constant Field Values

COMAND_SKIP

static final int COMAND_SKIP
See Also:
Constant Field Values

WHILE

static final int WHILE
See Also:
Constant Field Values

DO

static final int DO
See Also:
Constant Field Values

READ

static final int READ
See Also:
Constant Field Values

WRITE

static final int WRITE
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

THEN

static final int THEN
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

NEW

static final int NEW
See Also:
Constant Field Values

THIS

static final int THIS
See Also:
Constant Field Values

CLASSE

static final int CLASSE
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

PROC

static final int PROC
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

ATTRIB

static final int ATTRIB
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

BANG

static final int BANG
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

HOOK

static final int HOOK
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

SC_OR

static final int SC_OR
See Also:
Constant Field Values

SC_AND

static final int SC_AND
See Also:
Constant Field Values

CONCAT

static final int CONCAT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

BIT_AND

static final int BIT_AND
See Also:
Constant Field Values

BIT_OR

static final int BIT_OR
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

REM

static final int REM
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage