Uses of Class
com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
-
Packages that use DelegateToken.DelegateTokenType Package Description com.googlecode.aviator.code com.googlecode.aviator.lexer.token -
-
Uses of DelegateToken.DelegateTokenType in com.googlecode.aviator.code
Methods in com.googlecode.aviator.code that return types with arguments of type DelegateToken.DelegateTokenType Modifier and Type Method Description private java.util.Map<java.lang.Integer,DelegateToken.DelegateTokenType>OptimizeCodeGenerator. getIndex2DelegateTypeMap(OperatorType opType)Method parameters in com.googlecode.aviator.code with type arguments of type DelegateToken.DelegateTokenType Modifier and Type Method Description private intOptimizeCodeGenerator. executeOperator(java.util.Map<java.lang.Integer,DelegateToken.DelegateTokenType> index2DelegateType, Token<?> operatorToken, OperatorType operatorType, int operatorIndex, int operandCount)private booleanOptimizeCodeGenerator. isLiteralOperand(Token<?> token, Token.TokenType tokenType, int index, java.util.Map<java.lang.Integer,DelegateToken.DelegateTokenType> index2DelegateType) -
Uses of DelegateToken.DelegateTokenType in com.googlecode.aviator.lexer.token
Fields in com.googlecode.aviator.lexer.token declared as DelegateToken.DelegateTokenType Modifier and Type Field Description private DelegateToken.DelegateTokenTypeDelegateToken. delegateTokenTypeMethods in com.googlecode.aviator.lexer.token that return DelegateToken.DelegateTokenType Modifier and Type Method Description DelegateToken.DelegateTokenTypeDelegateToken. getDelegateTokenType()static DelegateToken.DelegateTokenTypeDelegateToken.DelegateTokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DelegateToken.DelegateTokenType[]DelegateToken.DelegateTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.aviator.lexer.token with parameters of type DelegateToken.DelegateTokenType Constructor Description DelegateToken(Token<?> token, DelegateToken.DelegateTokenType type)
-