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 的构造方法
 
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
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.
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 的构造方法
 
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 中的静态变量
 
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.5
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>, 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.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.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) - 类 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) - 类 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.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() - 类 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
 
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,this is the default option
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.
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 中的方法
 
ensureNumber(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
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
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).
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
execute(Map<String, Object>) - 类 com.googlecode.aviator.ClassExpression 中的方法
 
execute() - 类 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() - 类 com.googlecode.aviator.LiteralExpression 中的方法
 
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.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
getAviatorType() - 类 com.googlecode.aviator.runtime.type.AviatorBoolean 中的方法
 
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 中的方法
 
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.
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
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.
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.MathSinFunction 中的方法
 
getName() - 类 com.googlecode.aviator.runtime.function.math.MathSqrtFunction 中的方法
 
getName() - 类 com.googlecode.aviator.runtime.function.math.MathTanFunction 中的方法
 
getName() - 类 com.googlecode.aviator.runtime.function.seq.SeqCountFunction 中的方法
 
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.SeqPredicateFunction 中的方法
 
getName() - 类 com.googlecode.aviator.runtime.function.seq.SeqReduceFunction 中的方法
 
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 中的方法
 
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
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.AviatorDouble 中的方法
 
innerAdd(AviatorNumber) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerAdd(AviatorNumber) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
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(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorDouble 中的方法
 
innerCompare(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerCompare(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
innerDiv(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorDouble 中的方法
 
innerDiv(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerDiv(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
innerMod(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorDouble 中的方法
 
innerMod(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerMod(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
innerMult(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorDouble 中的方法
 
innerMult(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerMult(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
innerName - 类 com.googlecode.aviator.asm.tree.InnerClassNode 中的变量
The (simple) name of the inner class inside its enclosing class.
innerSub(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorDouble 中的方法
 
innerSub(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorLong 中的方法
 
innerSub(AviatorObject) - 类 com.googlecode.aviator.runtime.type.AviatorNumber 中的方法
 
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 中的方法
 
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.
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 中的静态方法
 
isOPVariable(Token<?>) - 类 com.googlecode.aviator.parser.ExpressionParser 中的方法
 
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 中的方法
 
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) - 类 com.googlecode.aviator.LiteralExpression 的构造方法
 
LLOAD - 接口 com.googlecode.aviator.asm.Opcodes 中的静态变量
 
LMUL - 接口 com.googlecode.aviator.asm.Opcodes 中的静态变量
 
LNEG - 接口 com.googlecode.aviator.asm.Opcodes 中的静态变量
 
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.
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 中的静态变量
 
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 的构造方法
 
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.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 中的方法
 
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 中的方法
 
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 中的方法
 
onElementEnd(Token<?>) - 类 com.googlecode.aviator.code.asm.ASMCodeGenerator 中的方法
 
onElementEnd(Token<?>) - 接口 com.googlecode.aviator.code.CodeGenerator 中的方法
 
onElementEnd(Token<?>) - 类 com.googlecode.aviator.code.OptimizeCodeGenerator 中的方法
 
onElementStart(Token<?>) - 类 com.googlecode.aviator.code.asm.ASMCodeGenerator 中的方法
 
onElementStart(Token<?>) - 接口 com.googlecode.aviator.code.CodeGenerator 中的方法
 
onElementStart(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 的构造方法
 
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.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.SyncLRUMap 中的方法
 
removeEldestEntry(Map.Entry<K, V>) - 类 com.googlecode.aviator.utils.SyncLRUMap 中的方法
 
removeFunction(String) - 类 com.googlecode.aviator.AviatorEvaluator 中的静态方法
Remove a aviator function by name
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 中的方法
 
SeqCountFunction - com.googlecode.aviator.runtime.function.seq 中的 类
count(seq) to get seq's size
SeqCountFunction() - 类 com.googlecode.aviator.runtime.function.seq.SeqCountFunction 的构造方法
 
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 的构造方法
 
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 的构造方法
 
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 中的静态方法
Configure user defined classloader
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.
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 中的静态方法
set optimize level,default AviatorEvaluator.COMPILE
setTrace(boolean) - 类 com.googlecode.aviator.AviatorEvaluator 中的静态方法
Configure whether to trace code generation
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.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.
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.
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 中的方法
 
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(boolean) - 类 com.googlecode.aviator.runtime.type.AviatorBoolean 中的静态方法
 
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.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 的构造方法
 
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 © 2011. All Rights Reserved.