Uses of Enum Class
com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
Packages that use DelegateToken.DelegateTokenType
-
Uses of DelegateToken.DelegateTokenType in com.googlecode.aviator.code
Methods in com.googlecode.aviator.code that return types with arguments of type DelegateToken.DelegateTokenTypeModifier and TypeMethodDescriptionprivate Map
<Integer, DelegateToken.DelegateTokenType> OptimizeCodeGenerator.getIndex2DelegateTypeMap
(OperatorType opType) Method parameters in com.googlecode.aviator.code with type arguments of type DelegateToken.DelegateTokenTypeModifier and TypeMethodDescriptionprivate int
OptimizeCodeGenerator.executeOperator
(Map<Integer, DelegateToken.DelegateTokenType> index2DelegateType, Token<?> operatorToken, OperatorType operatorType, int operatorIndex, int operandCount) private boolean
OptimizeCodeGenerator.isLiteralOperand
(Token<?> token, Token.TokenType tokenType, int index, Map<Integer, DelegateToken.DelegateTokenType> index2DelegateType) -
Uses of DelegateToken.DelegateTokenType in com.googlecode.aviator.lexer.token
Fields in com.googlecode.aviator.lexer.token declared as DelegateToken.DelegateTokenTypeModifier and TypeFieldDescriptionprivate final DelegateToken.DelegateTokenType
DelegateToken.delegateTokenType
Methods in com.googlecode.aviator.lexer.token that return DelegateToken.DelegateTokenTypeModifier and TypeMethodDescriptionDelegateToken.getDelegateTokenType()
Returns the enum constant of this class with the specified name.static DelegateToken.DelegateTokenType[]
DelegateToken.DelegateTokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.googlecode.aviator.lexer.token with parameters of type DelegateToken.DelegateTokenTypeModifierConstructorDescriptionDelegateToken
(Token<?> token, DelegateToken.DelegateTokenType type)