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 TypeMethodDescriptionvoidAdds a Token object to the end of the list.voidAdds a Symbol object into the array of Symbols.voidMacroPool.beginMacro(Token nameToken)Called by parser upon reaching.macrodirective.
Instantiates a newMacroobject and stores it inMacroPool.current.voidMacroPool.commitMacro(Token endToken)Called by parser upon reaching.end_macrodirective.booleanMacroPool.pushOnCallStack(Token token)Adds the token's source line to the call stackvoidSymbolTable.removeSymbol(Token token)Removes a symbol from the Symbol table.voidReplaces token at position with different one.