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 int
OptimizeCodeGenerator. executeOperator(java.util.Map<java.lang.Integer,DelegateToken.DelegateTokenType> index2DelegateType, Token<?> operatorToken, OperatorType operatorType, int operatorIndex, int operandCount)
private boolean
OptimizeCodeGenerator. 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.DelegateTokenType
DelegateToken. delegateTokenType
Methods in com.googlecode.aviator.lexer.token that return DelegateToken.DelegateTokenType Modifier and Type Method Description DelegateToken.DelegateTokenType
DelegateToken. getDelegateTokenType()
static DelegateToken.DelegateTokenType
DelegateToken.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)
-