Uses of Enum Class
com.googlecode.aviator.lexer.token.Token.TokenType
Packages that use Token.TokenType
Package
Description
-
Uses of Token.TokenType in com.googlecode.aviator.code
Methods in com.googlecode.aviator.code with parameters of type Token.TokenTypeModifier and TypeMethodDescriptionprivate booleanOptimizeCodeGenerator.isLiteralOperand(Token<?> token, Token.TokenType tokenType, int index, Map<Integer, DelegateToken.DelegateTokenType> index2DelegateType) -
Uses of Token.TokenType in com.googlecode.aviator.code.interpreter
Fields in com.googlecode.aviator.code.interpreter with type parameters of type Token.TokenTypeModifier and TypeFieldDescriptionprivate static Set<Token.TokenType> InterpretCodeGenerator.LOAD_CONSTANTS_TYPE -
Uses of Token.TokenType in com.googlecode.aviator.lexer.token
Subclasses with type arguments of type Token.TokenType in com.googlecode.aviator.lexer.tokenMethods in com.googlecode.aviator.lexer.token that return Token.TokenTypeModifier and TypeMethodDescriptionCharToken.getType()DelegateToken.getType()NumberToken.getType()OperatorToken.getType()PatternToken.getType()StringToken.getType()Token.getType()Variable.getType()static Token.TokenTypeReturns the enum constant of this class with the specified name.static Token.TokenType[]Token.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.