Uses of Enum Class
mars.assembler.token.TokenType
Packages that use TokenType
-
Uses of TokenType in mars.assembler.token
Methods in mars.assembler.token that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
TokenType.fromIntegerValue
(int value) Determine the smallest integerTokenType
which fits the given value, taking signedness into account.Token.getType()
Get the type of this token.static TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.assembler.token with parameters of type TokenTypeModifier and TypeMethodDescriptionvoid
Modify the type of this token.Constructors in mars.assembler.token with parameters of type TokenTypeModifierConstructorDescriptionToken
(SourceLocation location, String literal, TokenType type, Object value) Create a newToken
with the given information.