Uses of Class
mars.assembler.Token
Packages that use Token
-
Uses of Token in mars.assembler
Methods in mars.assembler that return TokenModifier and TypeMethodDescriptionTokenList.get(int pos)
Returns requested token given position number (starting at 0).Methods in mars.assembler with parameters of type TokenModifier and TypeMethodDescriptionvoid
Adds a Token object to the end of the list.void
Adds a Symbol object into the array of Symbols.void
MacroPool.beginMacro(Token nameToken)
Called by parser upon reaching.macro
directive.
Instantiates a newMacro
object and stores it inMacroPool.current
.void
MacroPool.commitMacro(Token endToken)
Called by parser upon reaching.end_macro
directive.boolean
MacroPool.pushOnCallStack(Token token)
Adds the token's source line to the call stackvoid
SymbolTable.removeSymbol(Token token)
Removes a symbol from the Symbol table.void
Replaces token at position with different one.