plp.orientadaAspectos1.parser
Interface OA1ParserConstants
- All Known Implementing Classes:
- OA1Parser, OA1ParserTokenManager
public interface OA1ParserConstants
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
ASPECTO
static final int ASPECTO
- See Also:
- Constant Field Values
POINTCUT
static final int POINTCUT
- See Also:
- Constant Field Values
ADVICE_BEFORE
static final int ADVICE_BEFORE
- See Also:
- Constant Field Values
ADVICE_AROUND
static final int ADVICE_AROUND
- See Also:
- Constant Field Values
ADVICE_AFTER
static final int ADVICE_AFTER
- See Also:
- Constant Field Values
PROCEED
static final int PROCEED
- See Also:
- Constant Field Values
WITHIN
static final int WITHIN
- See Also:
- Constant Field Values
WITHINCODE
static final int WITHINCODE
- See Also:
- Constant Field Values
CFLOW
static final int CFLOW
- See Also:
- Constant Field Values
CFLOWBELOW
static final int CFLOWBELOW
- See Also:
- Constant Field Values
GET
static final int GET
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
DOT_DOT
static final int DOT_DOT
- 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