compiler
Interface asmppLexerTokenTypes
- All Known Implementing Classes:
- asmppLexer, asmppParser, TreeWalker
public interface asmppLexerTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
EQU
static final int EQU
- See Also:
- Constant Field Values
ORG
static final int ORG
- See Also:
- Constant Field Values
ADDFF
static final int ADDFF
- See Also:
- Constant Field Values
SUBFF
static final int SUBFF
- See Also:
- Constant Field Values
SUBWFF
static final int SUBWFF
- See Also:
- Constant Field Values
ADDWFF
static final int ADDWFF
- See Also:
- Constant Field Values
SWAPFF
static final int SWAPFF
- See Also:
- Constant Field Values
IORWFF
static final int IORWFF
- See Also:
- Constant Field Values
ANDWFF
static final int ANDWFF
- See Also:
- Constant Field Values
XORWFF
static final int XORWFF
- See Also:
- Constant Field Values
MOVFF
static final int MOVFF
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
ENDIF
static final int ENDIF
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
FOR
static final int FOR
- 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
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
BREAK
static final int BREAK
- See Also:
- Constant Field Values
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
VAR
static final int VAR
- See Also:
- Constant Field Values
ARRAY
static final int ARRAY
- See Also:
- Constant Field Values
ADDWF
static final int ADDWF
- See Also:
- Constant Field Values
ANDWF
static final int ANDWF
- See Also:
- Constant Field Values
CLRF
static final int CLRF
- See Also:
- Constant Field Values
CLRW
static final int CLRW
- See Also:
- Constant Field Values
COMF
static final int COMF
- See Also:
- Constant Field Values
DECF
static final int DECF
- See Also:
- Constant Field Values
DECFSZ
static final int DECFSZ
- See Also:
- Constant Field Values
INCF
static final int INCF
- See Also:
- Constant Field Values
INCFSZ
static final int INCFSZ
- See Also:
- Constant Field Values
IORWF
static final int IORWF
- See Also:
- Constant Field Values
MOVF
static final int MOVF
- See Also:
- Constant Field Values
MOVWF
static final int MOVWF
- See Also:
- Constant Field Values
NOP
static final int NOP
- See Also:
- Constant Field Values
RLF
static final int RLF
- See Also:
- Constant Field Values
RRF
static final int RRF
- See Also:
- Constant Field Values
SUBWF
static final int SUBWF
- See Also:
- Constant Field Values
SWAPF
static final int SWAPF
- See Also:
- Constant Field Values
XORWF
static final int XORWF
- See Also:
- Constant Field Values
BCF
static final int BCF
- See Also:
- Constant Field Values
BSF
static final int BSF
- See Also:
- Constant Field Values
BTFSC
static final int BTFSC
- See Also:
- Constant Field Values
BTFSS
static final int BTFSS
- See Also:
- Constant Field Values
ADDLW
static final int ADDLW
- See Also:
- Constant Field Values
ANDLW
static final int ANDLW
- See Also:
- Constant Field Values
CALL
static final int CALL
- See Also:
- Constant Field Values
CLRWDT
static final int CLRWDT
- See Also:
- Constant Field Values
GOTO
static final int GOTO
- See Also:
- Constant Field Values
IORLW
static final int IORLW
- See Also:
- Constant Field Values
MOVLW
static final int MOVLW
- See Also:
- Constant Field Values
RETFIE
static final int RETFIE
- See Also:
- Constant Field Values
RETLW
static final int RETLW
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
SLEEP
static final int SLEEP
- See Also:
- Constant Field Values
SUBLW
static final int SUBLW
- See Also:
- Constant Field Values
XORLW
static final int XORLW
- See Also:
- Constant Field Values
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
LPAR
static final int LPAR
- See Also:
- Constant Field Values
RPAR
static final int RPAR
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LBRC
static final int LBRC
- See Also:
- Constant Field Values
RBRC
static final int RBRC
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- 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
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NEQ
static final int NEQ
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LTE
static final int LTE
- See Also:
- Constant Field Values
GTE
static final int GTE
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
BINARY
static final int BINARY
- See Also:
- Constant Field Values
HEX
static final int HEX
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
ADDRESS
static final int ADDRESS
- See Also:
- Constant Field Values
LITERAL
static final int LITERAL
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
PROGRAM
static final int PROGRAM
- See Also:
- Constant Field Values
SUBPROGRAMBODY
static final int SUBPROGRAMBODY
- See Also:
- Constant Field Values
BASICDECL
static final int BASICDECL
- See Also:
- Constant Field Values
VARDECL
static final int VARDECL
- See Also:
- Constant Field Values
CONSTDECL
static final int CONSTDECL
- See Also:
- Constant Field Values
ARRAYDECL
static final int ARRAYDECL
- See Also:
- Constant Field Values
STATEMENT
static final int STATEMENT
- See Also:
- Constant Field Values
ORGSTATEMENT
static final int ORGSTATEMENT
- See Also:
- Constant Field Values
INSTRUCTIONSTATEMENT
static final int INSTRUCTIONSTATEMENT
- See Also:
- Constant Field Values
ASMPPSTATEMENT
static final int ASMPPSTATEMENT
- See Also:
- Constant Field Values
ADDFFSTATEMENT
static final int ADDFFSTATEMENT
- See Also:
- Constant Field Values
SUBFFSTATEMENT
static final int SUBFFSTATEMENT
- See Also:
- Constant Field Values
ADDWFFSTATEMENT
static final int ADDWFFSTATEMENT
- See Also:
- Constant Field Values
SUBWFFSTATEMENT
static final int SUBWFFSTATEMENT
- See Also:
- Constant Field Values
SWAPFFSTATEMENT
static final int SWAPFFSTATEMENT
- See Also:
- Constant Field Values
IORWFFSTATEMENT
static final int IORWFFSTATEMENT
- See Also:
- Constant Field Values
ANDWFFSTATEMENT
static final int ANDWFFSTATEMENT
- See Also:
- Constant Field Values
XORWFFSTATEMENT
static final int XORWFFSTATEMENT
- See Also:
- Constant Field Values
MOVFFSTATEMENT
static final int MOVFFSTATEMENT
- See Also:
- Constant Field Values
ASMSTATEMENT
static final int ASMSTATEMENT
- See Also:
- Constant Field Values
ADDWFSTATEMENT
static final int ADDWFSTATEMENT
- See Also:
- Constant Field Values
ANDWFSTATEMENT
static final int ANDWFSTATEMENT
- See Also:
- Constant Field Values
CLRFSTATEMENT
static final int CLRFSTATEMENT
- See Also:
- Constant Field Values
CLRWSTATEMENT
static final int CLRWSTATEMENT
- See Also:
- Constant Field Values
COMFSTATEMENT
static final int COMFSTATEMENT
- See Also:
- Constant Field Values
DECFSTATEMENT
static final int DECFSTATEMENT
- See Also:
- Constant Field Values
DECFSZSTATEMENT
static final int DECFSZSTATEMENT
- See Also:
- Constant Field Values
INCFSTATEMENT
static final int INCFSTATEMENT
- See Also:
- Constant Field Values
INCFSZSTATEMENT
static final int INCFSZSTATEMENT
- See Also:
- Constant Field Values
IORWFSTATEMENT
static final int IORWFSTATEMENT
- See Also:
- Constant Field Values
MOVFSTATEMENT
static final int MOVFSTATEMENT
- See Also:
- Constant Field Values
MOVWFSTATEMENT
static final int MOVWFSTATEMENT
- See Also:
- Constant Field Values
NOPSTATEMENT
static final int NOPSTATEMENT
- See Also:
- Constant Field Values
RLFSTATEMENT
static final int RLFSTATEMENT
- See Also:
- Constant Field Values
RRFSTATEMENT
static final int RRFSTATEMENT
- See Also:
- Constant Field Values
SUBWFSTATEMENT
static final int SUBWFSTATEMENT
- See Also:
- Constant Field Values
SWAPFSTATEMENT
static final int SWAPFSTATEMENT
- See Also:
- Constant Field Values
XORWFSTATEMENT
static final int XORWFSTATEMENT
- See Also:
- Constant Field Values
BSFSTATEMENT
static final int BSFSTATEMENT
- See Also:
- Constant Field Values
BCFSTATEMENT
static final int BCFSTATEMENT
- See Also:
- Constant Field Values
BTFSCSTATEMENT
static final int BTFSCSTATEMENT
- See Also:
- Constant Field Values
BTFSSSTATEMENT
static final int BTFSSSTATEMENT
- See Also:
- Constant Field Values
ADDLWSTATEMENT
static final int ADDLWSTATEMENT
- See Also:
- Constant Field Values
ANDLWSTATEMENT
static final int ANDLWSTATEMENT
- See Also:
- Constant Field Values
CALLSTATEMENT
static final int CALLSTATEMENT
- See Also:
- Constant Field Values
CLRWDTSTATEMENT
static final int CLRWDTSTATEMENT
- See Also:
- Constant Field Values
GOTOSTATEMENT
static final int GOTOSTATEMENT
- See Also:
- Constant Field Values
IORLWSTATEMENT
static final int IORLWSTATEMENT
- See Also:
- Constant Field Values
MOVLWSTATEMENT
static final int MOVLWSTATEMENT
- See Also:
- Constant Field Values
RETFIESTATEMENT
static final int RETFIESTATEMENT
- See Also:
- Constant Field Values
RETLWSTATEMENT
static final int RETLWSTATEMENT
- See Also:
- Constant Field Values
SLEEPSTATEMENT
static final int SLEEPSTATEMENT
- See Also:
- Constant Field Values
SUBLWSTATEMENT
static final int SUBLWSTATEMENT
- See Also:
- Constant Field Values
XORLWSTATEMENT
static final int XORLWSTATEMENT
- See Also:
- Constant Field Values
EXPR
static final int EXPR
- See Also:
- Constant Field Values
SUBEXPR
static final int SUBEXPR
- See Also:
- Constant Field Values
IFSTATEMENT
static final int IFSTATEMENT
- See Also:
- Constant Field Values
WHILESTATEMENT
static final int WHILESTATEMENT
- See Also:
- Constant Field Values
FORSUBSTATEMENT
static final int FORSUBSTATEMENT
- See Also:
- Constant Field Values
FORSTATEMENT
static final int FORSTATEMENT
- See Also:
- Constant Field Values
DOWHILESTATEMENT
static final int DOWHILESTATEMENT
- See Also:
- Constant Field Values
ASSIGNMENTSTATEMENT
static final int ASSIGNMENTSTATEMENT
- See Also:
- Constant Field Values
FUNCTIONCALLSTATEMENT
static final int FUNCTIONCALLSTATEMENT
- See Also:
- Constant Field Values
RETURNSTATEMENT
static final int RETURNSTATEMENT
- See Also:
- Constant Field Values
LABELSTATEMENT
static final int LABELSTATEMENT
- See Also:
- Constant Field Values
FUNCTIONDECLARATION
static final int FUNCTIONDECLARATION
- See Also:
- Constant Field Values