- AALOAD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- AASTORE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- AbstractFunction - Class in com.googlecode.aviator.runtime.function
-
Abstract function implementation
- AbstractFunction() - Constructor for class com.googlecode.aviator.runtime.function.AbstractFunction
-
- AbstractMinMaxFunction - Class in com.googlecode.aviator.runtime.function.system
-
Abstract base class for system min/max function.
- AbstractMinMaxFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction
-
- AbstractSeqMinMaxFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Base class for min/max function.
- AbstractSeqMinMaxFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction
-
- AbstractToken<T> - Class in com.googlecode.aviator.lexer.token
-
Base token class
- AbstractToken(int, String) - Constructor for class com.googlecode.aviator.lexer.token.AbstractToken
-
- AbstractVariadicFunction - Class in com.googlecode.aviator.runtime.function
-
Abstract function to implement variadic arguments function.
- AbstractVariadicFunction() - Constructor for class com.googlecode.aviator.runtime.function.AbstractVariadicFunction
-
- ACC_ABSTRACT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_ANNOTATION - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_BRIDGE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_DEPRECATED - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_ENUM - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_FINAL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_INTERFACE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_NATIVE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_PRIVATE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_PROTECTED - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_PUBLIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_STATIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_STRICT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_SUPER - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_SYNCHRONIZED - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_SYNTHETIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_TRANSIENT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_VARARGS - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ACC_VOLATILE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- accept(ClassVisitor, int) - Method in class com.googlecode.aviator.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- accept(ClassVisitor, Attribute[], int) - Method in class com.googlecode.aviator.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- aconst(Object) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ACONST_NULL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ADD - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
math
method.
- add(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorBoolean
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorNil
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorPattern
-
- add(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorString
-
- addArgument(String) - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- addFunction(AviatorFunction) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Add an aviator function,it's not thread-safe.
- addFunction(AviatorFunction) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Add an aviator function,it's not thread-safe.
- addFunction(String, AviatorFunction) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Adds a function with the name
- addFunctionLoader(FunctionLoader) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Adds a function loader.
- addFunctionLoader(FunctionLoader) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Adds a function loader
- addInstanceFunctions(String, Class<?>) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- addInstanceFunctions(String, Class<?>) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Adds all public instance methods in the class as custom functions into evaluator except those
have
Ignore
annotation, all these functions will keep the same name as method name, but
prefixed with namespace, the function name can be renamed by
Function
annotation.
- addOpFunction(OperatorType, AviatorFunction) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Add an operator aviator function,it's not thread-safe.
- addOpFunction(OperatorType, AviatorFunction) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Add an operator aviator function,it's not thread-safe.
- addStaticFunctions(String, Class<?>) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- addStaticFunctions(String, Class<?>) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Adds all public static methods in the class as custom functions into evaluator except those
have
Ignore
annotation, all these functions will keep the same name as method name, but
prefixed with namespace, the function name can be renamed by
Function
annotation.
- addSVUID(long) - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- AdviceAdapter - Class in com.googlecode.aviator.asm.commons
-
A
MethodVisitor
to insert before, after and around advices in
methods and constructors.
- AdviceAdapter(int, MethodVisitor, int, String, String) - Constructor for class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- aload(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ALOAD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- AnalyzerAdapter - Class in com.googlecode.aviator.asm.commons
-
- AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- AND - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
math
method.
- and(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- and() - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- anew(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ANEWARRAY - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- AnnotationVisitor - Class in com.googlecode.aviator.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class com.googlecode.aviator.asm.AnnotationVisitor
-
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class com.googlecode.aviator.asm.AnnotationVisitor
-
- api - Variable in class com.googlecode.aviator.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class com.googlecode.aviator.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class com.googlecode.aviator.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class com.googlecode.aviator.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- areturn(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ARETURN - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- arguments - Variable in class com.googlecode.aviator.runtime.function.LambdaFunction
-
- ARRAY - Static variable in class com.googlecode.aviator.asm.Type
-
The sort of array reference types.
- arrayLength() - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- arraylength() - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ARRAYLENGTH - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- arrayLoad(Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- arrayStore(Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- ASM4 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ASMCodeGenerator - Class in com.googlecode.aviator.code.asm
-
Code generator using asm
- ASMCodeGenerator(AviatorEvaluatorInstance, AviatorClassLoader, OutputStream, boolean) - Constructor for class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- astore(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ASTORE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- athrow() - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ATHROW - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- Attribute - Class in com.googlecode.aviator.asm
-
A non standard class, field, method or code attribute.
- Attribute(String) - Constructor for class com.googlecode.aviator.asm.Attribute
-
Constructs a new empty attribute.
- av - Variable in class com.googlecode.aviator.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- AviatorBigInt - Class in com.googlecode.aviator.runtime.type
-
Aviator Big Integer
- AviatorBigInt(Number) - Constructor for class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- AviatorBoolean - Class in com.googlecode.aviator.runtime.type
-
Aviator boolean type
- AviatorClassLoader - Class in com.googlecode.aviator.parser
-
Aviator classloader to define class
- AviatorClassLoader(ClassLoader) - Constructor for class com.googlecode.aviator.parser.AviatorClassLoader
-
- AviatorDecimal - Class in com.googlecode.aviator.runtime.type
-
Aviator Big Decimal
- AviatorDecimal(Number) - Constructor for class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- AviatorDouble - Class in com.googlecode.aviator.runtime.type
-
Aviator double type
- AviatorDouble(double) - Constructor for class com.googlecode.aviator.runtime.type.AviatorDouble
-
- AviatorEvaluator - Class in com.googlecode.aviator
-
Avaitor Expression evaluator
- AviatorEvaluatorInstance - Class in com.googlecode.aviator
-
A aviator evaluator instance
- AviatorFunction - Interface in com.googlecode.aviator.runtime.type
-
A aviator function,all functions must implement this interface
- AviatorJavaType - Class in com.googlecode.aviator.runtime.type
-
Aviator variable
- AviatorJavaType(String) - Constructor for class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- AviatorLong - Class in com.googlecode.aviator.runtime.type
-
Aviator long type
- AviatorNil - Class in com.googlecode.aviator.runtime.type
-
Aviator nil object
- AviatorNumber - Class in com.googlecode.aviator.runtime.type
-
Aviator number type
- AviatorNumber(long) - Constructor for class com.googlecode.aviator.runtime.type.AviatorNumber
-
- AviatorNumber(double) - Constructor for class com.googlecode.aviator.runtime.type.AviatorNumber
-
- AviatorNumber(Number) - Constructor for class com.googlecode.aviator.runtime.type.AviatorNumber
-
- AviatorObject - Class in com.googlecode.aviator.runtime.type
-
Aviator root object
- AviatorObject() - Constructor for class com.googlecode.aviator.runtime.type.AviatorObject
-
- AviatorPattern - Class in com.googlecode.aviator.runtime.type
-
A Aviator regular expression pattern
- AviatorPattern(String) - Constructor for class com.googlecode.aviator.runtime.type.AviatorPattern
-
- AviatorRuntimeJavaType - Class in com.googlecode.aviator.runtime.type
-
Aviator runtime java type,used by when generate runtime result.
- AviatorRuntimeJavaType(Object) - Constructor for class com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
-
- AviatorScriptEngine - Class in com.googlecode.aviator.script
-
Aviator Expression engine
- AviatorScriptEngine(AviatorScriptEngineFactory) - Constructor for class com.googlecode.aviator.script.AviatorScriptEngine
-
- AviatorScriptEngineFactory - Class in com.googlecode.aviator.script
-
- AviatorScriptEngineFactory() - Constructor for class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- AviatorString - Class in com.googlecode.aviator.runtime.type
-
A aviator string
- AviatorString(String) - Constructor for class com.googlecode.aviator.runtime.type.AviatorString
-
- AviatorType - Enum in com.googlecode.aviator.runtime.type
-
Aviator types
- GE - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp
method.
- generateCase(int, Label) - Method in interface com.googlecode.aviator.asm.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface com.googlecode.aviator.asm.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in com.googlecode.aviator.asm.commons
-
- GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, MethodVisitor, int, String, String) - Constructor for class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
- genNewLambdaCode(LambdaFunctionBootstrap) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- genTopEnv(Map<String, Object>) - Method in class com.googlecode.aviator.BaseExpression
-
- get(Object) - Method in class com.googlecode.aviator.utils.Env
-
Get value for key.
- get(Object) - Method in class com.googlecode.aviator.utils.LRUMap
-
- get(Object) - Method in class com.googlecode.aviator.utils.SyncLRUMap
-
- getAccess() - Method in class com.googlecode.aviator.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getApplicationContext() - Method in class com.googlecode.aviator.spring.SpringContextFunctionLoader
-
- getArgumentsAndReturnSizes(String) - Static method in class com.googlecode.aviator.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentsAndReturnSizes() - Method in class com.googlecode.aviator.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentTypes() - Method in class com.googlecode.aviator.asm.commons.Method
-
Returns the argument types of the method described by this object.
- getArgumentTypes(String) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java types corresponding to the argument types of the given method descriptor.
- getArgumentTypes(Method) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java types corresponding to the argument types of the given method.
- getArgumentTypes() - Method in class com.googlecode.aviator.asm.Type
-
Returns the argument types of methods of this type.
- getAviatorClassLoader() - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Returns classloader
- getAviatorClassLoader(boolean) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Returns classloader
- getAviatorClassLoader() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns classloader
- getAviatorClassLoader(boolean) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns classloader
- getAviatorType() - Method in class com.googlecode.aviator.runtime.function.AbstractFunction
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.function.AbstractVariadicFunction
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorBoolean
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorNil
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorPattern
-
- getAviatorType() - Method in class com.googlecode.aviator.runtime.type.AviatorString
-
- getBytecodeVersion() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the generated java classes byte code version, 1.6 by defualt.
- getCachedExpression(String) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Returns a compiled expression in cache
- getCachedExpression(String) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns a compiled expression in cache
- getCh() - Method in class com.googlecode.aviator.lexer.token.CharToken
-
- getClassLoader() - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- getClassName() - Method in class com.googlecode.aviator.asm.ClassReader
-
- getClassName() - Method in class com.googlecode.aviator.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getCodeGenerator() - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- getCodeGenerator() - Method in interface com.googlecode.aviator.parser.Parser
-
- getCommonSuperClass(String, String) - Method in class com.googlecode.aviator.asm.ClassWriter
-
Returns the common super type of the two given types.
- getCompileEnv() - Method in class com.googlecode.aviator.BaseExpression
-
- getConstructorDescriptor(Constructor<?>) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getCurrentIndex() - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- getDefaults() - Method in class com.googlecode.aviator.utils.Env
-
- getDefaultValue() - Method in enum com.googlecode.aviator.Options
-
Returns the default value of option.
- getDefaultValueObject() - Method in enum com.googlecode.aviator.Options
-
Returns the default value object of option.
- getDelegateTokenType() - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- getDesc() - Method in class com.googlecode.aviator.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class com.googlecode.aviator.asm.commons.Method
-
Returns the descriptor of the method described by this object.
- getDescriptor() - Method in class com.googlecode.aviator.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class<?>) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - Method in class com.googlecode.aviator.asm.Type
-
Returns the number of dimensions of this array type.
- getElement(Map<String, Object>, AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
Access array or list element
- getElement(Map<String, Object>, AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
Access array or list element
- getElementType() - Method in class com.googlecode.aviator.asm.Type
-
Returns the type of the elements of this array type.
- getEngine() - Method in class com.googlecode.aviator.script.CompiledAviatorScript
-
- getEngineName() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getEngineVersion() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getExpression() - Method in class com.googlecode.aviator.BaseExpression
-
- getExpression() - Method in class com.googlecode.aviator.runtime.FunctionArgument
-
Returns the parameter expression.
- getExpressionCacheSize() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the number of cached expressions.
- getExtensions() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getFactory() - Method in class com.googlecode.aviator.script.AviatorScriptEngine
-
- getField(Type, String, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the stack.
- getfield(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- GETFIELD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- getFuncMap() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the functions map
- getFunction(String) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Retrieve an aviator function by name,throw exception if not found or null.It's not thread-safe.
- getFunction(String) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Retrieve an aviator function by name,throw exception if not found or null.It's not thread-safe.
- getFunction(AviatorObject, Map<String, Object>, int) - Static method in class com.googlecode.aviator.runtime.function.FunctionUtils
-
Get a function from env in follow orders:
arg value
env
current evaluator instance.
- getFunction(Object, Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- getFunction(Map<String, Object>, String) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- getFunctionArguments(Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.function.FunctionUtils
-
Retrieve the invocation arguments info from env, returns null when absent.
- getFunctionMissing() - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- getFunctionMissing() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the function missing handler, null if not set.
- getIndex() - Method in class com.googlecode.aviator.runtime.FunctionArgument
-
Returns the parameter index in function,starts from zero.
- getInstance() - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Get the default evaluator instance
- getInstance() - Static method in class com.googlecode.aviator.ClassPathConfigFunctionLoader
-
- getInstance() - Static method in class com.googlecode.aviator.runtime.JavaMethodReflectionFunctionMissing
-
Retrieve a global singleton JavaMethodReflectionFunctionMissing instance.
- getInstance(Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
Get the current evaluator instance,returns the global instance if not found.
- getInstance() - Method in class com.googlecode.aviator.utils.Env
-
- getInstanceMethods(Class<?>, String) - Static method in class com.googlecode.aviator.utils.Reflector
-
- getInterfaces() - Method in class com.googlecode.aviator.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInternalName() - Method in class com.googlecode.aviator.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - Method in class com.googlecode.aviator.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus one.
- getItemCount() - Method in class com.googlecode.aviator.asm.ClassReader
-
Returns the number of constant pool items in
b
.
- getJavaClass() - Method in class com.googlecode.aviator.ClassExpression
-
Get generated java class
- getJavaObject(AviatorObject, Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.function.FunctionUtils
-
get a object from env
- getLabels() - Method in class com.googlecode.aviator.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLambdaBootstraps() - Method in class com.googlecode.aviator.ClassExpression
-
- getLambdaFunctionBootstrap() - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- getLanguageName() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getLanguageVersion() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getLexeme() - Method in class com.googlecode.aviator.lexer.token.AbstractToken
-
- getLexeme() - Method in interface com.googlecode.aviator.lexer.token.Token
-
- getLexeme() - Method in class com.googlecode.aviator.runtime.type.AviatorString
-
- getLmabdaBootstrap() - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- getLocalIndex() - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- getLocalType(int) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getMathContext() - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- getMathContext(Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- getMaxSize() - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- getMaxStringLength() - Method in class com.googlecode.aviator.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool of the class.
- getMethod(Method) - Static method in class com.googlecode.aviator.asm.commons.Method
-
- getMethod(Constructor<?>) - Static method in class com.googlecode.aviator.asm.commons.Method
-
- getMethod(String) - Static method in class com.googlecode.aviator.asm.commons.Method
-
Returns a
Method
corresponding to the given Java method declaration.
- getMethod(String, boolean) - Static method in class com.googlecode.aviator.asm.commons.Method
-
Returns a
Method
corresponding to the given Java method declaration.
- getMethodCallSyntax(String, String, String...) - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getMethodDescriptor(Type, Type...) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDescriptor(Method) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodType(String) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java method type corresponding to the given argument and return types.
- getMimeTypes() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getMinSize() - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- getName() - Method in class com.googlecode.aviator.asm.commons.Method
-
Returns the name of the method described by this object.
- getName() - Method in class com.googlecode.aviator.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in class com.googlecode.aviator.runtime.function.ClassMethodFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathAbsFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathCosFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathLog10Function
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathLogFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathPowFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathRoundFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathSinFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathSqrtFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.math.MathTanFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqAddFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqContainsKeyFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqCountFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqEveryFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqFilterFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqGetFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMapFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMaxFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMinFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewArrayFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewListFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewMapFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewSetFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqReduceFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqRemoveFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqSomeFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.seq.SeqSortFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringContainsFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringEndsWithFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringIndexOfFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringJoinFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringLengthFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringSplitFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringStartsWithFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.string.StringSubStringFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.BinaryFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.BooleanFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.ConstantFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.Date2StringFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.DoubleFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.IdentityFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.LongFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.MaxFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.MinFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.NowFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.PrintFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.PrintlnFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.RandomFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.StrFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.String2DateFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.SysDateFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.system.TupleFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.function.TraceFunction
-
- getName() - Method in class com.googlecode.aviator.runtime.LambdaFunctionBootstrap
-
- getName() - Method in interface com.googlecode.aviator.runtime.type.AviatorFunction
-
Get the function name
- getName() - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- getNames() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getNumber() - Method in class com.googlecode.aviator.lexer.token.NumberToken
-
- getNumberValue(AviatorObject, Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.function.FunctionUtils
-
Get a number from env.
- getObjectType(String) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - Method in class com.googlecode.aviator.asm.Label
-
Returns the offset corresponding to this label.
- getOp() - Method in class com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction
-
- getOp() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMaxFunction
-
- getOp() - Method in class com.googlecode.aviator.runtime.function.seq.SeqMinFunction
-
- getOp() - Method in class com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction
-
- getOp() - Method in class com.googlecode.aviator.runtime.function.system.MaxFunction
-
- getOp() - Method in class com.googlecode.aviator.runtime.function.system.MinFunction
-
- getOpcode(int) - Method in class com.googlecode.aviator.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOperandCount() - Method in enum com.googlecode.aviator.lexer.token.OperatorType
-
- getOperatorType() - Method in class com.googlecode.aviator.lexer.token.OperatorToken
-
- getOpFunction(OperatorType) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Retrieve an operator aviator function by op type, return null if not found.It's not
thread-safe.
- getOpFunction(OperatorType) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Retrieve an operator aviator function by op type, return null if not found.It's not
thread-safe.
- getOpsMap() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the operators map.
- getOption(Options) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Deprecated.
- getOption(Options) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Deprecated.
- getOptions() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Get the evaluator instance options
- getOptionValue(Options) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Returns the current evaluator option value union, returns null if missing.
- getOptionValue(Options) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns the current evaluator option value union, returns null if missing.
- getOpType() - Method in class com.googlecode.aviator.runtime.function.system.BinaryFunction
-
- getOrCreateDateFormat(String) - Static method in class com.googlecode.aviator.runtime.function.system.DateFormatCache
-
- getOutputStatement(String) - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getOwner() - Method in class com.googlecode.aviator.asm.Handle
-
Returns the internal name of the field or method designed by this handle.
- getParameter(String) - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getParams() - Method in class com.googlecode.aviator.lexer.token.OperatorToken
-
- getPattern() - Method in class com.googlecode.aviator.runtime.type.AviatorPattern
-
- getProgram(String...) - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getResult() - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- getResult() - Method in interface com.googlecode.aviator.code.CodeGenerator
-
- getResult() - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- getResult() - Method in class com.googlecode.aviator.code.OptimizeCodeGenerator
-
- getReturnType() - Method in class com.googlecode.aviator.asm.commons.Method
-
Returns the return type of the method described by this object.
- getReturnType(String) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the return type of the given method descriptor.
- getReturnType(Method) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the return type of the given method.
- getReturnType() - Method in class com.googlecode.aviator.asm.Type
-
Returns the return type of methods of this type.
- getScanString() - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- getScopeInfo() - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- getScriptEngine() - Method in class com.googlecode.aviator.script.AviatorScriptEngineFactory
-
- getSize() - Method in class com.googlecode.aviator.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class com.googlecode.aviator.asm.Type
-
Returns the sort of this Java type.
- getStartIndex() - Method in class com.googlecode.aviator.lexer.token.AbstractToken
-
- getStartIndex() - Method in interface com.googlecode.aviator.lexer.token.Token
-
- getStatic(Type, String, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the stack.
- getstatic(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- GETSTATIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- getStaticMethods(Class, String) - Static method in class com.googlecode.aviator.utils.Reflector
-
- getStringValue(AviatorObject, Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.function.FunctionUtils
-
Get string value from env.
- getSuperName() - Method in class com.googlecode.aviator.asm.ClassReader
-
- getTable() - Method in class com.googlecode.aviator.lexer.SymbolTable
-
Get symbold table
- getTag() - Method in class com.googlecode.aviator.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getToken() - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- getToken() - Method in enum com.googlecode.aviator.lexer.token.OperatorType
-
- getTraceOutputStream() - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Get current trace output stream,default is System.out
- getTraceOutputStream() - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Get current trace output stream,default is System.out
- getType(String) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java type corresponding to the given class.
- getType(Constructor<?>) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - Static method in class com.googlecode.aviator.asm.Type
-
Returns the Java method type corresponding to the given method.
- getType() - Method in class com.googlecode.aviator.lexer.token.CharToken
-
- getType() - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- getType() - Method in class com.googlecode.aviator.lexer.token.NumberToken
-
- getType() - Method in class com.googlecode.aviator.lexer.token.OperatorToken
-
- getType() - Method in class com.googlecode.aviator.lexer.token.PatternToken
-
- getType() - Method in class com.googlecode.aviator.lexer.token.StringToken
-
- getType() - Method in interface com.googlecode.aviator.lexer.token.Token
-
- getType() - Method in class com.googlecode.aviator.lexer.token.Variable
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.CharToken
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.NumberToken
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.OperatorToken
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.StringToken
-
- getValue(Map<String, Object>) - Method in interface com.googlecode.aviator.lexer.token.Token
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.lexer.token.Variable
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.function.AbstractFunction
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.function.AbstractVariadicFunction
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorBoolean
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorNil
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorPattern
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
-
- getValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorString
-
- getVariable(String) - Method in class com.googlecode.aviator.lexer.SymbolTable
-
Get variable by name
- getVariableFullNames() - Method in class com.googlecode.aviator.BaseExpression
-
- getVariableFullNames() - Method in interface com.googlecode.aviator.Expression
-
Returns this expression's all variable full names in order when using AviatorEvaluator.EVAL
mode,else returns empty set
- getVariableNames() - Method in class com.googlecode.aviator.BaseExpression
-
- getVariableNames() - Method in interface com.googlecode.aviator.Expression
-
Returns this expression's all variable names in order when using AviatorEvaluator.EVAL
mode,else returns empty set
- goTo(Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- goTo(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- GOTO - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- GT - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp
method.
- I2B - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- I2C - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- I2D - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- I2F - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- I2L - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- I2S - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IADD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IALOAD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IAND - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IASTORE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- iconst(int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ICONST_0 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_1 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_2 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_3 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_4 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_5 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ICONST_M1 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IdentityFunction - Class in com.googlecode.aviator.runtime.function.system
-
identity function return the argument itself.
- IdentityFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.IdentityFunction
-
- IDIV - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ACMPEQ - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifacmpeq(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ifacmpne(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ifCmp(Type, int, Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two stack
values.
- ifeq(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFEQ - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifge(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFGE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifgt(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFGT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifICmp(int, Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two integer
stack values.
- ificmpeq(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ificmpge(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ificmpgt(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ificmple(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ificmplt(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ificmpne(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- ifle(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFLE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- iflt(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFLT - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifne(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFNE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifNonNull(Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is not null.
- ifnonnull(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFNONNULL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifNull(Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is null.
- ifnull(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IFNULL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ifZCmp(int, Label) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top integer stack
value with zero.
- Ignore - Annotation Type in com.googlecode.aviator.annotation
-
Ignore annotation for method to ignore importing the java class methods.
- iinc(int, int) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- IINC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IllegalArityException - Exception in com.googlecode.aviator.exception
-
Illegal function arity exception.
- IllegalArityException() - Constructor for exception com.googlecode.aviator.exception.IllegalArityException
-
- IllegalArityException(String, Throwable) - Constructor for exception com.googlecode.aviator.exception.IllegalArityException
-
- IllegalArityException(String) - Constructor for exception com.googlecode.aviator.exception.IllegalArityException
-
- IllegalArityException(Throwable) - Constructor for exception com.googlecode.aviator.exception.IllegalArityException
-
- ILOAD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- Import - Annotation Type in com.googlecode.aviator.annotation
-
Import annotation for class to special importing methods scope.
- importFunctions(Class<?>) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- importFunctions(Class<?>) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Import the class public methods into aviator evaluator as custom functions.
- ImportScope - Enum in com.googlecode.aviator.annotation
-
Import method scopes
- IMUL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- INEG - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- info - Variable in class com.googlecode.aviator.asm.Label
-
Field used to associate user information to a label.
- initConstants(Set<Token<?>>) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
Initial constant pool.
- initMethods(Map<String, Integer>) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- initVariables(Map<String, Integer>) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- innerAdd(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerAdd(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerAdd(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerAdd(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerAdd(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerBitAnd(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerBitAnd(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerBitOr(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerBitOr(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerBitXor(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerBitXor(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerCompare(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerCompare(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerCompare(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerCompare(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerCompare(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerDiv(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerDiv(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerDiv(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerDiv(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerDiv(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerMod(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerMod(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerMod(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerMod(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerMod(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerMult(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerMult(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerMult(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerMult(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerMult(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerShiftLeft(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerShiftLeft(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerShiftRight(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerShiftRight(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerSub(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerSub(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- innerSub(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- innerSub(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- innerSub(Map<String, Object>, AviatorNumber) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- innerUnsignedShiftRight(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- innerUnsignedShiftRight(AviatorObject) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- instance - Variable in class com.googlecode.aviator.BaseExpression
-
- INSTANCE_VAR - Static variable in class com.googlecode.aviator.lexer.token.Variable
-
- instanceOf(Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given type.
- instanceOf(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INSTANCEOF - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- InstructionAdapter - Class in com.googlecode.aviator.asm.commons
-
A
MethodVisitor
providing a more detailed API to generate and transform instructions.
- InstructionAdapter(MethodVisitor) - Constructor for class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- InstructionAdapter(int, MethodVisitor) - Constructor for class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INT - Static variable in class com.googlecode.aviator.asm.Type
-
The sort of the int type.
- INT_TYPE - Static variable in class com.googlecode.aviator.asm.Type
-
The int type.
- INTEGER - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- intoObject(Options.Value) - Method in enum com.googlecode.aviator.Options
-
Cast value union into java object.
- intoValue(Object) - Method in enum com.googlecode.aviator.Options
-
Cast java object into value union.
- invalidateCache(String) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Invalidate expression cache
- invalidateCache(String) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Invalidate expression cache
- invokeConstructor(Type, Method) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokeDynamic(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- invokedynamic(String, String, Handle, Object[]) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INVOKEDYNAMIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- invokeInstanceMethod(Class, String, Object, List<Method>, Object[]) - Static method in class com.googlecode.aviator.utils.Reflector
-
- invokeInterface(Type, Method) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- invokeinterface(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INVOKEINTERFACE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- invokespecial(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INVOKESPECIAL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- invokeStatic(Type, Method) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- invokestatic(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INVOKESTATIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- invokeStaticMethod(Class, String, List<Method>, Object[]) - Static method in class com.googlecode.aviator.utils.Reflector
-
- invokeVirtual(Type, Method) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- invokevirtual(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- INVOKEVIRTUAL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IOR - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IREM - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IRETURN - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- isBigInt(Object) - Static method in class com.googlecode.aviator.utils.TypeUtils
-
- isBinaryOP(char) - Static method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- isCached() - Method in class com.googlecode.aviator.script.AviatorScriptEngine
-
- isCodeAttribute() - Method in class com.googlecode.aviator.asm.Attribute
-
Returns true if this type of attribute is a code attribute.
- isConstant(Token<?>) - Static method in class com.googlecode.aviator.parser.ExpressionParser
-
- isDecimal(Object) - Static method in class com.googlecode.aviator.utils.TypeUtils
-
- isDouble(Object) - Static method in class com.googlecode.aviator.utils.TypeUtils
-
- isEmpty() - Method in class com.googlecode.aviator.utils.Env
-
Check if no overrides are defined.
- isExpressionCached(String) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Returns true when the expression is in cache.
- ISHL - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- ISHR - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- isJavaIdentifier(String) - Static method in class com.googlecode.aviator.parser.ExpressionParser
-
Test whether a given string is a valid Java identifier.
- isJDK7() - Static method in class com.googlecode.aviator.code.asm.ClassDefiner
-
- isLiteralToken(Token<?>) - Static method in class com.googlecode.aviator.parser.ExpressionParser
-
- isLong(Object) - Static method in class com.googlecode.aviator.utils.TypeUtils
-
- isNull(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
Returns true if the aviator object is null.
- isOPVariable(Token<?>) - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- isQuote() - Method in class com.googlecode.aviator.lexer.token.Variable
-
- isString(Object) - Static method in class com.googlecode.aviator.utils.TypeUtils
-
- ISTORE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- isTracedEval(Map<String, Object>) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- ISUB - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- isUnknown() - Method in class com.googlecode.aviator.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isValidHexChar(char) - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- isValidValue(Object) - Method in enum com.googlecode.aviator.Options
-
- IUSHR - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- IXOR - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- paramArgTypeMatch(Class, Class) - Static method in class com.googlecode.aviator.utils.Reflector
-
- parse() - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- Parser - Interface in com.googlecode.aviator.parser
-
- PatternToken - Class in com.googlecode.aviator.lexer.token
-
A pattern token
- PatternToken(String, int) - Constructor for class com.googlecode.aviator.lexer.token.PatternToken
-
- pop() - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- POP - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- pop2() - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- POP2 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- prevChar() - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- PrintFunction - Class in com.googlecode.aviator.runtime.function.system
-
println(obj) function to print object
- PrintFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.PrintFunction
-
- PrintlnFunction - Class in com.googlecode.aviator.runtime.function.system
-
println(obj) function to print object with newline
- PrintlnFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.PrintlnFunction
-
- printStackTrace(Map<String, Object>, Exception) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- printTrace(Map<String, Object>, String) - Static method in class com.googlecode.aviator.runtime.RuntimeUtils
-
- push(boolean) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Handle) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- pushback(Token<?>) - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
Push back token
- pushOperand(int) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- put(String, Object) - Method in class com.googlecode.aviator.utils.Env
-
Set an override value.
- put(K, V) - Method in class com.googlecode.aviator.utils.LRUMap
-
- put(K, V) - Method in class com.googlecode.aviator.utils.SyncLRUMap
-
- putAll(Map) - Method in class com.googlecode.aviator.utils.Env
-
Add all key-value pairs from another map into the overrides map.
- putByte(int) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- putField(Type, String, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static field.
- putfield(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- PUTFIELD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- putInt(int) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts a short into this byte vector.
- putStatic(Type, String, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
- putstatic(String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- PUTSTATIC - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- putUTF8(String) - Method in class com.googlecode.aviator.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
- SALOAD - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- SASTORE - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- scan() - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- scan(boolean) - Method in class com.googlecode.aviator.lexer.ExpressionLexer
-
- ScopeInfo - Class in com.googlecode.aviator.parser
-
- ScopeInfo(int, int, int, Deque<DepthState>) - Constructor for class com.googlecode.aviator.parser.ScopeInfo
-
- SeqAddFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.add function to add an element into seq.
- SeqAddFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqAddFunction
-
- SeqCompsitePredFunFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Composite predicate function with && or ||
- SeqCompsitePredFunFunction(String, SeqCompsitePredFunFunction.LogicOp) - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
-
- SeqCompsitePredFunFunction.LogicOp - Enum in com.googlecode.aviator.runtime.function.seq
-
- SeqContainsKeyFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.contains_key(map,key) function to check if seq(should be map) contains the key.
- SeqContainsKeyFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqContainsKeyFunction
-
- SeqCountFunction - Class in com.googlecode.aviator.runtime.function.seq
-
count(seq) to get seq's size
- SeqCountFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqCountFunction
-
- SeqEveryFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Returns true if fun.call(x) is logical true for every x in sequence, else false.
- SeqEveryFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqEveryFunction
-
- SeqFilterFunction - Class in com.googlecode.aviator.runtime.function.seq
-
filter(seq,predicate) to filter seq by predicate
- SeqFilterFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqFilterFunction
-
- SeqGetFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.get function to retrieve a element by index(for list) or key(for map).
- SeqGetFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqGetFunction
-
- SeqIncludeFunction - Class in com.googlecode.aviator.runtime.function.seq
-
include(seq,obj) function to check if seq contains object
- SeqIncludeFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction
-
- SeqMakePredicateFunFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Function to make predicate for filter function
- SeqMakePredicateFunFunction(String, OperatorType) - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
-
- SeqMakePredicateFunFunction(String, OperatorType, AviatorObject) - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
-
- SeqMapFunction - Class in com.googlecode.aviator.runtime.function.seq
-
map(col,fun) function to iterate seq with function
- SeqMapFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqMapFunction
-
- SeqMaxFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.max function to find the largest element in sequence.
- SeqMaxFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqMaxFunction
-
- SeqMinFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.min function to find the smallest element in sequence.
- SeqMinFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqMinFunction
-
- SeqNewArrayFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.array function to create a new array.
- SeqNewArrayFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqNewArrayFunction
-
- SeqNewListFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.list function to new an array list.
- SeqNewListFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqNewListFunction
-
- SeqNewMapFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.map function to new a hash map.
- SeqNewMapFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqNewMapFunction
-
- SeqNewSetFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.set function to new a hash set.
- SeqNewSetFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqNewSetFunction
-
- SeqNotAnyFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Returns false if fun.call(x) is logical true for any x in sequence, else true.
- SeqNotAnyFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction
-
- SeqPredicateFunction - Class in com.googlecode.aviator.runtime.function.seq
-
A predicate function
- SeqPredicateFunction(String, OperatorType, AviatorObject) - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
-
- SeqPredicateFunction(String, OperatorType, AviatorObject, AviatorObject) - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
-
- SeqReduceFunction - Class in com.googlecode.aviator.runtime.function.seq
-
reduce(col,fun,init) function to reduce seq with function and a initial value value
- SeqReduceFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqReduceFunction
-
- SeqRemoveFunction - Class in com.googlecode.aviator.runtime.function.seq
-
seq.add function to add an element into seq.
- SeqRemoveFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqRemoveFunction
-
- SeqSomeFunction - Class in com.googlecode.aviator.runtime.function.seq
-
Returns the first logical true value of fun.call(x) for any x in sequence, else returns nil.
- SeqSomeFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqSomeFunction
-
- SeqSortFunction - Class in com.googlecode.aviator.runtime.function.seq
-
sort(list) function to sort java.util.List or array,return a sorted duplicate object
- SeqSortFunction() - Constructor for class com.googlecode.aviator.runtime.function.seq.SeqSortFunction
-
- SerialVersionUIDAdder - Class in com.googlecode.aviator.asm.commons
-
A
ClassVisitor
that adds a serial version unique identifier to a class if missing.
- SerialVersionUIDAdder(ClassVisitor) - Constructor for class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- SerialVersionUIDAdder(int, ClassVisitor) - Constructor for class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- setApplicationContext(ApplicationContext) - Method in class com.googlecode.aviator.spring.SpringContextFunctionLoader
-
- setAviatorClassLoader(AviatorClassLoader) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Deprecated.
- setBYTECODE_VER(int) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- setBytecodeVersion(int) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Set the generated java classes java byte code version.
- setCached(boolean) - Method in class com.googlecode.aviator.script.AviatorScriptEngine
-
- setCodeGenerator(CodeGenerator) - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- setCodeGenerator(CodeGenerator) - Method in interface com.googlecode.aviator.parser.Parser
-
- setCompileEnv(Env) - Method in class com.googlecode.aviator.BaseExpression
-
- setExpression(String) - Method in class com.googlecode.aviator.BaseExpression
-
- setFuncsArgs(Map<Integer, List<FunctionArgument>>) - Method in class com.googlecode.aviator.BaseExpression
-
- setFunctionMissing(FunctionMissing) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- setFunctionMissing(FunctionMissing) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Configure a function missing handler.
- setInstance(AviatorEvaluatorInstance) - Method in class com.googlecode.aviator.utils.Env
-
- setLambdaBootstraps(Map<String, LambdaFunctionBootstrap>) - Method in class com.googlecode.aviator.ClassExpression
-
- setLambdaBootstraps(Map<String, LambdaFunctionBootstrap>) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- setLambdaFunctionBootstrap(LambdaFunctionBootstrap) - Method in class com.googlecode.aviator.lexer.token.DelegateToken
-
- setLocalType(int, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
- setLocalType(int, Type) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a local variable has been added or remapped.
- setMathContext(MathContext) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- setNumber(Number) - Method in class com.googlecode.aviator.lexer.token.NumberToken
-
- setOptimize(int) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- setOption(Options, Object) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Adds a evaluator option
- setOption(Options, Object) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Adds a evaluator option
- setParams(List<FunctionArgument>) - Method in class com.googlecode.aviator.lexer.token.OperatorToken
-
- setParser(Parser) - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- setParser(Parser) - Method in interface com.googlecode.aviator.code.CodeGenerator
-
- setParser(Parser) - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- setParser(Parser) - Method in class com.googlecode.aviator.code.OptimizeCodeGenerator
-
- setQuote(boolean) - Method in class com.googlecode.aviator.lexer.token.Variable
-
- setScopeInfo(ScopeInfo) - Method in class com.googlecode.aviator.code.LambdaGenerator
-
- setTrace(boolean) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
- setTraceOutputStream(OutputStream) - Static method in class com.googlecode.aviator.AviatorEvaluator
-
Set trace output stream
- setTraceOutputStream(OutputStream) - Method in class com.googlecode.aviator.AviatorEvaluatorInstance
-
Set trace output stream
- setValue(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- shift() - Method in class com.googlecode.aviator.parser.ExpressionParser
-
- shiftLeft(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- shiftLeft(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- shiftLeft(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- shiftRight(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- shiftRight(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- shiftRight(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- SHL - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
math
method.
- shl(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- SHORT - Static variable in class com.googlecode.aviator.asm.Type
-
The sort of the short type.
- SHORT_TYPE - Static variable in class com.googlecode.aviator.asm.Type
-
The short type.
- SHR - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
math
method.
- shr(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- SIPUSH - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- size() - Method in class com.googlecode.aviator.utils.Env
-
Get the number of entries in the map.
- size() - Method in class com.googlecode.aviator.utils.LRUMap
-
- size() - Method in class com.googlecode.aviator.utils.SyncLRUMap
-
- SKIP_CODE - Static variable in class com.googlecode.aviator.asm.ClassReader
-
Flag to skip method code.
- SKIP_DEBUG - Static variable in class com.googlecode.aviator.asm.ClassReader
-
Flag to skip the debug information in the class.
- SKIP_FRAMES - Static variable in class com.googlecode.aviator.asm.ClassReader
-
Flag to skip the stack map frames in the class.
- sneakyThrow(Throwable) - Static method in class com.googlecode.aviator.utils.Reflector
-
Throw even checked exceptions without being required to declare them or catch them.
- SpringContextFunctionLoader - Class in com.googlecode.aviator.spring
-
Function loader based on spring context, try to find the function by name from spring context.
- SpringContextFunctionLoader() - Constructor for class com.googlecode.aviator.spring.SpringContextFunctionLoader
-
- SpringContextFunctionLoader(ApplicationContext) - Constructor for class com.googlecode.aviator.spring.SpringContextFunctionLoader
-
- SringContextFunctionLoader - Class in com.googlecode.aviator.spring
-
- SringContextFunctionLoader() - Constructor for class com.googlecode.aviator.spring.SringContextFunctionLoader
-
Deprecated.
- SringContextFunctionLoader(ApplicationContext) - Constructor for class com.googlecode.aviator.spring.SringContextFunctionLoader
-
Deprecated.
- stack - Variable in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
List
of the operand stack slots for current execution frame.
- start() - Method in class com.googlecode.aviator.code.asm.ASMCodeGenerator
-
- StaticInitMerger - Class in com.googlecode.aviator.asm.commons
-
A
ClassVisitor
that merges clinit methods into a single one.
- StaticInitMerger(String, ClassVisitor) - Constructor for class com.googlecode.aviator.asm.commons.StaticInitMerger
-
- StaticInitMerger(int, String, ClassVisitor) - Constructor for class com.googlecode.aviator.asm.commons.StaticInitMerger
-
- store(int, Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- storeArg(int) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given method argument.
- storeLocal(int) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- storeLocal(int, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- StrFunction - Class in com.googlecode.aviator.runtime.function.system
-
Cast value to string
- StrFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.StrFunction
-
- String2DateFunction - Class in com.googlecode.aviator.runtime.function.system
-
string_to_date function
- String2DateFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.String2DateFunction
-
- StringContainsFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.contains(s1,s2) function
- StringContainsFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringContainsFunction
-
- StringEndsWithFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.endsWith(s1,s2) function
- StringEndsWithFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringEndsWithFunction
-
- StringIndexOfFunction - Class in com.googlecode.aviator.runtime.function.string
-
String.indexOf function
- StringIndexOfFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringIndexOfFunction
-
- StringJoinFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.join function
- StringJoinFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringJoinFunction
-
- StringLengthFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.length(s) function
- StringLengthFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringLengthFunction
-
- StringReplaceAllFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.replace_all function
- StringReplaceAllFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction
-
- StringReplaceFirstFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.replace_first function
- StringReplaceFirstFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction
-
- StringSplitFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.split function
- StringSplitFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringSplitFunction
-
- StringStartsWithFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.startsWith(s1,s2) function
- StringStartsWithFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringStartsWithFunction
-
- StringSubStringFunction - Class in com.googlecode.aviator.runtime.function.string
-
string.substring(s1,s2) function
- StringSubStringFunction() - Constructor for class com.googlecode.aviator.runtime.function.string.StringSubStringFunction
-
- StringToken - Class in com.googlecode.aviator.lexer.token
-
String token
- StringToken(String, int) - Constructor for class com.googlecode.aviator.lexer.token.StringToken
-
- stringValue(Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- SUB - Static variable in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Constant for the
math
method.
- sub(Type) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- sub(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorJavaType
-
- sub(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- sub(AviatorObject, Map<String, Object>) - Method in class com.googlecode.aviator.runtime.type.AviatorObject
-
- subsumes(Class[], Class[]) - Static method in class com.googlecode.aviator.utils.Reflector
-
- swap() - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap(Type, Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
- swap() - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- SWAP - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- SymbolTable - Class in com.googlecode.aviator.lexer
-
Symbol table
- SymbolTable() - Constructor for class com.googlecode.aviator.lexer.SymbolTable
-
- SyncLRUMap<K,V> - Class in com.googlecode.aviator.utils
-
Thread-safe LRU map
- SyncLRUMap(int) - Constructor for class com.googlecode.aviator.utils.SyncLRUMap
-
- SysDateFunction - Class in com.googlecode.aviator.runtime.function.system
-
sysdate() function
- SysDateFunction() - Constructor for class com.googlecode.aviator.runtime.function.system.SysDateFunction
-
- V1_1 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_2 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_3 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_4 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_5 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_6 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- V1_7 - Static variable in interface com.googlecode.aviator.asm.Opcodes
-
- Value(boolean) - Constructor for class com.googlecode.aviator.Options.Value
-
- Value(MathContext) - Constructor for class com.googlecode.aviator.Options.Value
-
- Value(int) - Constructor for class com.googlecode.aviator.Options.Value
-
- valueOf(String) - Static method in enum com.googlecode.aviator.annotation.ImportScope
-
Returns the enum constant of this type with the specified name.
- valueOf(Type) - Method in class com.googlecode.aviator.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value using Java 5's valueOf() method.
- valueOf(String) - Static method in enum com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.aviator.lexer.token.OperatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.aviator.lexer.token.Token.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.aviator.Options
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.LogicOp
-
Returns the enum constant of this type with the specified name.
- valueOf(BigInteger) - Static method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- valueOf(String) - Static method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- valueOf(long) - Static method in class com.googlecode.aviator.runtime.type.AviatorBigInt
-
- valueOf(boolean) - Static method in class com.googlecode.aviator.runtime.type.AviatorBoolean
-
- valueOf(BigDecimal) - Static method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- valueOf(Map<String, Object>, String) - Static method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- valueOf(AviatorEvaluatorInstance, String) - Static method in class com.googlecode.aviator.runtime.type.AviatorDecimal
-
- valueOf(double) - Static method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- valueOf(Double) - Static method in class com.googlecode.aviator.runtime.type.AviatorDouble
-
- valueOf(long) - Static method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- valueOf(Long) - Static method in class com.googlecode.aviator.runtime.type.AviatorLong
-
- valueOf(Object) - Static method in class com.googlecode.aviator.runtime.type.AviatorNumber
-
- valueOf(Object) - Static method in class com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
-
- valueOf(String) - Static method in enum com.googlecode.aviator.runtime.type.AviatorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.googlecode.aviator.annotation.ImportScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.lexer.token.OperatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.lexer.token.Token.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.Options
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.LogicOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.aviator.runtime.type.AviatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.googlecode.aviator.utils.Env
-
Get the values.
- Variable - Class in com.googlecode.aviator.lexer.token
-
Variable token
- Variable(String, int) - Constructor for class com.googlecode.aviator.lexer.token.Variable
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.AbstractVariadicFunction
-
Call with variadic arguments.The subclass must implement this method.
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.ClassMethodFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewArrayFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewListFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewMapFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.seq.SeqNewSetFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.system.ConstantFunction
-
- variadicCall(Map<String, Object>, AviatorObject...) - Method in class com.googlecode.aviator.runtime.function.system.TupleFunction
-
- VERSION - Static variable in class com.googlecode.aviator.AviatorEvaluator
-
Aviator version
- visit(String, Object) - Method in class com.googlecode.aviator.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visit(int, int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- visit(int, int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.commons.StaticInitMerger
-
- visitAnnotation(String, String) - Method in class com.googlecode.aviator.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class com.googlecode.aviator.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class com.googlecode.aviator.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class com.googlecode.aviator.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitCode() - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class com.googlecode.aviator.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitEnd() - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- visitEnd() - Method in class com.googlecode.aviator.asm.commons.StaticInitMerger
-
- visitEnd() - Method in class com.googlecode.aviator.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in class com.googlecode.aviator.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitField(int, String, String, String, Object) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitField(int, String, String, String, Object) - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- visitFieldInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitFieldInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitIincInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitIincInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitIincInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
- visitIincInsn(int, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitInnerClass(String, String, String, int) - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
Handle a bizarre special case.
- visitInsn(int) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitInsn(int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitInsn(int) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitInsn(int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitInsn(int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitIntInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitIntInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitIntInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitIntInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitIntInsn(int, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitJumpInsn(int, Label) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitJumpInsn(int, Label) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitJumpInsn(int, Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitJumpInsn(int, Label) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitLabel(Label) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitLabel(Label) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitLabel(Label) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitLdcInsn(Object) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitLdcInsn(Object) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitLdcInsn(Object) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitLdcInsn(Object) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitMaxs(int, int) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
- visitMaxs(int, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMethod(int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitMethod(int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
-
- visitMethod(int, String, String, String, String[]) - Method in class com.googlecode.aviator.asm.commons.StaticInitMerger
-
- visitMethodInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitMethodInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitMultiANewArrayInsn(String, int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitParameterAnnotation(int, String, boolean) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in class com.googlecode.aviator.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class com.googlecode.aviator.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeInsn(int, String) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitTypeInsn(int, String) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitTypeInsn(int, String) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitTypeInsn(int, String) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitTypeInsn(int, String) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.AdviceAdapter
-
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.AnalyzerAdapter
-
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.CodeSizeEvaluator
-
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.InstructionAdapter
-
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.commons.LocalVariablesSorter
-
- visitVarInsn(int, int) - Method in class com.googlecode.aviator.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class com.googlecode.aviator.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class com.googlecode.aviator.asm.Type
-
The void type.