A B C D E F G H I J K L M N O P R S T U V W X 

A

AALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
AASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
AbstractFunction - com.googlecode.aviator.runtime.function中的类
Abstract function implementation
AbstractFunction() - 类 的构造器com.googlecode.aviator.runtime.function.AbstractFunction
 
AbstractInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a bytecode instruction.
AbstractInsnNode(int) - 类 的构造器com.googlecode.aviator.asm.tree.AbstractInsnNode
Constructs a new AbstractInsnNode.
AbstractToken<T> - com.googlecode.aviator.lexer.token中的类
Base token class
AbstractToken(int, String) - 类 的构造器com.googlecode.aviator.lexer.token.AbstractToken
 
AbstractVariadicFunction - com.googlecode.aviator.runtime.function中的类
Abstract function to implement variadic arguments function.
AbstractVariadicFunction() - 类 的构造器com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
AbstractVisitor - com.googlecode.aviator.asm.util中的类
An abstract visitor.
AbstractVisitor() - 类 的构造器com.googlecode.aviator.asm.util.AbstractVisitor
Constructs a new AbstractVisitor.
ACC_ABSTRACT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_ANNOTATION - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_BRIDGE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_DEPRECATED - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_ENUM - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_FINAL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_INTERFACE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_NATIVE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_PRIVATE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_PROTECTED - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_PUBLIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_STATIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_STRICT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_SUPER - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_SYNCHRONIZED - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_SYNTHETIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_TRANSIENT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_VARARGS - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ACC_VOLATILE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
accept(ClassVisitor, int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(ClassVisitor, Attribute[], int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(SignatureVisitor) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Makes the given code visitor visit this instruction.
accept(AnnotationVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
Makes the given visitor visit this annotation.
accept(ClassVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.FieldInsnNode
 
accept(ClassVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.FieldNode
Makes the given class visitor visit this field.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.FrameNode
Makes the given visitor visit this stack map frame.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.IincInsnNode
 
accept(ClassVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.InnerClassNode
Makes the given class visitor visit this inner class.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Makes the given visitor visit all of the instructions in this list.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.InsnNode
Makes the given visitor visit this instruction.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.IntInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.JumpInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.LabelNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.LdcInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.LineNumberNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.LocalVariableNode
Makes the given visitor visit this local variable declaration.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.MethodInsnNode
 
accept(ClassVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
Makes the given class visitor visit this method.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
Makes the given method visitor visit this method.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.TableSwitchInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.TryCatchBlockNode
Makes the given visitor visit this try catch block.
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.TypeInsnNode
 
accept(MethodVisitor) - 类 中的方法com.googlecode.aviator.asm.tree.VarInsnNode
 
acceptType(SignatureVisitor) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
access - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Classes access flags.
access - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The class's access flags (see Opcodes).
access - 类 中的变量com.googlecode.aviator.asm.tree.FieldNode
The field's access flags (see Opcodes).
access - 类 中的变量com.googlecode.aviator.asm.tree.InnerClassNode
The access flags of the inner class as originally declared in the enclosing class.
access - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The method's access flags (see Opcodes).
ACONST_NULL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ADD - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
add(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Adds the given instruction to the end of this list.
add(InsnList) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Adds the given instructions to the end of this list.
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNil
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
add(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorString
 
addDocumentEnd() - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
addDocumentStart() - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
addElement(String, Attributes) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
addEnd(String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
addFunction(AviatorFunction) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Add a aviator function,it's not thread-safe.
addInstruction(int) - 类 中的方法com.googlecode.aviator.asm.commons.JSRInlinerAdapter.Subroutine
 
addStart(String, Attributes) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
AdviceAdapter - com.googlecode.aviator.asm.commons中的类
A MethodAdapter to insert before, after and around advices in methods and constructors.
AdviceAdapter(MethodVisitor, int, String, String) - 类 的构造器com.googlecode.aviator.asm.commons.AdviceAdapter
Creates a new AdviceAdapter.
ALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
analyze(String, MethodNode) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Analyzes the given method.
Analyzer - com.googlecode.aviator.asm.tree.analysis中的类
A semantic bytecode analyzer.
Analyzer(Interpreter) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.Analyzer
Constructs a new Analyzer.
AnalyzerAdapter - com.googlecode.aviator.asm.commons中的类
A MethodAdapter that keeps track of stack map frame changes between visitFrame calls.
AnalyzerAdapter(String, int, String, String, MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.AnalyzerAdapter
Creates a new AnalyzerAdapter.
AnalyzerException - com.googlecode.aviator.asm.tree.analysis中的异常错误
Thrown if a problem occurs during the analysis of a method.
AnalyzerException(String) - 异常错误 的构造器com.googlecode.aviator.asm.tree.analysis.AnalyzerException
 
AnalyzerException(String, Throwable) - 异常错误 的构造器com.googlecode.aviator.asm.tree.analysis.AnalyzerException
 
AnalyzerException(String, Object, Value) - 异常错误 的构造器com.googlecode.aviator.asm.tree.analysis.AnalyzerException
 
AND - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
and() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
ANEWARRAY - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
AnnotationConstantsCollector - com.googlecode.aviator.asm.optimizer中的类
An AnnotationVisitor that collects the Constants of the annotations it visits.
AnnotationConstantsCollector(AnnotationVisitor, ConstantPool) - 类 的构造器com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
annotationDefault - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The default value of this annotation interface method.
AnnotationNode - com.googlecode.aviator.asm.tree中的类
A node that represents an annotationn.
AnnotationNode(String) - 类 的构造器com.googlecode.aviator.asm.tree.AnnotationNode
Constructs a new AnnotationNode.
AnnotationVisitor - com.googlecode.aviator.asm中的接口
A visitor to visit a Java annotation.
appendDescriptor(int, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceAbstractVisitor
Appends an internal name, a type descriptor or a type signature to buf.
appendLabel(Label) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
Appends the name of the given label to buf.
appendString(StringBuffer, String) - 类 中的静态方法com.googlecode.aviator.asm.util.AbstractVisitor
Appends a quoted string to a given buffer.
ARETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ARRAY - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of array reference types.
arrayLength() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to compute the length of an array.
ARRAYLENGTH - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
arrayLoad(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to load an element from an array.
arrayStore(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store an element in an array.
ASMCodeGenerator - com.googlecode.aviator.code.asm中的类
Code generator using asm
ASMCodeGenerator(AviatorClassLoader, OutputStream, boolean) - 类 的构造器com.googlecode.aviator.code.asm.ASMCodeGenerator
 
ASMContentHandler - com.googlecode.aviator.asm.xml中的类
A ContentHandler that transforms XML document into Java class file.
ASMContentHandler(OutputStream, boolean) - 类 的构造器com.googlecode.aviator.asm.xml.ASMContentHandler
Constructs a new ASMContentHandler object.
ASMContentHandler.Rule - com.googlecode.aviator.asm.xml中的类
Rule
ASMContentHandler.Rule() - 类 的构造器com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
ASMifiable - com.googlecode.aviator.asm.util中的接口
An attribute that can print the ASM code to create an equivalent attribute.
ASMifierAbstractVisitor - com.googlecode.aviator.asm.util中的类
An abstract ASMifier visitor.
ASMifierAbstractVisitor(String) - 类 的构造器com.googlecode.aviator.asm.util.ASMifierAbstractVisitor
Constructs a new ASMifierAbstractVisitor.
ASMifierAnnotationVisitor - com.googlecode.aviator.asm.util中的类
An AnnotationVisitor that prints the ASM code that generates the annotations it visits.
ASMifierAnnotationVisitor(int) - 类 的构造器com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
Constructs a new ASMifierAnnotationVisitor.
ASMifierClassVisitor - com.googlecode.aviator.asm.util中的类
A ClassVisitor that prints the ASM code that generates the classes it visits.
ASMifierClassVisitor(PrintWriter) - 类 的构造器com.googlecode.aviator.asm.util.ASMifierClassVisitor
Constructs a new ASMifierClassVisitor object.
ASMifierFieldVisitor - com.googlecode.aviator.asm.util中的类
A FieldVisitor that prints the ASM code that generates the fields it visits.
ASMifierFieldVisitor() - 类 的构造器com.googlecode.aviator.asm.util.ASMifierFieldVisitor
Constructs a new ASMifierFieldVisitor.
ASMifierMethodVisitor - com.googlecode.aviator.asm.util中的类
A MethodVisitor that prints the ASM code that generates the methods it visits.
ASMifierMethodVisitor() - 类 的构造器com.googlecode.aviator.asm.util.ASMifierMethodVisitor
Constructs a new ASMifierMethodVisitor object.
asmify(StringBuffer, String, Map) - 接口 中的方法com.googlecode.aviator.asm.util.ASMifiable
Prints the ASM code to create an attribute equal to this attribute.
ASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ATHROW - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
Attribute - com.googlecode.aviator.asm中的类
A non standard class, field, method or code attribute.
Attribute(String) - 类 的构造器com.googlecode.aviator.asm.Attribute
Constructs a new empty attribute.
attrs - 类 中的变量com.googlecode.aviator.asm.tree.MemberNode
The non standard attributes of this class, field or method.
av - 类 中的变量com.googlecode.aviator.asm.util.TraceAnnotationVisitor
The AnnotationVisitor to which this visitor delegates calls.
AviatorBigInt - com.googlecode.aviator.runtime.type中的类
Aviator Big Integer
AviatorBigInt(Number) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorBigInt
 
AviatorBoolean - com.googlecode.aviator.runtime.type中的类
Aviator boolean type
AviatorClassLoader - com.googlecode.aviator.parser中的类
Aviator classloader to define class
AviatorClassLoader(ClassLoader) - 类 的构造器com.googlecode.aviator.parser.AviatorClassLoader
 
AviatorDecimal - com.googlecode.aviator.runtime.type中的类
Aviator Big Decimal
AviatorDecimal(Number) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorDecimal
 
AviatorDouble - com.googlecode.aviator.runtime.type中的类
Aviator double type
AviatorDouble(Number) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorDouble
 
AviatorEvaluator - com.googlecode.aviator中的类
Avaitor Expression evaluator
AviatorFunction - com.googlecode.aviator.runtime.type中的接口
A aviator function,all functions must implement this interface
AviatorJavaType - com.googlecode.aviator.runtime.type中的类
Aviator variable
AviatorJavaType(String) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorJavaType
 
AviatorLong - com.googlecode.aviator.runtime.type中的类
Aviator long type
AviatorLong(Number) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorLong
 
AviatorNil - com.googlecode.aviator.runtime.type中的类
Aviator nil object
AviatorNumber - com.googlecode.aviator.runtime.type中的类
Aviator number type
AviatorNumber(Number) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorNumber
 
AviatorObject - com.googlecode.aviator.runtime.type中的类
Aviator root object
AviatorObject() - 类 的构造器com.googlecode.aviator.runtime.type.AviatorObject
 
AviatorPattern - com.googlecode.aviator.runtime.type中的类
A Aviator regular expression pattern
AviatorPattern(String) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorPattern
 
AviatorRuntimeJavaType - com.googlecode.aviator.runtime.type中的类
Aviator runtime java type,used by when generate runtime result.
AviatorRuntimeJavaType(Object) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
 
AviatorScriptEngine - com.googlecode.aviator.script中的类
Aviator Expression engine
AviatorScriptEngine(AviatorScriptEngineFactory) - 类 的构造器com.googlecode.aviator.script.AviatorScriptEngine
 
AviatorScriptEngineFactory - com.googlecode.aviator.script中的类
 
AviatorScriptEngineFactory() - 类 的构造器com.googlecode.aviator.script.AviatorScriptEngineFactory
 
AviatorString - com.googlecode.aviator.runtime.type中的类
A aviator string
AviatorString(String) - 类 的构造器com.googlecode.aviator.runtime.type.AviatorString
 
AviatorType - com.googlecode.aviator.runtime.type中的枚举
Aviator types

B

b - 类 中的变量com.googlecode.aviator.asm.ClassReader
The class to be parsed.
back() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
BALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
BaseExpression - com.googlecode.aviator中的类
Base expression
BaseExpression(List<String>) - 类 的构造器com.googlecode.aviator.BaseExpression
 
BasicInterpreter - com.googlecode.aviator.asm.tree.analysis中的类
An Interpreter for BasicValue values.
BasicInterpreter() - 类 的构造器com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
BasicValue - com.googlecode.aviator.asm.tree.analysis中的类
A Value that is represented by its type in a seven types type system.
BasicValue(Type) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.BasicValue
 
BasicVerifier - com.googlecode.aviator.asm.tree.analysis中的类
An extended BasicInterpreter that checks that bytecode instructions are correctly used.
BasicVerifier() - 类 的构造器com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
BASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
begin(String, Attributes) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
BinaryFunction - com.googlecode.aviator.runtime.function.system中的类
Binary function,includes +,-,*,/,%,!
BinaryFunction(OperatorType) - 类 的构造器com.googlecode.aviator.runtime.function.system.BinaryFunction
 
binaryOperation(AbstractInsnNode, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
binaryOperation(AbstractInsnNode, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
binaryOperation(AbstractInsnNode, Value, Value) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with two arguments.
binaryOperation(AbstractInsnNode, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
BIPUSH - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
bitAnd() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
bitAnd(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
bitAnd(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
bitAnd(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
bitNot(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
bitNot(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
bitNot(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
bitOr() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
bitOr(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
bitOr(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
bitOr(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
bitXor(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
bitXor(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
bitXor(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
BOOLEAN - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The boolean type.
booleanValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
booleanValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
box(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to box the top stack value.
buf - 类 中的变量com.googlecode.aviator.asm.util.AbstractVisitor
A buffer that can be used to create strings.
BYTE - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the byte type.
BYTE_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The byte type.
BYTECODE - 类 中的静态变量com.googlecode.aviator.asm.xml.Processor
 
BYTECODE_VER - 类 中的静态变量com.googlecode.aviator.AviatorEvaluator
Generated java class version,default 1.6
ByteVector - com.googlecode.aviator.asm中的类
A dynamically extensible vector of bytes.
ByteVector() - 类 的构造器com.googlecode.aviator.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - 类 的构造器com.googlecode.aviator.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject...) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject...) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathAbsFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathCosFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathLog10Function
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathLogFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathPowFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathRoundFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathSinFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathSqrtFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.math.MathTanFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqCountFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqEveryFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqFilterFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqMapFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqReduceFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqSomeFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqSortFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringContainsFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringEndsWithFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringIndexOfFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringJoinFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringJoinFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringLengthFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSplitFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSplitFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringStartsWithFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSubStringFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSubStringFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.BinaryFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.BinaryFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.Date2StringFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.DoubleFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.LongFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.system.NowFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintlnFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintlnFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintlnFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.system.RandomFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.RandomFunction
 
call(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.StrFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.function.system.String2DateFunction
 
call(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.function.system.SysDateFunction
 
call(Map<String, Object>) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
call function
call(Map<String, Object>, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
call(Map<String, Object>, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject, AviatorObject...) - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
 
CALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
cast(Type, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to cast a numerical value from one type to another.
CASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
catchException(Label, Label, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Marks the start of an exception handler.
CHAR - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the char type.
CHAR_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The char type.
CharToken - com.googlecode.aviator.lexer.token中的类
Charactor token
CharToken(char, int) - 类 的构造器com.googlecode.aviator.lexer.token.CharToken
 
check - 类 中的静态变量com.googlecode.aviator.asm.tree.InsnList
Indicates if preconditions of methods of this class must be checked.
CheckAnnotationAdapter - com.googlecode.aviator.asm.util中的类
An AnnotationVisitor that checks that its methods are properly used.
CheckAnnotationAdapter(AnnotationVisitor) - 类 的构造器com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
checkCast(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to check that the top stack value is of the given type.
CHECKCAST - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
CheckClassAdapter - com.googlecode.aviator.asm.util中的类
A ClassAdapter that checks that its methods are properly used.
CheckClassAdapter(ClassVisitor) - 类 的构造器com.googlecode.aviator.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter.
CheckFieldAdapter - com.googlecode.aviator.asm.util中的类
A FieldVisitor that checks that its methods are properly used.
CheckFieldAdapter(FieldVisitor) - 类 的构造器com.googlecode.aviator.asm.util.CheckFieldAdapter
 
CheckMethodAdapter - com.googlecode.aviator.asm.util中的类
A MethodAdapter that checks that its methods are properly used.
CheckMethodAdapter(MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
CLASS_DECLARATION - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for class signatures, formatted in default Java notation (non-bytecode)
CLASS_SIGNATURE - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for class signatures, formatted in bytecode notation
ClassAdapter - com.googlecode.aviator.asm中的类
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - 类 的构造器com.googlecode.aviator.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassConstantsCollector - com.googlecode.aviator.asm.optimizer中的类
A ClassVisitor that collects the Constants of the classes it visits.
ClassConstantsCollector(ClassVisitor, ConstantPool) - 类 的构造器com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
ClassExpression - com.googlecode.aviator中的类
Compiled expression,all generated class inherit this class
ClassExpression(List<String>) - 类 的构造器com.googlecode.aviator.ClassExpression
 
ClassNode - com.googlecode.aviator.asm.tree中的类
A node that represents a class.
ClassNode() - 类 的构造器com.googlecode.aviator.asm.tree.ClassNode
Constructs a new ClassNode.
ClassOptimizer - com.googlecode.aviator.asm.optimizer中的类
A ClassAdapter that renames fields and methods, and removes debug info.
ClassOptimizer(ClassVisitor, NameMapping) - 类 的构造器com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
ClassReader - com.googlecode.aviator.asm中的类
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - 类 的构造器com.googlecode.aviator.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - 类 的构造器com.googlecode.aviator.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - 类 的构造器com.googlecode.aviator.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - 类 的构造器com.googlecode.aviator.asm.ClassReader
Constructs a new ClassReader object.
ClassVisitor - com.googlecode.aviator.asm中的接口
A visitor to visit a Java class.
ClassWriter - com.googlecode.aviator.asm中的类
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - 类 的构造器com.googlecode.aviator.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - 类 的构造器com.googlecode.aviator.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
clear() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Removes all of the instructions of this list.
clearExpressionCache() - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Clear all cached compiled expression
clearStack() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Clears the operand stack of this frame.
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Returns a copy of this instruction.
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.FieldInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.FrameNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.IincInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.InsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.IntInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.JumpInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.LabelNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.LdcInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.LineNumberNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.MethodInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.TableSwitchInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.TypeInsnNode
 
clone(Map) - 类 中的方法com.googlecode.aviator.asm.tree.VarInsnNode
 
CodeGenerator - com.googlecode.aviator.code中的接口
Code generator interface
CodeSizeEvaluator - com.googlecode.aviator.asm.commons中的类
A MethodAdapter that can be used to approximate method size.
CodeSizeEvaluator(MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
com.googlecode.aviator - 程序包 com.googlecode.aviator
 
com.googlecode.aviator.asm - 程序包 com.googlecode.aviator.asm
Provides a small and fast bytecode manipulation framework.
com.googlecode.aviator.asm.commons - 程序包 com.googlecode.aviator.asm.commons
Provides some useful class and method adapters.
com.googlecode.aviator.asm.optimizer - 程序包 com.googlecode.aviator.asm.optimizer
 
com.googlecode.aviator.asm.signature - 程序包 com.googlecode.aviator.asm.signature
Provides support for type signatures.
com.googlecode.aviator.asm.tree - 程序包 com.googlecode.aviator.asm.tree
Provides an ASM visitor that constructs a tree representation of the classes it visits.
com.googlecode.aviator.asm.tree.analysis - 程序包 com.googlecode.aviator.asm.tree.analysis
Provides a framework for static code analysis based on the asm.tree package.
com.googlecode.aviator.asm.util - 程序包 com.googlecode.aviator.asm.util
Provides ASM visitors that can be useful for programming and debugging purposes.
com.googlecode.aviator.asm.xml - 程序包 com.googlecode.aviator.asm.xml
Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML.
com.googlecode.aviator.code - 程序包 com.googlecode.aviator.code
 
com.googlecode.aviator.code.asm - 程序包 com.googlecode.aviator.code.asm
 
com.googlecode.aviator.exception - 程序包 com.googlecode.aviator.exception
 
com.googlecode.aviator.lexer - 程序包 com.googlecode.aviator.lexer
 
com.googlecode.aviator.lexer.token - 程序包 com.googlecode.aviator.lexer.token
 
com.googlecode.aviator.parser - 程序包 com.googlecode.aviator.parser
 
com.googlecode.aviator.runtime.function - 程序包 com.googlecode.aviator.runtime.function
 
com.googlecode.aviator.runtime.function.math - 程序包 com.googlecode.aviator.runtime.function.math
 
com.googlecode.aviator.runtime.function.seq - 程序包 com.googlecode.aviator.runtime.function.seq
 
com.googlecode.aviator.runtime.function.string - 程序包 com.googlecode.aviator.runtime.function.string
 
com.googlecode.aviator.runtime.function.system - 程序包 com.googlecode.aviator.runtime.function.system
 
com.googlecode.aviator.runtime.type - 程序包 com.googlecode.aviator.runtime.type
 
com.googlecode.aviator.script - 程序包 com.googlecode.aviator.script
 
com.googlecode.aviator.utils - 程序包 com.googlecode.aviator.utils
 
comapreLong(long, long) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNil
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
compare(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorString
 
COMPILE - 类 中的静态变量com.googlecode.aviator.AviatorEvaluator
Optimized for compile speed
compile(String, boolean) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Compile a text expression to Expression object
compile(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Compile a text expression to Expression Object without caching
compile(String) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
compile(Reader) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
CompiledAviatorScript - com.googlecode.aviator.script中的类
 
CompileExpressionErrorException - com.googlecode.aviator.exception中的异常错误
Compile expression exception
CompileExpressionErrorException() - 异常错误 的构造器com.googlecode.aviator.exception.CompileExpressionErrorException
 
CompileExpressionErrorException(String, Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.CompileExpressionErrorException
 
CompileExpressionErrorException(String) - 异常错误 的构造器com.googlecode.aviator.exception.CompileExpressionErrorException
 
CompileExpressionErrorException(Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.CompileExpressionErrorException
 
COMPUTE_FRAMES - 类 中的静态变量com.googlecode.aviator.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - 类 中的静态变量com.googlecode.aviator.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
computeMax - 类 中的变量com.googlecode.aviator.asm.xml.ASMContentHandler
true if the maximum stack size and number of local variables must be automatically computed.
computeSHAdigest(byte[]) - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Returns the SHA-1 message digest of the given value.
computeSVUID - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Flag that indicates if we need to compute SVUID.
computeSVUID() - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Returns the value of SVUID if the class doesn't have one already.
ConstantPool - com.googlecode.aviator.asm.optimizer中的类
A constant pool.
ConstantPool() - 类 的构造器com.googlecode.aviator.asm.optimizer.ConstantPool
 
contains(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns true if the given instruction belongs to this list.
contains(String) - 类 中的方法com.googlecode.aviator.lexer.SymbolTable
Check variable has been reserved?
containsFunction(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Check if the function is existed in aviator
copyOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
copyOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
copyOperation(AbstractInsnNode, Value) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction that moves a value on the stack or to or from local variables.
copyOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
createASMifierMethodVisitor() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
createBindings() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
createTraceAnnotationVisitor() - 类 中的方法com.googlecode.aviator.asm.util.TraceAbstractVisitor
 
createTraceFieldVisitor() - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
createTraceMethodVisitor() - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
cst - 类 中的变量com.googlecode.aviator.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
CustomFunctionLoader - com.googlecode.aviator中的类
 
CustomFunctionLoader() - 类 的构造器com.googlecode.aviator.CustomFunctionLoader
 
cv - 类 中的变量com.googlecode.aviator.asm.ClassAdapter
The ClassVisitor to which this adapter delegates calls.
cv - 类 中的变量com.googlecode.aviator.asm.util.TraceClassVisitor
The ClassVisitor to which this visitor delegates calls.
cw - 类 中的变量com.googlecode.aviator.asm.xml.ASMContentHandler
Current instance of the ClassWriter used to write class bytecode.

D

D2F - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
D2I - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
D2L - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DADD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
Date2StringFunction - com.googlecode.aviator.runtime.function.system中的类
date_to_string function
Date2StringFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.Date2StringFunction
 
DateFormatCache - com.googlecode.aviator.runtime.function.system中的类
DateFormat cache
DateFormatCache() - 类 的构造器com.googlecode.aviator.runtime.function.system.DateFormatCache
 
DCMPG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DCMPL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DCONST_0 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DCONST_1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DDIV - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
defineClass(String, byte[]) - 类 中的方法com.googlecode.aviator.parser.AviatorClassLoader
 
DelegateToken - com.googlecode.aviator.lexer.token中的类
Delegate token,wrap a token with special syntax structure
DelegateToken(int, Token<?>, DelegateToken.DelegateTokenType) - 类 的构造器com.googlecode.aviator.lexer.token.DelegateToken
 
DelegateToken.DelegateTokenType - com.googlecode.aviator.lexer.token中的枚举
 
desc - 类 中的变量com.googlecode.aviator.asm.tree.AnnotationNode
The class descriptor of the annotation class.
desc - 类 中的变量com.googlecode.aviator.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - 类 中的变量com.googlecode.aviator.asm.tree.FieldNode
The field's descriptor (see Type).
desc - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - 类 中的变量com.googlecode.aviator.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The method's descriptor (see Type).
desc - 类 中的变量com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - 类 中的变量com.googlecode.aviator.asm.tree.TypeInsnNode
The operand of this instruction.
desc(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
dflt - 类 中的变量com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - 类 中的变量com.googlecode.aviator.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
dims - 类 中的变量com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
DIV - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
div(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
div(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
div(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
DLOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DMUL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DNEG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DOUBLE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DOUBLE - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the double type.
DOUBLE_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The double type.
DOUBLE_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
DoubleFunction - com.googlecode.aviator.runtime.function.system中的类
Cast value to double,double(a) eg.
DoubleFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.DoubleFunction
 
doubleValue() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
DREM - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DRETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DSTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DSUB - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
dup() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP instruction.
DUP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
dup2() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP2 instruction.
DUP2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DUP2_X1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DUP2_X2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
dup2X1() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP2_X1 instruction.
dup2X2() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP2_X2 instruction.
DUP_X1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
DUP_X2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
dupX1() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP_X1 instruction.
dupX2() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a DUP_X2 instruction.

E

EmptyVisitor - com.googlecode.aviator.asm.commons中的类
An empty implementation of the ASM visitor interfaces.
EmptyVisitor() - 类 的构造器com.googlecode.aviator.asm.commons.EmptyVisitor
 
end - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The last instruction corresponding to the scope of this local variable (exclusive).
end - 类 中的变量com.googlecode.aviator.asm.tree.TryCatchBlockNode
End of the exception handler's scope (exclusive).
end(String) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
endDocument() - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler
Process notification of the end of a document and write generated bytecode into output stream.
endElement(String, String, String) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler
Process notification of the end of an XML element being reached.
endMethod() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Marks the end of the visited method.
ensureLong(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
EQ - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
equality() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
equals(Object) - 类 中的方法com.googlecode.aviator.asm.commons.Method
 
equals(Object) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
equals(Object) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceValue
 
equals(Object) - 类 中的方法com.googlecode.aviator.asm.Type
Tests if the given object is equal to this type.
equals(Object) - 类 中的方法com.googlecode.aviator.lexer.token.AbstractToken
 
equals(Object) - 类 中的方法com.googlecode.aviator.lexer.token.CharToken
 
equals(Object) - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
EVAL - 类 中的静态变量com.googlecode.aviator.AviatorEvaluator
Optimized for execute speed,this is the default option
eval(AviatorObject[]) - 枚举 中的方法com.googlecode.aviator.lexer.token.OperatorType
 
eval(String, ScriptContext) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
eval(Reader, ScriptContext) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
eval(ScriptContext) - 类 中的方法com.googlecode.aviator.script.CompiledAviatorScript
 
exceptions - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The internal names of the method's exception classes (see getInternalName).
exec(String, Object...) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Execute a text expression with values that are variables order in the expression.It only runs in EVAL mode,and it will cache the compiled expression.
execute(AbstractInsnNode, Interpreter) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
 
execute(String, Map<String, Object>, boolean) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Execute a text expression with environment
execute(String, Map<String, Object>) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Execute a text expression without caching
execute(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Execute a text expression without caching and env map.
execute() - 类 中的方法com.googlecode.aviator.BaseExpression
 
execute(Map<String, Object>) - 类 中的方法com.googlecode.aviator.ClassExpression
 
execute(Map<String, Object>) - 接口 中的方法com.googlecode.aviator.Expression
Execute expression with environment
execute() - 接口 中的方法com.googlecode.aviator.Expression
Execute expression with empty environment
execute(Map<String, Object>) - 类 中的方法com.googlecode.aviator.LiteralExpression
 
execute0(Map<String, Object>) - 类 中的方法com.googlecode.aviator.ClassExpression
 
EXPAND_FRAMES - 类 中的静态变量com.googlecode.aviator.asm.ClassReader
Flag to expand the stack map frames.
expr() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
Expression - com.googlecode.aviator中的接口
A expression
ExpressionLexer - com.googlecode.aviator.lexer中的类
Expression Lexer,scan tokens from string
ExpressionLexer(String) - 类 的构造器com.googlecode.aviator.lexer.ExpressionLexer
 
ExpressionParser - com.googlecode.aviator.parser中的类
Syntex parser for expression
ExpressionParser(ExpressionLexer, CodeGenerator) - 类 的构造器com.googlecode.aviator.parser.ExpressionParser
 
ExpressionRuntimeException - com.googlecode.aviator.exception中的异常错误
Expression runtime exception
ExpressionRuntimeException() - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionRuntimeException
 
ExpressionRuntimeException(String, Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionRuntimeException
 
ExpressionRuntimeException(String) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionRuntimeException
 
ExpressionRuntimeException(Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionRuntimeException
 
ExpressionSyntaxErrorException - com.googlecode.aviator.exception中的异常错误
Expression syntax exception
ExpressionSyntaxErrorException() - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionSyntaxErrorException
 
ExpressionSyntaxErrorException(String, Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionSyntaxErrorException
 
ExpressionSyntaxErrorException(String) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionSyntaxErrorException
 
ExpressionSyntaxErrorException(Throwable) - 异常错误 的构造器com.googlecode.aviator.exception.ExpressionSyntaxErrorException
 
EXTENDS - 接口 中的静态变量com.googlecode.aviator.asm.signature.SignatureVisitor
Wildcard for an "extends" type argument.

F

F2D - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
F2I - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
F2L - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
F_APPEND - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
F_CHOP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents a compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
F_FULL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents a compressed frame with complete frame data.
F_NEW - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents an expanded frame.
F_SAME - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
factor() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
FADD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FALSE - 类 中的静态变量com.googlecode.aviator.lexer.token.Variable
Boolean value false
FALSE - 类 中的静态变量com.googlecode.aviator.runtime.type.AviatorBoolean
 
FASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FCMPG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FCMPL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FCONST_0 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FCONST_1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FCONST_2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FDIV - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FIELD_DESCRIPTOR - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for field descriptors, formatted in bytecode notation
FIELD_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of FieldInsnNode instructions.
FIELD_SIGNATURE - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for field signatures, formatted in bytecode notation
FieldConstantsCollector - com.googlecode.aviator.asm.optimizer中的类
A FieldVisitor that collects the Constants of the fields it visits.
FieldConstantsCollector(FieldVisitor, ConstantPool) - 类 的构造器com.googlecode.aviator.asm.optimizer.FieldConstantsCollector
 
FieldInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a field instruction.
FieldInsnNode(int, String, String, String) - 类 的构造器com.googlecode.aviator.asm.tree.FieldInsnNode
Constructs a new FieldInsnNode.
FieldNode - com.googlecode.aviator.asm.tree中的类
A node that represents a field.
FieldNode(int, String, String, String, Object) - 类 的构造器com.googlecode.aviator.asm.tree.FieldNode
Constructs a new FieldNode.
fields - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The fields of this class.
FieldVisitor - com.googlecode.aviator.asm中的接口
A visitor to visit a Java field.
firstLocal - 类 中的变量com.googlecode.aviator.asm.commons.LocalVariablesSorter
Index of the first local variable, after formal parameters.
fix(String) - 类 中的方法com.googlecode.aviator.asm.optimizer.NameMapping
 
FLOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FLOAT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FLOAT - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the float type.
FLOAT_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The float type.
FLOAT_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
FMUL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FNEG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FRAME - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of FrameNode "instructions".
Frame - com.googlecode.aviator.asm.tree.analysis中的类
A symbolic execution stack frame.
Frame(int, int) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.Frame
Constructs a new frame with the given size.
Frame(Frame) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.Frame
Constructs a new frame that is identical to the given frame.
FrameNode - com.googlecode.aviator.asm.tree中的类
A node that represents a stack map frame.
FrameNode(int, int, Object[], int, Object[]) - 类 的构造器com.googlecode.aviator.asm.tree.FrameNode
Constructs a new FrameNode.
FREM - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FRETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FSTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FSUB - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
FUNC_MAP - 类 中的静态变量com.googlecode.aviator.AviatorEvaluator
 
FunctionUtils - com.googlecode.aviator.runtime.function中的类
Function helper
FunctionUtils() - 类 的构造器com.googlecode.aviator.runtime.function.FunctionUtils
 
fv - 类 中的变量com.googlecode.aviator.asm.util.TraceFieldVisitor
The FieldVisitor to which this visitor delegates calls.

G

GE - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
generateCase(int, Label) - 接口 中的方法com.googlecode.aviator.asm.commons.TableSwitchGenerator
Generates the code for a switch case.
generateDefault() - 接口 中的方法com.googlecode.aviator.asm.commons.TableSwitchGenerator
Generates the code for the default switch case.
GeneratorAdapter - com.googlecode.aviator.asm.commons中的类
A MethodAdapter with convenient methods to generate code.
GeneratorAdapter(MethodVisitor, int, String, String) - 类 的构造器com.googlecode.aviator.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
GeneratorAdapter(int, Method, MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.GeneratorAdapter
Creates a new GeneratorAdapter.
get(int) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns the instruction whose index is given.
get(Object) - 类 中的方法com.googlecode.aviator.utils.LRUMap
 
get(Object) - 类 中的方法com.googlecode.aviator.utils.SyncLRUMap
 
getAccess() - 类 中的方法com.googlecode.aviator.asm.ClassReader
Returns the class's access flags (see Opcodes).
getAccess(String) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
getArgumentTypes() - 类 中的方法com.googlecode.aviator.asm.commons.Method
Returns the argument types of the method described by this object.
getArgumentTypes(String) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getAviatorClassLoader() - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Returns classloader
getAviatorClassLoader(boolean) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Returns classloader
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNil
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
getAviatorType() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorString
 
getCachedExpression(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Returns a compiled expression in cache
getCh() - 类 中的方法com.googlecode.aviator.lexer.token.CharToken
 
getClass(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
getClassName() - 类 中的方法com.googlecode.aviator.asm.ClassReader
Returns the internal name of the class (see getInternalName).
getClassName() - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
getClassName() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the name of the class corresponding to this type.
getCodeVisitor() - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
getCommonSuperClass(String, String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Returns the common super type of the two given types.
getConstructorDescriptor(Constructor) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the descriptor corresponding to the given constructor.
getContentHandler() - 类 中的方法com.googlecode.aviator.asm.xml.SAXAdapter
 
getCurrentIndex() - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
getDeclaration() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
getDefaultAttributes() - 类 中的静态方法com.googlecode.aviator.asm.util.AbstractVisitor
Returns the default ASMifiable prototypes.
getDefaultValue() - 枚举 中的方法com.googlecode.aviator.Options
Returns the default value of option.
getDelegateTokenType() - 类 中的方法com.googlecode.aviator.lexer.token.DelegateToken
 
getDescriptor() - 类 中的方法com.googlecode.aviator.asm.commons.Method
Returns the descriptor of the method described by this object.
getDescriptor() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the number of dimensions of this array type.
getElement(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
Access array or list element
getElement(Map<String, Object>, AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
Access array or list element
getElementType() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the type of the elements of this array type.
getElementValue(Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
getElementValue(Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
getEngine() - 类 中的方法com.googlecode.aviator.script.CompiledAviatorScript
 
getEngineName() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getEngineVersion() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getExceptions() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
getExtensions() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getFactory() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
getField(Type, String, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the value of a non static field on the stack.
GETFIELD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
getFirst() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns the first instruction in this list.
getFrames() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Returns the symbolic stack frame for each instruction of the last recently analyzed method.
getFunction(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
get a aviator function by name,throw exception if null
getFunction(AviatorObject, Map<String, Object>, int) - 类 中的静态方法com.googlecode.aviator.runtime.function.FunctionUtils
 
getHandlers(int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Returns the exception handlers for the given instruction.
getInterfaces() - 类 中的方法com.googlecode.aviator.asm.ClassReader
Returns the internal names of the class's interfaces (see getInternalName).
getInternalName() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the internal name of the given class.
getItem(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getJavaClass() - 类 中的方法com.googlecode.aviator.ClassExpression
Get generated java class
getJavaObject(AviatorObject, Map<String, Object>) - 类 中的静态方法com.googlecode.aviator.runtime.function.FunctionUtils
 
getLabel() - 类 中的方法com.googlecode.aviator.asm.tree.LabelNode
 
getLabel(Object) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
getLabels() - 类 中的方法com.googlecode.aviator.asm.Attribute
Returns the labels corresponding to this attribute.
getLanguageName() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getLanguageVersion() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getLast() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns the last instruction in this list.
getLexeme() - 类 中的方法com.googlecode.aviator.lexer.token.AbstractToken
 
getLexeme() - 接口 中的方法com.googlecode.aviator.lexer.token.Token
 
getLexeme() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorString
 
getLocal(int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Returns the value of the given local variable.
getLocalIndex() - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
getLocals() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Returns the maximum number of local variables of this frame.
getLocalType(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Returns the type of the given local variable.
getMathContext() - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
已过时。
getMaxSize() - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
getMethod(String) - 类 中的静态方法com.googlecode.aviator.asm.commons.Method
Returns a Method corresponding to the given Java method declaration.
getMethod(String, boolean) - 类 中的静态方法com.googlecode.aviator.asm.commons.Method
Returns a Method corresponding to the given Java method declaration.
getMethodCallSyntax(String, String, String...) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getMethodDescriptor(Type, Type[]) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the descriptor corresponding to the given method.
getMimeTypes() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getMinSize() - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
getName() - 类 中的方法com.googlecode.aviator.asm.commons.Method
Returns the name of the method described by this object.
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathAbsFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathCosFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathLog10Function
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathLogFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathPowFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathRoundFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathSinFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathSqrtFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.math.MathTanFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqCountFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqEveryFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqFilterFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqMapFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqReduceFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqSomeFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqSortFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringContainsFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringEndsWithFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringIndexOfFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringJoinFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringLengthFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSplitFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringStartsWithFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.string.StringSubStringFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.BinaryFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.Date2StringFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.DoubleFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.LongFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.NowFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.PrintlnFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.RandomFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.StrFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.String2DateFunction
 
getName() - 类 中的方法com.googlecode.aviator.runtime.function.system.SysDateFunction
 
getName() - 接口 中的方法com.googlecode.aviator.runtime.type.AviatorFunction
Get the function name
getName() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
getNames() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getNext() - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Returns the next instruction in the list to which this instruction belongs, if any.
getNumber() - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
getNumberValue(AviatorObject, Map<String, Object>) - 类 中的静态方法com.googlecode.aviator.runtime.function.FunctionUtils
 
getObjectType(String) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Type.OBJECT type for the given internal class name.
getOffset() - 类 中的方法com.googlecode.aviator.asm.Label
Returns the offset corresponding to this label.
getOpcode() - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Returns the opcode of this instruction.
getOpcode(int) - 类 中的方法com.googlecode.aviator.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOperandCount() - 枚举 中的方法com.googlecode.aviator.lexer.token.OperatorType
 
getOperatorType() - 类 中的方法com.googlecode.aviator.lexer.token.OperatorToken
 
getOption(Options) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Returns the current evaluator option value, returns null if missing.
getOpType() - 类 中的方法com.googlecode.aviator.runtime.function.system.BinaryFunction
 
getOrCreateDateFormat(String) - 类 中的静态方法com.googlecode.aviator.runtime.function.system.DateFormatCache
 
getOutputStatement(String) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getParameter(String) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getPattern() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
getPrevious() - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Returns the previous instruction in the list to which this instruction belongs, if any.
getProgram(String...) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getResult() - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
getResult() - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
getResult() - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
getReturnType() - 类 中的方法com.googlecode.aviator.asm.commons.Method
Returns the return type of the method described by this object.
getReturnType(String) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnType() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
getScriptEngine() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngineFactory
 
getSize() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
getSize() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceValue
 
getSize() - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Value
Returns the size of this value in words.
getSize() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the size of values of this type.
getSort() - 类 中的方法com.googlecode.aviator.asm.Type
Returns the sort of this Java type.
getStack(int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Returns the value of the given operand stack slot.
getStackSize() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Returns the number of values in the operand stack of this frame.
getStartIndex() - 类 中的方法com.googlecode.aviator.lexer.token.AbstractToken
 
getStartIndex() - 接口 中的方法com.googlecode.aviator.lexer.token.Token
 
getStatic(Type, String, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the value of a static field on the stack.
GETSTATIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
getStringValue(AviatorObject, Map<String, Object>) - 类 中的静态方法com.googlecode.aviator.runtime.function.FunctionUtils
 
getSuperClass(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
getSuperName() - 类 中的方法com.googlecode.aviator.asm.ClassReader
Returns the internal of name of the super class (see getInternalName).
getTable() - 类 中的方法com.googlecode.aviator.lexer.SymbolTable
Get symbold table
getText() - 类 中的方法com.googlecode.aviator.asm.util.AbstractVisitor
Returns the text constructed by this visitor.
getToken() - 类 中的方法com.googlecode.aviator.lexer.token.DelegateToken
 
getToken() - 枚举 中的方法com.googlecode.aviator.lexer.token.OperatorType
 
getTraceOutputStream() - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Get current trace output stream,default is System.out
getType() - 类 中的方法com.googlecode.aviator.asm.tree.AbstractInsnNode
Returns the type of this instruction.
getType() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.FieldInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.FrameNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.IincInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.InsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.IntInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.JumpInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.LabelNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.LdcInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.LineNumberNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.MethodInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.TableSwitchInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.TypeInsnNode
 
getType() - 类 中的方法com.googlecode.aviator.asm.tree.VarInsnNode
 
getType(String) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - 类 中的静态方法com.googlecode.aviator.asm.Type
Returns the Java type corresponding to the given class.
getType() - 类 中的方法com.googlecode.aviator.lexer.token.CharToken
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.DelegateToken
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.OperatorToken
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.PatternToken
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.StringToken
 
getType() - 接口 中的方法com.googlecode.aviator.lexer.token.Token
 
getType() - 类 中的方法com.googlecode.aviator.lexer.token.Variable
 
getValue(String, String) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler.Rule
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.CharToken
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.DelegateToken
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.OperatorToken
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.StringToken
 
getValue(Map<String, Object>) - 接口 中的方法com.googlecode.aviator.lexer.token.Token
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.lexer.token.Variable
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNil
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorRuntimeJavaType
 
getValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorString
 
getVariable(String) - 类 中的方法com.googlecode.aviator.lexer.SymbolTable
Get variable by name
getVariableFullNames() - 类 中的方法com.googlecode.aviator.BaseExpression
 
getVariableFullNames() - 接口 中的方法com.googlecode.aviator.Expression
Returns this expression's all variable full names in order when using AviatorEvaluator.EVAL mode,else returns empty set
getVariableNames() - 类 中的方法com.googlecode.aviator.BaseExpression
 
getVariableNames() - 接口 中的方法com.googlecode.aviator.Expression
Returns this expression's all variable names in order when using AviatorEvaluator.EVAL mode,else returns empty set
goTo(Label) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label.
GOTO - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
GT - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.

H

handler - 类 中的变量com.googlecode.aviator.asm.tree.TryCatchBlockNode
Beginning of the exception handler's code.
hashCode() - 类 中的方法com.googlecode.aviator.asm.commons.Method
 
hashCode() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
hashCode() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceValue
 
hashCode() - 类 中的方法com.googlecode.aviator.asm.Type
Returns a hash code value for this type.
hashCode() - 类 中的方法com.googlecode.aviator.lexer.token.AbstractToken
 
hashCode() - 类 中的方法com.googlecode.aviator.lexer.token.CharToken
 
hashCode() - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
hasStaticInitializer - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Set to true if the class has static initializer.
hasSVUID - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Set to true if the class already has SVUID.
header - 类 中的变量com.googlecode.aviator.asm.ClassReader
Start index of the class header information (access, name...) in b.

I

I2B - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
I2C - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
I2D - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
I2F - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
I2L - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
I2S - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IADD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IAND - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_0 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_3 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_4 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_5 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ICONST_M1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
id - 类 中的变量com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
Identifier of the annotation visitor variable in the produced code.
IDIV - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ACMPEQ - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ACMPNE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPEQ - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPGE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPGT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPLE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPLT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IF_ICMPNE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ifCmp(Type, int, Label) - 类 中的方法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 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IFGE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IFGT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ifICmp(int, Label) - 类 中的方法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.
IFLE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IFLT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IFNE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ifNonNull(Label) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label if the top stack value is not null.
IFNONNULL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ifNull(Label) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to jump to the given label if the top stack value is null.
IFNULL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ifZCmp(int, Label) - 类 中的方法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.
iinc(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to increment the given local variable.
IINC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IINC_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of IincInsnNode instructions.
IincInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents an IINC instruction.
IincInsnNode(int, int) - 类 的构造器com.googlecode.aviator.asm.tree.IincInsnNode
Constructs a new IincInsnNode.
ILOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IMUL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
incr - 类 中的变量com.googlecode.aviator.asm.tree.IincInsnNode
Amount to increment the local variable by.
index - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The local variable's index.
indexOf(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns the index of the given instruction in this list.
INEG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
info - 类 中的变量com.googlecode.aviator.asm.Label
Field used to associate user information to a label.
init(Frame) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Copies the state of the given frame into this frame.
initMethods(Map<String, Integer>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
initVariables(Map<String, Integer>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
innerAdd(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerAdd(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerAdd(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerAdd(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerAdd(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerBitAnd(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerBitAnd(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerBitOr(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerBitOr(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerBitXor(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerBitXor(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerClasses - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
Informations about the inner classes of this class.
InnerClassNode - com.googlecode.aviator.asm.tree中的类
A node that represents an inner class.
InnerClassNode(String, String, String, int) - 类 的构造器com.googlecode.aviator.asm.tree.InnerClassNode
Constructs a new InnerClassNode.
innerCompare(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerCompare(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerCompare(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerCompare(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerCompare(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerDiv(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerDiv(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerDiv(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerDiv(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerDiv(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerMod(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerMod(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerMod(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerMod(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerMod(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerMult(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerMult(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerMult(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerMult(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerMult(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerName - 类 中的变量com.googlecode.aviator.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
innerShiftLeft(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerShiftLeft(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerShiftRight(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerShiftRight(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerSub(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerSub(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
innerSub(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
innerSub(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
innerSub(AviatorNumber) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
innerUnsignedShiftRight(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
innerUnsignedShiftRight(AviatorObject) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
insert(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instruction at the begining of this list.
insert(InsnList) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instructions at the begining of this list.
insert(AbstractInsnNode, AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instruction after the specified instruction.
insert(AbstractInsnNode, InsnList) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instructions after the specified instruction.
insertBefore(AbstractInsnNode, AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instruction before the specified instruction.
insertBefore(AbstractInsnNode, InsnList) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Inserts the given instructions before the specified instruction.
INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of InsnNode instructions.
InsnList - com.googlecode.aviator.asm.tree中的类
A doubly linked list of AbstractInsnNode objects.
InsnList() - 类 的构造器com.googlecode.aviator.asm.tree.InsnList
 
InsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a zero operand instruction.
InsnNode(int) - 类 的构造器com.googlecode.aviator.asm.tree.InsnNode
Constructs a new InsnNode.
insns - 类 中的变量com.googlecode.aviator.asm.tree.analysis.SourceValue
The instructions that can produce this value.
instanceOf(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to test if the top stack value is of the given type.
INSTANCEOF - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
INSTANCEOF - 接口 中的静态变量com.googlecode.aviator.asm.signature.SignatureVisitor
Wildcard for a normal type argument.
instructions - 类 中的变量com.googlecode.aviator.asm.commons.JSRInlinerAdapter.Subroutine
 
instructions - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The instructions of this method.
INT - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the int type.
INT_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of IntInsnNode instructions.
INT_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The int type.
INT_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
INTEGER - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
interfaces - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Interfaces implemented by the class.
interfaces - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
INTERNAL_NAME - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for internal type names in bytecode notation.
Interpreter - com.googlecode.aviator.asm.tree.analysis中的接口
A semantic bytecode interpreter.
IntInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents an instruction with a single int operand.
IntInsnNode(int, int) - 类 的构造器com.googlecode.aviator.asm.tree.IntInsnNode
Constructs a new IntInsnNode.
invalidateCache(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Invalidate expression cache
invisibleAnnotations - 类 中的变量com.googlecode.aviator.asm.tree.MemberNode
The runtime invisible annotations of this class, field or method.
invisibleParameterAnnotations - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The runtime invisible parameter annotations of this method.
invokeConstructor(Type, Method) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to invoke a constructor.
invokeInterface(Type, Method) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to invoke an interface method.
INVOKEINTERFACE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
INVOKESPECIAL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
invokeStatic(Type, Method) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to invoke a static method.
INVOKESTATIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
invokeVirtual(Type, Method) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to invoke a normal method.
INVOKEVIRTUAL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IOR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IREM - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IRETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
isArrayValue(Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
isArrayValue(Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
isAssignableFrom(Type, Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
isBigInt(Object) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
isBinaryOP(char) - 类 中的静态方法com.googlecode.aviator.lexer.ExpressionLexer
 
isCached() - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
isCodeAttribute() - 类 中的方法com.googlecode.aviator.asm.Attribute
Returns true if this type of attribute is a code attribute.
isDecimal(Object) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
isDouble(Object) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
ISHL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ISHR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
isInterface(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
isJavaIdentifier(String) - 类 中的静态方法com.googlecode.aviator.parser.ExpressionParser
Test whether a given string is a valid Java identifier.
isLong(Object) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
isNull(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
Returns true if the aviator object is null.
isOPVariable(Token<?>) - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
isQuote() - 类 中的方法com.googlecode.aviator.lexer.token.Variable
 
isReference() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
isString(Object) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
 
isSubTypeOf(Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
isSubTypeOf(Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
ISTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ISUB - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
isUnknown() - 类 中的方法com.googlecode.aviator.asm.Attribute
Returns true if this type of attribute is unknown.
isValidHexChar(char) - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
isValidValue(Object) - 枚举 中的方法com.googlecode.aviator.Options
 
iterator() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns an iterator over the instructions in this list.
iterator(int) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns an iterator over the instructions in this list.
IUSHR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
IXOR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 

J

JarOptimizer - com.googlecode.aviator.asm.optimizer中的类
A Jar file optimizer.
JarOptimizer() - 类 的构造器com.googlecode.aviator.asm.optimizer.JarOptimizer
 
join() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
JSR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
JSRInlinerAdapter - com.googlecode.aviator.asm.commons中的类
A MethodAdapter that removes JSR instructions and inlines the referenced subroutines.
JSRInlinerAdapter(MethodVisitor, int, String, String, String, String[]) - 类 的构造器com.googlecode.aviator.asm.commons.JSRInlinerAdapter
Creates a new JSRInliner.
JSRInlinerAdapter.Subroutine - com.googlecode.aviator.asm.commons中的类
 
JSRInlinerAdapter.Subroutine() - 类 的构造器com.googlecode.aviator.asm.commons.JSRInlinerAdapter.Subroutine
 
JUMP_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of JumpInsnNode instructions.
JumpInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a jump instruction.
JumpInsnNode(int, LabelNode) - 类 的构造器com.googlecode.aviator.asm.tree.JumpInsnNode
Constructs a new JumpInsnNode.

K

keys - 类 中的变量com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
The values of the keys.

L

L2D - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
L2F - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
L2I - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
Label - com.googlecode.aviator.asm中的类
A label represents a position in the bytecode of a method.
Label() - 类 的构造器com.googlecode.aviator.asm.Label
Constructs a new label.
LABEL - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of LabelNode "instructions".
label - 类 中的变量com.googlecode.aviator.asm.tree.JumpInsnNode
The operand of this instruction.
labelNames - 类 中的变量com.googlecode.aviator.asm.util.TraceMethodVisitor
The label names.
LabelNode - com.googlecode.aviator.asm.tree中的类
An AbstractInsnNode that encapsulates a Label.
LabelNode() - 类 的构造器com.googlecode.aviator.asm.tree.LabelNode
 
LabelNode(Label) - 类 的构造器com.googlecode.aviator.asm.tree.LabelNode
 
labels - 类 中的变量com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
Beginnings of the handler blocks.
labels - 类 中的变量com.googlecode.aviator.asm.tree.TableSwitchInsnNode
Beginnings of the handler blocks.
labels - 类 中的变量com.googlecode.aviator.asm.xml.ASMContentHandler
Map of the active Label instances for current method.
LADD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LAND - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LCMP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LCONST_0 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LCONST_1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LDC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LDC_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of LdcInsnNode instructions.
LdcInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents an LDC instruction.
LdcInsnNode(Object) - 类 的构造器com.googlecode.aviator.asm.tree.LdcInsnNode
Constructs a new LdcInsnNode.
LDIV - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LE - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
LEFT_PAREN - 类 中的静态变量com.googlecode.aviator.parser.ExpressionParser
 
lexeme - 类 中的变量com.googlecode.aviator.lexer.token.AbstractToken
 
LINE - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of LineNumberNode "instructions".
line - 类 中的变量com.googlecode.aviator.asm.tree.LineNumberNode
A line number.
LineNumberNode - com.googlecode.aviator.asm.tree中的类
A node that represents a line number declaration.
LineNumberNode(int, LabelNode) - 类 的构造器com.googlecode.aviator.asm.tree.LineNumberNode
Constructs a new LineNumberNode.
LiteralExpression - com.googlecode.aviator中的类
A literal expression with a fixed result
LiteralExpression(Object, List<String>) - 类 的构造器com.googlecode.aviator.LiteralExpression
 
LLOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LMUL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
ln(BigDecimal) - 类 中的静态方法com.googlecode.aviator.utils.TypeUtils
newton method to get natural logarithm
LNEG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
load() - 类 中的静态方法com.googlecode.aviator.CustomFunctionLoader
Load custom functions from config file, default is "aviator_functions.config" in classpath.
loadArg(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to load the given method argument on the stack.
loadArgArray() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to load all the method arguments on the stack, as a single object array.
loadArgs(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to load the given method arguments on the stack.
loadArgs() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to load all the method arguments on the stack.
loadClass(String) - 类 中的静态方法com.googlecode.aviator.CustomFunctionLoader
 
loadLocal(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to load the given local variable on the stack.
loadLocal(int, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to load the given local variable on the stack.
loadThis() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to load 'this' on the stack.
local - 类 中的变量com.googlecode.aviator.asm.tree.FrameNode
The types of the local variables of this stack map frame.
locals - 类 中的变量com.googlecode.aviator.asm.commons.AnalyzerAdapter
List of the local variable slots for current execution frame.
LocalVariableNode - com.googlecode.aviator.asm.tree中的类
A node that represents a local variable declaration.
LocalVariableNode(String, String, String, LabelNode, LabelNode, int) - 类 的构造器com.googlecode.aviator.asm.tree.LocalVariableNode
Constructs a new LocalVariableNode.
localVariables - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The local variables of this method.
LocalVariablesSorter - com.googlecode.aviator.asm.commons中的类
A MethodAdapter that renumbers local variables in their order of appearance.
LocalVariablesSorter(int, String, MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.LocalVariablesSorter
Creates a new LocalVariablesSorter.
LONG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LONG - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the long type.
LONG_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The long type.
LONG_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
LongFunction - com.googlecode.aviator.runtime.function.system中的类
Cast value to long
LongFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.LongFunction
 
longValue() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
LOOKUPSWITCH - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LOOKUPSWITCH_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of LookupSwitchInsnNode instructions.
LookupSwitchInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a LOOKUPSWITCH instruction.
LookupSwitchInsnNode(LabelNode, int[], LabelNode[]) - 类 的构造器com.googlecode.aviator.asm.tree.LookupSwitchInsnNode
Constructs a new LookupSwitchInsnNode.
LOR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LREM - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LRETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LRUMap<K,V> - com.googlecode.aviator.utils中的类
LRU map based on LinkedHashMap
LRUMap(int) - 类 的构造器com.googlecode.aviator.utils.LRUMap
 
LSHL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LSHR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LSTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LSUB - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LT - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
ltab - 类 中的变量com.googlecode.aviator.asm.util.TraceMethodVisitor
Tab for labels.
LUSHR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
LXOR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 

M

main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.optimizer.JarOptimizer
 
main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.optimizer.Shrinker
 
main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.util.CheckClassAdapter
Checks a given class.
main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
main(String[]) - 类 中的静态方法com.googlecode.aviator.asm.xml.Processor
 
map(String) - 类 中的方法com.googlecode.aviator.asm.optimizer.NameMapping
 
mark(Label) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Marks the current code position with the given label.
mark() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Marks the current code position with a new label.
match(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
match(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorPattern
 
math(int, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to do the specified mathematical or logical operation.
MathAbsFunction - com.googlecode.aviator.runtime.function.math中的类
math.abs(d) function
MathAbsFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathAbsFunction
 
MathCosFunction - com.googlecode.aviator.runtime.function.math中的类
math.cos(d) function
MathCosFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathCosFunction
 
MathLog10Function - com.googlecode.aviator.runtime.function.math中的类
math.log10(d) function
MathLog10Function() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathLog10Function
 
MathLogFunction - com.googlecode.aviator.runtime.function.math中的类
math.log(d) function
MathLogFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathLogFunction
 
MathPowFunction - com.googlecode.aviator.runtime.function.math中的类
math.pow(d1,d2) function
MathPowFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathPowFunction
 
MathRoundFunction - com.googlecode.aviator.runtime.function.math中的类
math.round(d) function
MathRoundFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathRoundFunction
 
MathSinFunction - com.googlecode.aviator.runtime.function.math中的类
math.sin(d) function
MathSinFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathSinFunction
 
MathSqrtFunction - com.googlecode.aviator.runtime.function.math中的类
math.sqrt(d) function
MathSqrtFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathSqrtFunction
 
MathTanFunction - com.googlecode.aviator.runtime.function.math中的类
math.tan(d) function
MathTanFunction() - 类 的构造器com.googlecode.aviator.runtime.function.math.MathTanFunction
 
max - 类 中的变量com.googlecode.aviator.asm.tree.TableSwitchInsnNode
The maximum key value.
maxLocals - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The maximum number of local variables of this method.
maxStack - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The maximum stack size of this method.
MemberNode - com.googlecode.aviator.asm.tree中的类
An abstract class, field or method node.
MemberNode() - 类 的构造器com.googlecode.aviator.asm.tree.MemberNode
Constructs a new MemberNode.
merge(Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
merge(Frame, Interpreter) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Merges this frame with the given frame.
merge(Frame, boolean[]) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Merges this frame with the given frame (case of a RET instruction).
merge(Value, Value) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Merges two values.
merge(Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
merge(Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
Method - com.googlecode.aviator.asm.commons中的类
A named method descriptor.
Method(String, String) - 类 的构造器com.googlecode.aviator.asm.commons.Method
Creates a new Method.
Method(String, Type, Type[]) - 类 的构造器com.googlecode.aviator.asm.commons.Method
Creates a new Method.
METHOD_DESCRIPTOR - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for method descriptors, formatted in bytecode notation
METHOD_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of MethodInsnNode instructions.
METHOD_SIGNATURE - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for method signatures, formatted in bytecode notation
methodAccess - 类 中的变量com.googlecode.aviator.asm.commons.AdviceAdapter
 
MethodAdapter - com.googlecode.aviator.asm中的类
An empty MethodVisitor that delegates to another MethodVisitor.
MethodAdapter(MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.MethodAdapter
Constructs a new MethodAdapter object.
MethodConstantsCollector - com.googlecode.aviator.asm.optimizer中的类
An MethodVisitor that collects the Constants of the methods it visits.
MethodConstantsCollector(MethodVisitor, ConstantPool) - 类 的构造器com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
methodDesc - 类 中的变量com.googlecode.aviator.asm.commons.AdviceAdapter
 
MethodInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - 类 的构造器com.googlecode.aviator.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode.
MethodNode - com.googlecode.aviator.asm.tree中的类
A node that represents a method.
MethodNode() - 类 的构造器com.googlecode.aviator.asm.tree.MethodNode
Constructs an unitialized MethodNode.
MethodNode(int, String, String, String, String[]) - 类 的构造器com.googlecode.aviator.asm.tree.MethodNode
Constructs a new MethodNode.
MethodOptimizer - com.googlecode.aviator.asm.optimizer中的类
A MethodAdapter that renames fields and methods, and removes debug info.
MethodOptimizer(MethodVisitor, NameMapping) - 类 的构造器com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
methods - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The methods of this class.
MethodVisitor - com.googlecode.aviator.asm中的接口
A visitor to visit a Java method.
min - 类 中的变量com.googlecode.aviator.asm.tree.TableSwitchInsnNode
The minimum key value.
mod(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
mod(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
mod(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
monitorEnter() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to get the monitor of the top stack value.
MONITORENTER - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
monitorExit() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to release the monitor of the top stack value.
MONITOREXIT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
move(boolean) - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
MUL - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
mult(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
mult(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
mult(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
MULTI_XML - 类 中的静态变量com.googlecode.aviator.asm.xml.Processor
 
MULTIANEWARRAY - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
MULTIANEWARRAY_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of MultiANewArrayInsnNode instructions.
MultiANewArrayInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - 类 的构造器com.googlecode.aviator.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode.
mv - 类 中的变量com.googlecode.aviator.asm.MethodAdapter
The MethodVisitor to which this adapter delegates calls.
mv - 类 中的变量com.googlecode.aviator.asm.util.TraceMethodVisitor
The MethodVisitor to which this visitor delegates calls.

N

name - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Internal name of the class
name - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The internal name of the class (see getInternalName).
name - 类 中的变量com.googlecode.aviator.asm.tree.FieldInsnNode
The field's name.
name - 类 中的变量com.googlecode.aviator.asm.tree.FieldNode
The field's name.
name - 类 中的变量com.googlecode.aviator.asm.tree.InnerClassNode
The internal name of an inner class (see getInternalName).
name - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The name of a local variable.
name - 类 中的变量com.googlecode.aviator.asm.tree.MethodInsnNode
The method's name.
name - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The method's name.
name - 类 中的变量com.googlecode.aviator.asm.util.ASMifierAbstractVisitor
The name of the variable for this visitor in the produced code.
NameMapping - com.googlecode.aviator.asm.optimizer中的类
A mapping from names to names, used to rename classes, fields and methods.
NameMapping(String) - 类 的构造器com.googlecode.aviator.asm.optimizer.NameMapping
 
naryOperation(AbstractInsnNode, List) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
naryOperation(AbstractInsnNode, List) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
naryOperation(AbstractInsnNode, List) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a variable number of arguments.
naryOperation(AbstractInsnNode, List) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
NE - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the ifCmp method.
NEG - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorDouble
 
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
neg(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
NEW - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
newArray(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to create a new array.
NEWARRAY - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
newClass(String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newClass(String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newConst(Object) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newConst(Object) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newControlFlowEdge(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Creates a control flow graph edge.
newControlFlowExceptionEdge(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Creates a control flow graph edge corresponding to an exception handler.
newDouble(double) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newField(String, String, String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newField(String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newFloat(float) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newFrame(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Constructs a new frame with the given size.
newFrame(Frame) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Analyzer
Constructs a new frame that is identical to the given frame.
newInstance(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to create a new object.
newInteger(int) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newLabel() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Creates a new Label.
newLocal(Type) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
Creates a new local variable of the given type.
newLong(long) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newMethod(String, String, String, boolean) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethod(String, String, String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newNameType(String, String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newNameType(String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newOperation(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
newOperation(AbstractInsnNode) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction without arguments.
newOperation(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
NEWTON_METHOD_REPEATS - 类 中的静态变量com.googlecode.aviator.utils.TypeUtils
 
newUTF8(String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
newUTF8(String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ConstantPool
 
newValue(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
newValue(Type) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Creates a new value that represents the given type.
newValue(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
 
newValue(Type) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
nextChar() - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
nextLocal - 类 中的变量com.googlecode.aviator.asm.commons.LocalVariablesSorter
Index of the next local variable to be created by LocalVariablesSorter.newLocal(com.googlecode.aviator.asm.Type).
NIL - 类 中的静态变量com.googlecode.aviator.lexer.token.Variable
Boolean value false
NIL - 类 中的静态变量com.googlecode.aviator.runtime.type.AviatorNil
 
NOP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
not() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to compute the bitwise negation of the top stack value.
not(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
not(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
not(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
NowFunction - com.googlecode.aviator.runtime.function.system中的类
now() function to invoke System.currentTimeMillis()
NowFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.NowFunction
 
NULL - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
number - 类 中的变量com.googlecode.aviator.runtime.type.AviatorNumber
 
NumberToken - com.googlecode.aviator.lexer.token中的类
A Number token
NumberToken(Number, String) - 类 的构造器com.googlecode.aviator.lexer.token.NumberToken
 
NumberToken(Number, String, int) - 类 的构造器com.googlecode.aviator.lexer.token.NumberToken
 
numberValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 

O

OBJECT - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of object reference type.
onAdd(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onAdd(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onAdd(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onAndLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Do logic operation "&&" left operand
onAndLeft(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onAndLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onAndRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Do logic operation "&&" right operand
onAndRight(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onAndRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onArray(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onArray(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onArray(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onArrayIndexEnd(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onArrayIndexEnd(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onArrayIndexEnd(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onArrayIndexStart(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onArrayIndexStart(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onArrayIndexStart(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onBitAnd(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onBitAnd(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onBitAnd(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onBitNot(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Bit operation '~'
onBitNot(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onBitNot(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onBitOr(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onBitOr(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onBitOr(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onBitXor(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onBitXor(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onBitXor(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onConstant(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onConstant(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onConstant(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onDiv(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onDiv(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onDiv(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onEq(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onEq(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onEq(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onGe(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onGe(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onGe(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onGt(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onGt(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onGt(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onJoinLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Do logic operation "||" left operand
onJoinLeft(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onJoinLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onJoinRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Do logic operation "||" right operand
onJoinRight(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onJoinRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onLe(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onLe(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onLe(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onLt(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onLt(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onLt(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMatch(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMatch(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMatch(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMethodEnter() - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
Called at the beginning of the method or after super class class call in the constructor.
onMethodExit(int) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
Called before explicit exit from the method using either return or throw.
onMethodInvoke(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMethodInvoke(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMethodInvoke(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMethodName(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMethodName(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMethodName(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMethodParameter(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMethodParameter(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMethodParameter(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMod(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMod(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMod(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onMult(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onMult(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onMult(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onNeg(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onNeg(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onNeg(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onNeq(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onNeq(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onNeq(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onNot(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
Logic operation '!'
onNot(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onNot(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onShiftLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onShiftLeft(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onShiftLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onShiftRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onShiftRight(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onShiftRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onSub(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onSub(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onSub(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onTernaryBoolean(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onTernaryBoolean(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onTernaryBoolean(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onTernaryLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onTernaryLeft(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onTernaryLeft(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onTernaryRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onTernaryRight(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onTernaryRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
onUnsignedShiftRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
onUnsignedShiftRight(Token<?>) - 接口 中的方法com.googlecode.aviator.code.CodeGenerator
 
onUnsignedShiftRight(Token<?>) - 类 中的方法com.googlecode.aviator.code.OptimizeCodeGenerator
 
opcode - 类 中的变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The opcode of this instruction.
Opcodes - com.googlecode.aviator.asm中的接口
Defines the JVM opcodes, access flags and array type codes.
OPCODES - 类 中的静态变量com.googlecode.aviator.asm.util.AbstractVisitor
The names of the Java Virtual Machine opcodes.
operand - 类 中的变量com.googlecode.aviator.asm.tree.IntInsnNode
The operand of this instruction.
OperatorToken - com.googlecode.aviator.lexer.token中的类
Operator token
OperatorToken(int, OperatorType) - 类 的构造器com.googlecode.aviator.lexer.token.OperatorToken
 
OperatorType - com.googlecode.aviator.lexer.token中的枚举
Operator type
OptimizeCodeGenerator - com.googlecode.aviator.code中的类
Optimized code generator
OptimizeCodeGenerator(ClassLoader, OutputStream, boolean) - 类 的构造器com.googlecode.aviator.code.OptimizeCodeGenerator
 
Options - com.googlecode.aviator中的枚举
Aviator Evaluator Configuration options.
OR - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
os - 类 中的变量com.googlecode.aviator.asm.xml.ASMContentHandler
Output stream to write result bytecode.
outerClass - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The internal name of the enclosing class of the class.
outerMethod - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The name of the method that contains the class, or null if the class is not enclosed in a method.
outerMethodDesc - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The descriptor of the method that contains the class, or null if the class is not enclosed in a method.
outerName - 类 中的变量com.googlecode.aviator.asm.tree.InnerClassNode
The internal name of the class to which the inner class belongs (see getInternalName).
owner - 类 中的变量com.googlecode.aviator.asm.tree.FieldInsnNode
The internal name of the field's owner class (see getInternalName).
owner - 类 中的变量com.googlecode.aviator.asm.tree.MethodInsnNode
The internal name of the method's owner class (see getInternalName).
ownsInstruction(int) - 类 中的方法com.googlecode.aviator.asm.commons.JSRInlinerAdapter.Subroutine
 

P

PARAMETERS_DECLARATION - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for method parameter signatures, formatted in default Java notation (non-bytecode)
parse() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
PatternToken - com.googlecode.aviator.lexer.token中的类
A pattern token
PatternToken(String, int) - 类 的构造器com.googlecode.aviator.lexer.token.PatternToken
 
pop() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a POP instruction.
POP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
pop() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Pops a value from the operand stack of this frame.
pop2() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a POP2 instruction.
POP2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
prevChar() - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
print(PrintWriter) - 类 中的方法com.googlecode.aviator.asm.util.AbstractVisitor
Prints the text constructed by this visitor.
PrintFunction - com.googlecode.aviator.runtime.function.system中的类
println(obj) function to print object
PrintFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.PrintFunction
 
PrintlnFunction - com.googlecode.aviator.runtime.function.system中的类
println(obj) function to print object with newline
PrintlnFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.PrintlnFunction
 
process() - 类 中的方法com.googlecode.aviator.asm.xml.Processor
 
Processor - com.googlecode.aviator.asm.xml中的类
Processor is a command line tool that can be used for bytecode waving directed by XSL transformation.
Processor(int, int, InputStream, OutputStream, Source) - 类 的构造器com.googlecode.aviator.asm.xml.Processor
 
push(boolean) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(long) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(float) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(double) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(String) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to push the given value on the stack.
push(Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Pushes a value into the operand stack of this frame.
pushback(Token<?>) - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
Push back token
pushOperand(int) - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
put(K, V) - 类 中的方法com.googlecode.aviator.utils.LRUMap
 
put(K, V) - 类 中的方法com.googlecode.aviator.utils.SyncLRUMap
 
putByte(int) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts an array of bytes into this byte vector.
putField(Type, String, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in a non static field.
PUTFIELD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
putInt(int) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts a short into this byte vector.
putStatic(Type, String, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in a static field.
PUTSTATIC - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
putUTF8(String) - 类 中的方法com.googlecode.aviator.asm.ByteVector
Puts an UTF8 string into this byte vector.
pw - 类 中的变量com.googlecode.aviator.asm.util.ASMifierClassVisitor
The print writer to be used to print the class.
pw - 类 中的变量com.googlecode.aviator.asm.util.TraceClassVisitor
The print writer to be used to print the class.

R

RandomFunction - com.googlecode.aviator.runtime.function.system中的类
rand() function to generate random double value
RandomFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.RandomFunction
 
read(ClassReader, int, int, char[], int, Label[]) - 类 中的方法com.googlecode.aviator.asm.Attribute
Reads a type attribute.
readByte(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a numeric or string constant pool item in b.
readInt(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a signed int value in b.
readLong(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a signed long value in b.
readShort(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads a signed short value in b.
readUnsignedShort(int) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - 类 中的方法com.googlecode.aviator.asm.ClassReader
Reads an UTF8 string constant pool item in b.
REFERENCE_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
rel() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
REM - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
remove(AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Removes the given instruction from this list.
remove(Object) - 类 中的方法com.googlecode.aviator.utils.LRUMap
 
remove(Object) - 类 中的方法com.googlecode.aviator.utils.SyncLRUMap
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法com.googlecode.aviator.utils.LRUMap
 
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法com.googlecode.aviator.utils.SyncLRUMap
 
removeFunction(String) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Remove a aviator function by name,it's not thread-safe.
removeFunction(AviatorFunction) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Remove a aviator function
reserve(String, Variable) - 类 中的方法com.googlecode.aviator.lexer.SymbolTable
Reserve variable
ret(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a RET instruction.
RET - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
RETURN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
RETURNADDRESS_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
returnValue() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to return the top stack value to the caller.
RIGHT_PAREN - 类 中的静态变量com.googlecode.aviator.parser.ExpressionParser
 

S

SALOAD - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
SASTORE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
SAXAdapter - com.googlecode.aviator.asm.xml中的类
SAXAdapter
SAXAdapter(ContentHandler) - 类 的构造器com.googlecode.aviator.asm.xml.SAXAdapter
 
SAXAnnotationAdapter - com.googlecode.aviator.asm.xml中的类
SAXAnnotationAdapter
SAXAnnotationAdapter(ContentHandler, String, int, String, String) - 类 的构造器com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
SAXAnnotationAdapter(ContentHandler, String, int, int, String) - 类 的构造器com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
SAXClassAdapter - com.googlecode.aviator.asm.xml中的类
A ClassVisitor that generates SAX 2.0 events from the visited class.
SAXClassAdapter(ContentHandler, boolean) - 类 的构造器com.googlecode.aviator.asm.xml.SAXClassAdapter
Constructs a new SAXClassAdapter object.
SAXCodeAdapter - com.googlecode.aviator.asm.xml中的类
A MethodVisitor that generates SAX 2.0 events from the visited method.
SAXCodeAdapter(ContentHandler, int) - 类 的构造器com.googlecode.aviator.asm.xml.SAXCodeAdapter
Constructs a new SAXCodeAdapter object.
SAXFieldAdapter - com.googlecode.aviator.asm.xml中的类
SAXFieldAdapter
SAXFieldAdapter(ContentHandler, AttributesImpl) - 类 的构造器com.googlecode.aviator.asm.xml.SAXFieldAdapter
 
scan() - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
scan(boolean) - 类 中的方法com.googlecode.aviator.lexer.ExpressionLexer
 
SeqCompsitePredFunFunction - com.googlecode.aviator.runtime.function.seq中的类
Composite predicate function with && or ||
SeqCompsitePredFunFunction(String, SeqCompsitePredFunFunction.LogicOp) - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
 
SeqCompsitePredFunFunction.LogicOp - com.googlecode.aviator.runtime.function.seq中的枚举
 
SeqCountFunction - com.googlecode.aviator.runtime.function.seq中的类
count(seq) to get seq's size
SeqCountFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqCountFunction
 
SeqEveryFunction - com.googlecode.aviator.runtime.function.seq中的类
Returns true if fun.call(x) is logical true for every x in sequence, else false.
SeqEveryFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqEveryFunction
 
SeqFilterFunction - com.googlecode.aviator.runtime.function.seq中的类
filter(seq,predicate) to filter seq by predicate
SeqFilterFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqFilterFunction
 
SeqIncludeFunction - com.googlecode.aviator.runtime.function.seq中的类
include(seq,obj) function to check if seq contains object
SeqIncludeFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqIncludeFunction
 
SeqMakePredicateFunFunction - com.googlecode.aviator.runtime.function.seq中的类
Function to make predicate for filter function
SeqMakePredicateFunFunction(String, OperatorType) - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
 
SeqMakePredicateFunFunction(String, OperatorType, AviatorObject) - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqMakePredicateFunFunction
 
SeqMapFunction - com.googlecode.aviator.runtime.function.seq中的类
map(col,fun) function to iterate seq with function
SeqMapFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqMapFunction
 
SeqNotAnyFunction - com.googlecode.aviator.runtime.function.seq中的类
Returns false if fun.call(x) is logical true for any x in sequence, else true.
SeqNotAnyFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqNotAnyFunction
 
SeqPredicateFunction - com.googlecode.aviator.runtime.function.seq中的类
A predicate function
SeqPredicateFunction(String, OperatorType, AviatorObject) - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqPredicateFunction
 
SeqReduceFunction - com.googlecode.aviator.runtime.function.seq中的类
reduce(col,fun,init) function to reduce seq with function and a initial value value
SeqReduceFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqReduceFunction
 
SeqSomeFunction - 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() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqSomeFunction
 
SeqSortFunction - com.googlecode.aviator.runtime.function.seq中的类
sort(list) function to sort java.util.List or array,return a sorted duplicate object
SeqSortFunction() - 类 的构造器com.googlecode.aviator.runtime.function.seq.SeqSortFunction
 
SerialVersionUIDAdder - com.googlecode.aviator.asm.commons中的类
A ClassAdapter that adds a serial version unique identifier to a class if missing.
SerialVersionUIDAdder(ClassVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Creates a new SerialVersionUIDAdder.
set(AbstractInsnNode, AbstractInsnNode) - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Replaces an instruction of this list with another instruction.
setAviatorClassLoader(AviatorClassLoader) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
已过时。 
setBYTECODE_VER(int) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
 
setCached(boolean) - 类 中的方法com.googlecode.aviator.script.AviatorScriptEngine
 
setLocal(int, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Sets the value of the given local variable.
setLocalType(int, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
 
setLocalType(int, Type) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
Sets the current type of the given local variable.
setMathContext(MathContext) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
setNumber(Number) - 类 中的方法com.googlecode.aviator.lexer.token.NumberToken
 
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.FieldInsnNode
Sets the opcode of this instruction.
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.IntInsnNode
Sets the opcode of this instruction.
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.JumpInsnNode
Sets the opcode of this instruction.
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodInsnNode
Sets the opcode of this instruction.
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.TypeInsnNode
Sets the opcode of this instruction.
setOpcode(int) - 类 中的方法com.googlecode.aviator.asm.tree.VarInsnNode
Sets the opcode of this instruction.
setOptimize(int) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
setOption(Options, Object) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Adds a evaluator option
setQuote(boolean) - 类 中的方法com.googlecode.aviator.lexer.token.Variable
 
setTrace(boolean) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
setTraceOutputStream(OutputStream) - 类 中的静态方法com.googlecode.aviator.AviatorEvaluator
Set trace output stream
shift() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
shiftLeft(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
shiftLeft(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
shiftLeft(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
shiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
shiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
shiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
SHL - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
SHORT - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the short type.
SHORT_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The short type.
SHR - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
Shrinker - com.googlecode.aviator.asm.optimizer中的类
A class file shrinker utility.
Shrinker() - 类 的构造器com.googlecode.aviator.asm.optimizer.Shrinker
 
signature - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The signature of the class.
signature - 类 中的变量com.googlecode.aviator.asm.tree.FieldNode
The field's signature.
signature - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The signature of this local variable.
signature - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The method's signature.
SignatureReader - com.googlecode.aviator.asm.signature中的类
A type signature parser to make a signature visitor visit an existing signature.
SignatureReader(String) - 类 的构造器com.googlecode.aviator.asm.signature.SignatureReader
Constructs a SignatureReader for the given signature.
SignatureVisitor - com.googlecode.aviator.asm.signature中的接口
A visitor to visit a generic signature.
SignatureWriter - com.googlecode.aviator.asm.signature中的类
A signature visitor that generates signatures in string format.
SignatureWriter() - 类 的构造器com.googlecode.aviator.asm.signature.SignatureWriter
Constructs a new SignatureWriter object.
SimpleVerifier - com.googlecode.aviator.asm.tree.analysis中的类
An extended BasicVerifier that performs more precise verifications.
SimpleVerifier() - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier.
SimpleVerifier(Type, Type, boolean) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier to verify a specific class.
SimpleVerifier(Type, Type, List, boolean) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier to verify a specific class.
SINGLE_XML - 类 中的静态变量com.googlecode.aviator.asm.xml.Processor
 
SIPUSH - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
size - 类 中的变量com.googlecode.aviator.asm.tree.analysis.SourceValue
The size of this value.
size() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns the number of instructions in this list.
size() - 类 中的方法com.googlecode.aviator.utils.LRUMap
 
size() - 类 中的方法com.googlecode.aviator.utils.SyncLRUMap
 
SKIP_CODE - 类 中的静态变量com.googlecode.aviator.asm.ClassReader
Flag to skip method code.
SKIP_DEBUG - 类 中的静态变量com.googlecode.aviator.asm.ClassReader
Flag to skip the debug information in the class.
SKIP_FRAMES - 类 中的静态变量com.googlecode.aviator.asm.ClassReader
Flag to skip the stack map frames in the class.
sourceDebug - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
Debug information to compute the correspondance between source and compiled elements of the class.
sourceFile - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The name of the source file from which this class was compiled.
SourceInterpreter - com.googlecode.aviator.asm.tree.analysis中的类
An Interpreter for SourceValue values.
SourceInterpreter() - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
SourceValue - com.googlecode.aviator.asm.tree.analysis中的类
A Value that is represented by its type in a two types type system.
SourceValue(int) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SourceValue
 
SourceValue(int, AbstractInsnNode) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SourceValue
 
SourceValue(int, Set) - 类 的构造器com.googlecode.aviator.asm.tree.analysis.SourceValue
 
stack - 类 中的变量com.googlecode.aviator.asm.commons.AnalyzerAdapter
List of the operand stack slots for current execution frame.
stack - 类 中的变量com.googlecode.aviator.asm.tree.FrameNode
The types of the operand stack elements of this stack map frame.
start - 类 中的变量com.googlecode.aviator.asm.tree.LineNumberNode
The first instruction corresponding to this line number.
start - 类 中的变量com.googlecode.aviator.asm.tree.LocalVariableNode
The first instruction corresponding to the scope of this local variable (inclusive).
start - 类 中的变量com.googlecode.aviator.asm.tree.TryCatchBlockNode
Beginning of the exception handler's scope (inclusive).
start() - 类 中的方法com.googlecode.aviator.code.asm.ASMCodeGenerator
 
startElement(String, String, String, Attributes) - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler
Process notification of the start of an XML element being reached.
StaticInitMerger - com.googlecode.aviator.asm.commons中的类
A ClassAdapter that merges clinit methods into a single one.
StaticInitMerger(String, ClassVisitor) - 类 的构造器com.googlecode.aviator.asm.commons.StaticInitMerger
 
storeArg(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given method argument.
storeLocal(int) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given local variable.
storeLocal(int, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to store the top stack value in the given local variable.
StrFunction - com.googlecode.aviator.runtime.function.system中的类
Cast value to string
StrFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.StrFunction
 
String2DateFunction - com.googlecode.aviator.runtime.function.system中的类
string_to_date function
String2DateFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.String2DateFunction
 
StringContainsFunction - com.googlecode.aviator.runtime.function.string中的类
string.contains(s1,s2) function
StringContainsFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringContainsFunction
 
StringEndsWithFunction - com.googlecode.aviator.runtime.function.string中的类
string.endsWith(s1,s2) function
StringEndsWithFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringEndsWithFunction
 
StringIndexOfFunction - com.googlecode.aviator.runtime.function.string中的类
String.indexOf function
StringIndexOfFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringIndexOfFunction
 
StringJoinFunction - com.googlecode.aviator.runtime.function.string中的类
string.join function
StringJoinFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringJoinFunction
 
StringLengthFunction - com.googlecode.aviator.runtime.function.string中的类
string.length(s) function
StringLengthFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringLengthFunction
 
StringReplaceAllFunction - com.googlecode.aviator.runtime.function.string中的类
string.replace_all function
StringReplaceAllFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringReplaceAllFunction
 
StringReplaceFirstFunction - com.googlecode.aviator.runtime.function.string中的类
string.replace_first function
StringReplaceFirstFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringReplaceFirstFunction
 
StringSplitFunction - com.googlecode.aviator.runtime.function.string中的类
string.split function
StringSplitFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringSplitFunction
 
StringStartsWithFunction - com.googlecode.aviator.runtime.function.string中的类
string.startsWith(s1,s2) function
StringStartsWithFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringStartsWithFunction
 
StringSubStringFunction - com.googlecode.aviator.runtime.function.string中的类
string.substring(s1,s2) function
StringSubStringFunction() - 类 的构造器com.googlecode.aviator.runtime.function.string.StringSubStringFunction
 
StringToken - com.googlecode.aviator.lexer.token中的类
String token
StringToken(String, int) - 类 的构造器com.googlecode.aviator.lexer.token.StringToken
 
stringValue(Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
SUB - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
sub(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
sub(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
sub(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
SUPER - 接口 中的静态变量com.googlecode.aviator.asm.signature.SignatureVisitor
Wildcard for a "super" type argument.
superName - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The internal of name of the super class (see getInternalName).
svuidConstructors - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Collection of non-private constructors.
svuidFields - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Collection of fields.
svuidMethods - 类 中的变量com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
Collection of non-private methods.
swap() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates a SWAP instruction.
swap(Type, Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to swap the top two stack values.
SWAP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
SymbolTable - com.googlecode.aviator.lexer中的类
Symbol table
SymbolTable() - 类 的构造器com.googlecode.aviator.lexer.SymbolTable
 
SyncLRUMap<K,V> - com.googlecode.aviator.utils中的类
Thread-safe LRU map
SyncLRUMap(int) - 类 的构造器com.googlecode.aviator.utils.SyncLRUMap
 
SysDateFunction - com.googlecode.aviator.runtime.function.system中的类
sysdate() function
SysDateFunction() - 类 的构造器com.googlecode.aviator.runtime.function.system.SysDateFunction
 

T

T_BOOLEAN - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_BYTE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_CHAR - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_DOUBLE - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_FLOAT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_INT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_LONG - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
T_SHORT - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
tab - 类 中的变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Tab for class members.
tab2 - 类 中的变量com.googlecode.aviator.asm.util.TraceMethodVisitor
Tab for bytecode instructions.
tab3 - 类 中的变量com.googlecode.aviator.asm.util.TraceMethodVisitor
Tab for table and lookup switch instructions.
tableSwitch(int[], TableSwitchGenerator) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions for a switch statement.
tableSwitch(int[], TableSwitchGenerator, boolean) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions for a switch statement.
TABLESWITCH - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
TABLESWITCH_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of TableSwitchInsnNode instructions.
TableSwitchGenerator - com.googlecode.aviator.asm.commons中的接口
A code generator for switch statements.
TableSwitchInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a TABLESWITCH instruction.
TableSwitchInsnNode(int, int, LabelNode, LabelNode[]) - 类 的构造器com.googlecode.aviator.asm.tree.TableSwitchInsnNode
Constructs a new TableSwitchInsnNode.
term() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
ternary() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
ternaryOperation(AbstractInsnNode, Value, Value, Value) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with three arguments.
ternaryOperation(AbstractInsnNode, Value, Value, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
text - 类 中的变量com.googlecode.aviator.asm.util.AbstractVisitor
The text to be printed.
throwArity(int) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractFunction
 
throwException() - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instruction to throw an exception.
throwException(Type, String) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to create and throw an exception.
toArray() - 类 中的方法com.googlecode.aviator.asm.tree.InsnList
Returns an array containing all of the instructions in this list.
toBigInt() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
toByteArray() - 类 中的方法com.googlecode.aviator.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toByteArray() - 类 中的方法com.googlecode.aviator.asm.xml.ASMContentHandler
Returns the bytecode of the class that was build with underneath class writer.
toDecimal() - 类 中的方法com.googlecode.aviator.runtime.type.AviatorNumber
 
Token<T> - com.googlecode.aviator.lexer.token中的接口
Lex token interface
Token.TokenType - com.googlecode.aviator.lexer.token中的枚举
 
TOP - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
toString() - 类 中的方法com.googlecode.aviator.asm.commons.JSRInlinerAdapter.Subroutine
 
toString() - 类 中的方法com.googlecode.aviator.asm.commons.Method
 
toString() - 类 中的方法com.googlecode.aviator.asm.Label
Returns a string representation of this label.
toString() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
Returns the signature that was built by this signature writer.
toString() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicValue
 
toString() - 类 中的方法com.googlecode.aviator.asm.tree.analysis.Frame
Returns a string representation of this frame.
toString() - 类 中的方法com.googlecode.aviator.asm.Type
Returns a string representation of this type.
toString() - 类 中的方法com.googlecode.aviator.lexer.token.AbstractToken
 
toString() - 类 中的方法com.googlecode.aviator.lexer.token.Variable
 
trace(StringBuffer, Map) - 接口 中的方法com.googlecode.aviator.asm.util.Traceable
Build a human readable representation of the attribute.
Traceable - com.googlecode.aviator.asm.util中的接口
An attribute that can print eadable representation of the attribute.
TraceAbstractVisitor - com.googlecode.aviator.asm.util中的类
An abstract trace visitor.
TraceAbstractVisitor() - 类 的构造器com.googlecode.aviator.asm.util.TraceAbstractVisitor
 
TraceAnnotationVisitor - com.googlecode.aviator.asm.util中的类
An AnnotationVisitor that prints a disassembled view of the annotations it visits.
TraceAnnotationVisitor() - 类 的构造器com.googlecode.aviator.asm.util.TraceAnnotationVisitor
Constructs a new TraceAnnotationVisitor.
TraceClassVisitor - com.googlecode.aviator.asm.util中的类
A ClassVisitor that prints a disassembled view of the classes it visits.
TraceClassVisitor(PrintWriter) - 类 的构造器com.googlecode.aviator.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceClassVisitor(ClassVisitor, PrintWriter) - 类 的构造器com.googlecode.aviator.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceFieldVisitor - com.googlecode.aviator.asm.util中的类
A FieldVisitor that prints a disassembled view of the fields it visits.
TraceFieldVisitor() - 类 的构造器com.googlecode.aviator.asm.util.TraceFieldVisitor
 
TraceMethodVisitor - com.googlecode.aviator.asm.util中的类
A MethodVisitor that prints a disassembled view of the methods it visits.
TraceMethodVisitor() - 类 的构造器com.googlecode.aviator.asm.util.TraceMethodVisitor
Constructs a new TraceMethodVisitor.
TraceMethodVisitor(MethodVisitor) - 类 的构造器com.googlecode.aviator.asm.util.TraceMethodVisitor
Constructs a new TraceMethodVisitor.
TraceSignatureVisitor - com.googlecode.aviator.asm.util中的类
A SignatureVisitor that prints a disassembled view of the signature it visits.
TraceSignatureVisitor(int) - 类 的构造器com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
TRUE - 类 中的静态变量com.googlecode.aviator.lexer.token.Variable
Boolean value true
TRUE - 类 中的静态变量com.googlecode.aviator.runtime.type.AviatorBoolean
 
TryCatchBlockNode - com.googlecode.aviator.asm.tree中的类
A node that represents a try catch block.
TryCatchBlockNode(LabelNode, LabelNode, LabelNode, String) - 类 的构造器com.googlecode.aviator.asm.tree.TryCatchBlockNode
Constructs a new TryCatchBlockNode.
tryCatchBlocks - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The try catch blocks of this method.
type - 类 中的变量com.googlecode.aviator.asm.Attribute
The type of this attribute.
type - 类 中的变量com.googlecode.aviator.asm.tree.FrameNode
The type of this frame.
type - 类 中的变量com.googlecode.aviator.asm.tree.TryCatchBlockNode
Internal name of the type of exceptions handled by the handler.
Type - com.googlecode.aviator.asm中的类
A Java type.
TYPE_DECLARATION - 类 中的静态变量com.googlecode.aviator.asm.util.TraceAbstractVisitor
Constant used in appendDescriptor for field or method return value signatures, formatted in default Java notation (non-bytecode)
TYPE_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of TypeInsnNode instructions.
TypeInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a type instruction.
TypeInsnNode(int, String) - 类 的构造器com.googlecode.aviator.asm.tree.TypeInsnNode
Constructs a new TypeInsnNode.
TYPES - 类 中的静态变量com.googlecode.aviator.asm.util.AbstractVisitor
Types for operand parameter of the MethodVisitor.visitIntInsn(int, int) method when opcode is NEWARRAY.
TypeUtils - com.googlecode.aviator.utils中的类
Java type to aviator type utilities
TypeUtils() - 类 的构造器com.googlecode.aviator.utils.TypeUtils
 

U

unary() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
unaryOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicInterpreter
 
unaryOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.BasicVerifier
 
unaryOperation(AbstractInsnNode, Value) - 接口 中的方法com.googlecode.aviator.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a single argument.
unaryOperation(AbstractInsnNode, Value) - 类 中的方法com.googlecode.aviator.asm.tree.analysis.SourceInterpreter
 
unbox(Type) - 类 中的方法com.googlecode.aviator.asm.commons.GeneratorAdapter
Generates the instructions to unbox the top stack value.
UNINITIALIZED_THIS - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
UNINITIALIZED_VALUE - 类 中的静态变量com.googlecode.aviator.asm.tree.analysis.BasicValue
 
unsignedShiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorJavaType
 
unsignedShiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorLong
 
unsignedShiftRight(AviatorObject, Map<String, Object>) - 类 中的方法com.googlecode.aviator.runtime.type.AviatorObject
 
unused - 类 中的变量com.googlecode.aviator.asm.optimizer.NameMapping
 
update(Object, int) - 类 中的方法com.googlecode.aviator.asm.xml.Processor
 
USHR - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.

V

V1_1 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
V1_2 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
V1_3 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
V1_4 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
V1_5 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
V1_6 - 接口 中的静态变量com.googlecode.aviator.asm.Opcodes
 
Value - com.googlecode.aviator.asm.tree.analysis中的接口
An immutable symbolic value for semantic interpretation of bytecode.
value - 类 中的变量com.googlecode.aviator.asm.tree.FieldNode
The field's initial value.
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.lexer.token.OperatorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.lexer.token.Token.TokenType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.Options
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.LogicOp
返回带有指定名称的该类型的枚举常量。
valueOf(BigInteger) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
valueOf(String) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
valueOf(long) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorBigInt
 
valueOf(boolean) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorBoolean
 
valueOf(BigDecimal) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
valueOf(String) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorDecimal
 
valueOf(double) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorDouble
 
valueOf(Double) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorDouble
 
valueOf(long) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorLong
 
valueOf(Long) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorLong
 
valueOf(Object) - 类 中的静态方法com.googlecode.aviator.runtime.type.AviatorNumber
 
valueOf(String) - 枚举 中的静态方法com.googlecode.aviator.runtime.type.AviatorType
返回带有指定名称的该类型的枚举常量。
values - 类 中的变量com.googlecode.aviator.asm.tree.AnnotationNode
The name value pairs of this annotation.
values() - 枚举 中的静态方法com.googlecode.aviator.lexer.token.DelegateToken.DelegateTokenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.googlecode.aviator.lexer.token.OperatorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.googlecode.aviator.lexer.token.Token.TokenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.googlecode.aviator.Options
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction.LogicOp
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.googlecode.aviator.runtime.type.AviatorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
var - 类 中的变量com.googlecode.aviator.asm.tree.IincInsnNode
Index of the local variable to be incremented.
var - 类 中的变量com.googlecode.aviator.asm.tree.VarInsnNode
The operand of this instruction.
VAR_INSN - 类 中的静态变量com.googlecode.aviator.asm.tree.AbstractInsnNode
The type of VarInsnNode instructions.
Variable - com.googlecode.aviator.lexer.token中的类
Variable token
Variable(String, int) - 类 的构造器com.googlecode.aviator.lexer.token.Variable
 
variadicCall(Map<String, Object>, AviatorObject...) - 类 中的方法com.googlecode.aviator.runtime.function.AbstractVariadicFunction
Call with variadic arguments.The subclass must implement this method.
variadicCall(Map<String, Object>, AviatorObject...) - 类 中的方法com.googlecode.aviator.runtime.function.seq.SeqCompsitePredFunFunction
 
VarInsnNode - com.googlecode.aviator.asm.tree中的类
A node that represents a local variable instruction.
VarInsnNode(int, int) - 类 的构造器com.googlecode.aviator.asm.tree.VarInsnNode
Constructs a new VarInsnNode.
verify(ClassReader, boolean, PrintWriter) - 类 中的静态方法com.googlecode.aviator.asm.util.CheckClassAdapter
Checks a given class
version - 类 中的变量com.googlecode.aviator.asm.tree.ClassNode
The class version.
VERSION - 类 中的静态变量com.googlecode.aviator.AviatorEvaluator
Aviator version
visibleAnnotations - 类 中的变量com.googlecode.aviator.asm.tree.MemberNode
The runtime visible annotations of this class, field or method.
visibleParameterAnnotations - 类 中的变量com.googlecode.aviator.asm.tree.MethodNode
The runtime visible parameter annotations of this method.
visit(String, Object) - 接口 中的方法com.googlecode.aviator.asm.AnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visit(int, int, String, String, String, String[]) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.StaticInitMerger
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.util.TraceAnnotationVisitor
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visit(String, Object) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
visit(int, int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitAnnotation(String, String) - 接口 中的方法com.googlecode.aviator.asm.AnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitAnnotation(String, boolean) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitAnnotation(String, boolean) - 接口 中的方法com.googlecode.aviator.asm.FieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitAnnotation(String, boolean) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits an annotation of this method.
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.FieldConstantsCollector
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.tree.MemberNode
Visits an annotation of this class, field or method.
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAbstractVisitor
Prints the ASM code that generates the given annotation.
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.CheckFieldAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.TraceAbstractVisitor
Prints a disassembled view of the given annotation.
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceAnnotationVisitor
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.TraceFieldVisitor
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitAnnotation(String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitAnnotation(String, boolean) - 类 中的方法com.googlecode.aviator.asm.xml.SAXFieldAdapter
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitAnnotationDefault() - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits the default value of this annotation interface method.
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitAnnotationDefault() - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitArray(String) - 接口 中的方法com.googlecode.aviator.asm.AnnotationVisitor
Visits an array value of the annotation.
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.util.TraceAnnotationVisitor
 
visitArray(String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
visitArrayType() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits a signature corresponding to an array type.
visitArrayType() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitArrayType() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitAttribute(Attribute) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitAttribute(Attribute) - 接口 中的方法com.googlecode.aviator.asm.FieldVisitor
Visits a non standard attribute of the field.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitAttribute(Attribute) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a non standard attribute of this method.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.optimizer.FieldConstantsCollector
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.tree.MemberNode
Visits a non standard attribute of this class, field or method.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAbstractVisitor
Prints the ASM code that generates the given attribute.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.CheckFieldAdapter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.TraceAbstractVisitor
Prints a disassembled view of the given attribute.
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.TraceFieldVisitor
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitAttribute(Attribute) - 类 中的方法com.googlecode.aviator.asm.xml.SAXFieldAdapter
 
visitBaseType(char) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits a signature corresponding to a primitive type.
visitBaseType(char) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitBaseType(char) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitClassBound() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the class bound of the last visited formal type parameter.
visitClassBound() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitClassBound() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitClassType(String) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Starts the visit of a signature corresponding to a class or interface type.
visitClassType(String) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitClassType(String) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitCode() - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e. non abstract method).
visitCode() - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitCode() - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitEnd() - 接口 中的方法com.googlecode.aviator.asm.AnnotationVisitor
Visits the end of the annotation.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitEnd() - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits the end of the class.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.commons.JSRInlinerAdapter
If any JSRs were seen, triggers the inlining process.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.commons.StaticInitMerger
 
visitEnd() - 接口 中的方法com.googlecode.aviator.asm.FieldVisitor
Visits the end of the field.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitEnd() - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits the end of the method.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.optimizer.FieldConstantsCollector
 
visitEnd() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Ends the visit of a signature corresponding to a class or interface type.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.tree.MemberNode
Visits the end of this class, field or method.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAbstractVisitor
Prints the ASM code to end the visit.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.CheckFieldAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceAbstractVisitor
Does nothing.
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceAnnotationVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceFieldVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitEnd() - 类 中的方法com.googlecode.aviator.asm.xml.SAXFieldAdapter
 
visitEnum(String, String, String) - 接口 中的方法com.googlecode.aviator.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.AnnotationConstantsCollector
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.tree.AnnotationNode
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierAnnotationVisitor
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckAnnotationAdapter
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceAnnotationVisitor
 
visitEnum(String, String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXAnnotationAdapter
 
visitExceptionType() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the type of a method exception.
visitExceptionType() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitExceptionType() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitField(int, String, String, String, Object) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitField(int, String, String, String, Object) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitFieldInsn(int, String, String, String) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitFieldInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitFormalTypeParameter(String) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits a formal type parameter.
visitFormalTypeParameter(String) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitFormalTypeParameter(String) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitFrame(int, int, Object[], int, Object[]) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits the current state of the local variables and operand stack elements.
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitIincInsn(int, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitIincInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitInnerClass(String, String, String, int) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitInnerClass(String, String, String, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitInnerClassType(String) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits an inner class.
visitInnerClassType(String) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitInnerClassType(String) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitInsn(int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a zero operand instruction.
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitInsn(int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitInterface() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the type of an interface implemented by the class.
visitInterface() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitInterface() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitInterfaceBound() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits an interface bound of the last visited formal type parameter.
visitInterfaceBound() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitInterfaceBound() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitIntInsn(int, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitIntInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.JSRInlinerAdapter
Detects a JSR instruction and sets a flag to indicate we will need to do inlining.
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitJumpInsn(int, Label) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitJumpInsn(int, Label) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitLabel(Label) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a label.
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitLabel(Label) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitLdcInsn(Object) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitLdcInsn(Object) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitLineNumber(int, Label) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitLineNumber(int, Label) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitMaxs(int, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitMaxs(int, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitMethod(int, String, String, String, String[]) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.SerialVersionUIDAdder
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.commons.StaticInitMerger
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitMethod(int, String, String, String, String[]) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitMethodInsn(int, String, String, String) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitMethodInsn(int, String, String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitMultiANewArrayInsn(String, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitMultiANewArrayInsn(String, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitOuterClass(String, String, String) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitOuterClass(String, String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitParameterAnnotation(int, String, boolean) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits an annotation of a parameter this method.
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitParameterAnnotation(int, String, boolean) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitParameterType() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the type of a method parameter.
visitParameterType() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitParameterType() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitReturnType() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the return type of the method.
visitReturnType() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitReturnType() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.ClassAdapter
 
visitSource(String, String) - 接口 中的方法com.googlecode.aviator.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.ClassWriter
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassConstantsCollector
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.ClassOptimizer
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.tree.ClassNode
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierClassVisitor
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckClassAdapter
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceClassVisitor
 
visitSource(String, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXClassAdapter
 
visitSuperclass() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits the type of the super class.
visitSuperclass() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitSuperclass() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitTypeArgument() - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits an unbounded type argument of the last visited class or inner class type.
visitTypeArgument(char) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits a type argument of the last visited class or inner class type.
visitTypeArgument() - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitTypeArgument(char) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitTypeArgument() - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitTypeArgument(char) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitTypeInsn(int, String) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a type instruction.
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodConstantsCollector
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.optimizer.MethodOptimizer
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitTypeInsn(int, String) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
visitTypeVariable(String) - 接口 中的方法com.googlecode.aviator.asm.signature.SignatureVisitor
Visits a signature corresponding to a type variable.
visitTypeVariable(String) - 类 中的方法com.googlecode.aviator.asm.signature.SignatureWriter
 
visitTypeVariable(String) - 类 中的方法com.googlecode.aviator.asm.util.TraceSignatureVisitor
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AdviceAdapter
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.AnalyzerAdapter
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.CodeSizeEvaluator
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.EmptyVisitor
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.commons.LocalVariablesSorter
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.MethodAdapter
 
visitVarInsn(int, int) - 接口 中的方法com.googlecode.aviator.asm.MethodVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.tree.MethodNode
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.ASMifierMethodVisitor
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.CheckMethodAdapter
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.util.TraceMethodVisitor
 
visitVarInsn(int, int) - 类 中的方法com.googlecode.aviator.asm.xml.SAXCodeAdapter
 
VOID - 类 中的静态变量com.googlecode.aviator.asm.Type
The sort of the void type.
VOID_TYPE - 类 中的静态变量com.googlecode.aviator.asm.Type
The void type.

W

write(ClassWriter, byte[], int, int, int) - 类 中的方法com.googlecode.aviator.asm.Attribute
Returns the byte array form of this attribute.

X

XOR - 类 中的静态变量com.googlecode.aviator.asm.commons.GeneratorAdapter
Constant for the math method.
xor() - 类 中的方法com.googlecode.aviator.parser.ExpressionParser
 
A B C D E F G H I J K L M N O P R S T U V W X 

Copyright © 2017. All Rights Reserved.