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 intOptimizeCodeGenerator.executeOperator(Map<Integer, DelegateToken.DelegateTokenType> index2DelegateType, Token<?> operatorToken, OperatorType operatorType, int operatorIndex, int operandCount) private booleanOptimizeCodeGenerator.isLiteralOperand(Token<?> token, Token.TokenType tokenType, int index, Map<Integer, DelegateToken.DelegateTokenType> index2DelegateType) -
Uses of DelegateToken.DelegateTokenType in com.googlecode.aviator.lexer.token
Subclasses with type arguments of type DelegateToken.DelegateTokenType in com.googlecode.aviator.lexer.tokenFields in com.googlecode.aviator.lexer.token declared as DelegateToken.DelegateTokenTypeModifier and TypeFieldDescriptionprivate final DelegateToken.DelegateTokenTypeDelegateToken.delegateTokenTypeMethods 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)