跳过导航链接
A B C D E F G H I J L M N O P R S T U V W 

A

AALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
AASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_ABSTRACT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_ANNOTATION - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_BRIDGE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_DEPRECATED - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_ENUM - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_FINAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_INTERFACE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_MANDATED - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_NATIVE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_PRIVATE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_PROTECTED - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_PUBLIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_STATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_STRICT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_SUPER - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_SYNCHRONIZED - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_SYNTHETIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_TRANSIENT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_VARARGS - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_VOLATILE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
accept(ClassVisitor, int) - 类 中的方法org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader .
accept(ClassVisitor, Attribute[], int) - 类 中的方法org.objectweb.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
ACONST_NULL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ANEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
 
AnnotationVisitor - org.objectweb.asm中的类
A visitor to visit a Java annotation.
AnnotationVisitor(int) - 类 的构造器org.objectweb.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - 类 的构造器org.objectweb.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
api - 类 中的变量org.objectweb.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.objectweb.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.objectweb.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.objectweb.asm.MethodVisitor
The ASM API version implemented by this visitor.
ARETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ARRAY - 类 中的静态变量org.objectweb.asm.Type
The sort of array reference types.
ARRAY_ELEMENT - 类 中的静态变量org.objectweb.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAYLENGTH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ASM4 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ASM5 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ATHROW - 接口 中的静态变量org.objectweb.asm.Opcodes
 
Attribute - org.objectweb.asm中的类
A non standard class, field, method or code attribute.
Attribute(String) - 类 的构造器org.objectweb.asm.Attribute
Constructs a new empty attribute.
av - 类 中的变量org.objectweb.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.

B

b - 类 中的变量org.objectweb.asm.ClassReader
The class to be parsed.
BALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
BASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
BIPUSH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
BOOLEAN - 类 中的静态变量org.objectweb.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - 类 中的静态变量org.objectweb.asm.Type
The boolean type.
BYTE - 类 中的静态变量org.objectweb.asm.Type
The sort of the byte type.
BYTE_TYPE - 类 中的静态变量org.objectweb.asm.Type
The byte type.
ByteVector - org.objectweb.asm中的类
A dynamically extensible vector of bytes.
ByteVector() - 类 的构造器org.objectweb.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - 类 的构造器org.objectweb.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

CALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
CAST - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
CASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
CHAR - 类 中的静态变量org.objectweb.asm.Type
The sort of the char type.
CHAR_TYPE - 类 中的静态变量org.objectweb.asm.Type
The char type.
CHECKCAST - 接口 中的静态变量org.objectweb.asm.Opcodes
 
CLASS_EXTENDS - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_TYPE_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassReader - org.objectweb.asm中的类
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - 类 的构造器org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - 类 的构造器org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - 类 的构造器org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - 类 的构造器org.objectweb.asm.ClassReader
Constructs a new ClassReader object.
ClassVisitor - org.objectweb.asm中的类
A visitor to visit a Java class.
ClassVisitor(int) - 类 的构造器org.objectweb.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - 类 的构造器org.objectweb.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - org.objectweb.asm中的类
A ClassVisitor that generates classes in bytecode form.
ClassWriter(int) - 类 的构造器org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - 类 的构造器org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
com.blade.reflectasm - 程序包 com.blade.reflectasm
 
COMPUTE_FRAMES - 类 中的静态变量org.objectweb.asm.ClassWriter
Flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - 类 中的静态变量org.objectweb.asm.ClassWriter
Flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
ConstructorAccess<T> - com.blade.reflectasm中的类
 
ConstructorAccess() - 类 的构造器com.blade.reflectasm.ConstructorAccess
 
cv - 类 中的变量org.objectweb.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.

D

D2F - 接口 中的静态变量org.objectweb.asm.Opcodes
 
D2I - 接口 中的静态变量org.objectweb.asm.Opcodes
 
D2L - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DADD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DCMPG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DCMPL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DCONST_0 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DCONST_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DDIV - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DLOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DMUL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DNEG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DOUBLE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DOUBLE - 类 中的静态变量org.objectweb.asm.Type
The sort of the double type.
DOUBLE_TYPE - 类 中的静态变量org.objectweb.asm.Type
The double type.
DREM - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DRETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DSTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DSUB - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP2_X1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP2_X2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP_X1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
DUP_X2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 

E

equals(Object) - 类 中的方法org.objectweb.asm.Handle
 
equals(Object) - 类 中的方法org.objectweb.asm.Type
Tests if the given object is equal to this type.
EXCEPTION_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of the exception of a 'catch' clause in a method.
EXPAND_FRAMES - 类 中的静态变量org.objectweb.asm.ClassReader
Flag to expand the stack map frames.

F

F2D - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F2I - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F2L - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F_APPEND - 接口 中的静态变量org.objectweb.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 - 接口 中的静态变量org.objectweb.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 - 接口 中的静态变量org.objectweb.asm.Opcodes
Represents a compressed frame with complete frame data.
F_NEW - 接口 中的静态变量org.objectweb.asm.Opcodes
Represents an expanded frame.
F_SAME - 接口 中的静态变量org.objectweb.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - 接口 中的静态变量org.objectweb.asm.Opcodes
Represents a compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
FADD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FCMPG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FCMPL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FCONST_0 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FCONST_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FCONST_2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FDIV - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FIELD - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of a field.
FieldAccess - com.blade.reflectasm中的类
 
FieldAccess() - 类 的构造器com.blade.reflectasm.FieldAccess
 
FieldVisitor - org.objectweb.asm中的类
A visitor to visit a Java field.
FieldVisitor(int) - 类 的构造器org.objectweb.asm.FieldVisitor
Constructs a new FieldVisitor.
FieldVisitor(int, FieldVisitor) - 类 的构造器org.objectweb.asm.FieldVisitor
Constructs a new FieldVisitor.
FLOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FLOAT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FLOAT - 类 中的静态变量org.objectweb.asm.Type
The sort of the float type.
FLOAT_TYPE - 类 中的静态变量org.objectweb.asm.Type
The float type.
FMUL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FNEG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FREM - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FRETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
fromString(String) - 类 中的静态方法org.objectweb.asm.TypePath
Converts a type path in string form, in the format used by TypePath.toString(), into a TypePath object.
FSTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
FSUB - 接口 中的静态变量org.objectweb.asm.Opcodes
 
fv - 类 中的变量org.objectweb.asm.FieldVisitor
The field visitor to which this visitor must delegate method calls.

G

get(Class<T>) - 类 中的静态方法com.blade.reflectasm.ConstructorAccess
 
get(Object, String) - 类 中的方法com.blade.reflectasm.FieldAccess
 
get(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
get(Class) - 类 中的静态方法com.blade.reflectasm.FieldAccess
 
get(Class, List<Method>) - 类 中的静态方法com.blade.reflectasm.MethodAccess
 
get(Class) - 类 中的静态方法com.blade.reflectasm.MethodAccess
Creates a new MethodAccess for the specified type.
getAccess() - 类 中的方法org.objectweb.asm.ClassReader
Returns the class's access flags (see Opcodes).
getArgumentsAndReturnSizes(String) - 类 中的静态方法org.objectweb.asm.Type
Computes the size of the arguments and of the return value of a method.
getArgumentsAndReturnSizes() - 类 中的方法org.objectweb.asm.Type
Returns the size of the arguments and of the return value of methods of this type.
getArgumentTypes(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArgumentTypes() - 类 中的方法org.objectweb.asm.Type
Returns the argument types of methods of this type.
getBoolean(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getByte(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getChar(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getClassName() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal name of the class (see getInternalName).
getClassName() - 类 中的方法org.objectweb.asm.Type
Returns the binary name of the class corresponding to this type.
getCommonSuperClass(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
Returns the common super type of the two given types.
getConstructorDescriptor(Constructor<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the descriptor corresponding to the given constructor.
getDesc() - 类 中的方法org.objectweb.asm.Handle
Returns the descriptor of the field or method designated by this handle.
getDescriptor() - 类 中的方法org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDimensions() - 类 中的方法org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getDouble(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getElementType() - 类 中的方法org.objectweb.asm.Type
Returns the type of the elements of this array type.
getExceptionIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced by this type reference.
GETFIELD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
getFieldCount() - 类 中的方法com.blade.reflectasm.FieldAccess
 
getFieldNames() - 类 中的方法com.blade.reflectasm.FieldAccess
 
getFields() - 类 中的方法com.blade.reflectasm.FieldAccess
 
getFieldTypes() - 类 中的方法com.blade.reflectasm.FieldAccess
 
getFloat(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getFormalParameterIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the formal parameter whose type is referenced by this type reference.
getIndex(String) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getIndex(Field) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getIndex(String) - 类 中的方法com.blade.reflectasm.MethodAccess
Returns the index of the first method with the specified name.
getIndex(String, Class...) - 类 中的方法com.blade.reflectasm.MethodAccess
Returns the index of the first method with the specified name and param types.
getIndex(String, int) - 类 中的方法com.blade.reflectasm.MethodAccess
Returns the index of the first method with the specified name and the specified number of arguments.
getInt(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getInterfaces() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal names of the class's interfaces (see getInternalName).
getInternalName() - 类 中的方法org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object or array type.
getInternalName(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the internal name of the given class.
getItem(int) - 类 中的方法org.objectweb.asm.ClassReader
Returns the start index of the constant pool item in b, plus one.
getItemCount() - 类 中的方法org.objectweb.asm.ClassReader
Returns the number of constant pool items in b.
getLabels() - 类 中的方法org.objectweb.asm.Attribute
Returns the labels corresponding to this attribute.
getLength() - 类 中的方法org.objectweb.asm.TypePath
Returns the length of this path.
getLong(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getMaxStringLength() - 类 中的方法org.objectweb.asm.ClassReader
Returns the maximum length of the strings contained in the constant pool of the class.
getMethodDescriptor(Type, Type...) - 类 中的静态方法org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodNames() - 类 中的方法com.blade.reflectasm.MethodAccess
 
getMethodType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the given method descriptor.
getMethodType(Type, Type...) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java method type corresponding to the given argument and return types.
getName() - 类 中的方法org.objectweb.asm.Handle
Returns the name of the field or method designated by this handle.
getObjectType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the given internal name.
getOffset() - 类 中的方法org.objectweb.asm.Label
Returns the offset corresponding to this label.
getOpcode(int) - 类 中的方法org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOwner() - 类 中的方法org.objectweb.asm.Handle
Returns the internal name of the class that owns the field or method designated by this handle.
getParameterTypes() - 类 中的方法com.blade.reflectasm.MethodAccess
 
getReturnType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnType() - 类 中的方法org.objectweb.asm.Type
Returns the return type of methods of this type.
getReturnTypes() - 类 中的方法com.blade.reflectasm.MethodAccess
 
getShort(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getSize() - 类 中的方法org.objectweb.asm.Type
Returns the size of values of this type.
getSort() - 类 中的方法org.objectweb.asm.Type
Returns the sort of this Java type.
getSort() - 类 中的方法org.objectweb.asm.TypeReference
Returns the sort of this type reference.
GETSTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
getStep(int) - 类 中的方法org.objectweb.asm.TypePath
Returns the value of the given step of this path.
getStepArgument(int) - 类 中的方法org.objectweb.asm.TypePath
Returns the index of the type argument that the given step is stepping into.
getString(Object, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
getSuperName() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal of name of the super class (see getInternalName).
getSuperTypeIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the "super type" of a class that is referenced by this type reference.
getTag() - 类 中的方法org.objectweb.asm.Handle
Returns the kind of field or method designated by this handle.
getTryCatchBlockIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the try catch block (using the order in which they are visited with visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
getType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getType(Constructor<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java method type corresponding to the given constructor.
getType(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the Java method type corresponding to the given method.
getTypeArgumentIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the type argument referenced by this type reference.
getTypeParameterBoundIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the type parameter bound, within the type parameter TypeReference.getTypeParameterIndex(), referenced by this type reference.
getTypeParameterIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the type parameter referenced by this type reference.
getValue() - 类 中的方法org.objectweb.asm.TypeReference
Returns the int encoded value of this type reference, suitable for use in visit methods related to type annotations, like visitTypeAnnotation.
GOTO - 接口 中的静态变量org.objectweb.asm.Opcodes
 

H

H_GETFIELD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_GETSTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_INVOKEINTERFACE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_INVOKESPECIAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_INVOKESTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_INVOKEVIRTUAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_NEWINVOKESPECIAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_PUTFIELD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
H_PUTSTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
Handle - org.objectweb.asm中的类
A reference to a field or a method.
Handle(int, String, String, String) - 类 的构造器org.objectweb.asm.Handle
已过时。
this constructor has been superseded by Handle.Handle(int, String, String, String, boolean).
Handle(int, String, String, String, boolean) - 类 的构造器org.objectweb.asm.Handle
Constructs a new field or method handle.
hashCode() - 类 中的方法org.objectweb.asm.Handle
 
hashCode() - 类 中的方法org.objectweb.asm.Type
Returns a hash code value for this type.
header - 类 中的变量org.objectweb.asm.ClassReader
Start index of the class header information (access, name...) in b.

I

I2B - 接口 中的静态变量org.objectweb.asm.Opcodes
 
I2C - 接口 中的静态变量org.objectweb.asm.Opcodes
 
I2D - 接口 中的静态变量org.objectweb.asm.Opcodes
 
I2F - 接口 中的静态变量org.objectweb.asm.Opcodes
 
I2L - 接口 中的静态变量org.objectweb.asm.Opcodes
 
I2S - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IADD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IAND - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_0 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_3 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_4 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_5 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ICONST_M1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IDIV - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ACMPEQ - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ACMPNE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPEQ - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPGE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPGT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPLE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPLT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IF_ICMPNE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFEQ - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFGE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFGT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFLE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFLT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFNE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFNONNULL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IFNULL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IINC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ILOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IMUL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INEG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
info - 类 中的变量org.objectweb.asm.Label
Field used to associate user information to a label.
INNER_TYPE - 类 中的静态变量org.objectweb.asm.TypePath
A type path step that steps into the nested type of a class type.
INSTANCEOF - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INSTANCEOF - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type declared in an 'instanceof' instruction.
INT - 类 中的静态变量org.objectweb.asm.Type
The sort of the int type.
INT_TYPE - 类 中的静态变量org.objectweb.asm.Type
The int type.
INTEGER - 接口 中的静态变量org.objectweb.asm.Opcodes
 
invoke(Object, int, Object...) - 类 中的方法com.blade.reflectasm.MethodAccess
 
invoke(Object, String, Class[], Object...) - 类 中的方法com.blade.reflectasm.MethodAccess
Invokes the method with the specified name and the specified param types.
invoke(Object, String, Object...) - 类 中的方法com.blade.reflectasm.MethodAccess
Invokes the first method with the specified name and the specified number of arguments.
INVOKEDYNAMIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INVOKEINTERFACE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INVOKESPECIAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INVOKESTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
INVOKEVIRTUAL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
invokeWithCache(Object, String, Object...) - 类 中的方法com.blade.reflectasm.MethodAccess
 
IOR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IREM - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IRETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
isCodeAttribute() - 类 中的方法org.objectweb.asm.Attribute
Returns true if this type of attribute is a code attribute.
ISHL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ISHR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
isInterface() - 类 中的方法org.objectweb.asm.Handle
Returns true if the owner of the field or method designated by this handle is an interface.
isNonStaticMemberClass() - 类 中的方法com.blade.reflectasm.ConstructorAccess
 
ISTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ISUB - 接口 中的静态变量org.objectweb.asm.Opcodes
 
isUnknown() - 类 中的方法org.objectweb.asm.Attribute
Returns true if this type of attribute is unknown.
IUSHR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
IXOR - 接口 中的静态变量org.objectweb.asm.Opcodes
 

J

JSR - 接口 中的静态变量org.objectweb.asm.Opcodes
 

L

L2D - 接口 中的静态变量org.objectweb.asm.Opcodes
 
L2F - 接口 中的静态变量org.objectweb.asm.Opcodes
 
L2I - 接口 中的静态变量org.objectweb.asm.Opcodes
 
Label - org.objectweb.asm中的类
A label represents a position in the bytecode of a method.
Label() - 类 的构造器org.objectweb.asm.Label
Constructs a new label.
LADD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LAND - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LCMP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LCONST_0 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LCONST_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LDC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LDIV - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LLOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LMUL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LNEG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LOCAL_VARIABLE - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of a local variable in a method.
LONG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LONG - 类 中的静态变量org.objectweb.asm.Type
The sort of the long type.
LONG_TYPE - 类 中的静态变量org.objectweb.asm.Type
The long type.
LOOKUPSWITCH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LOR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LREM - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LRETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LSHL - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LSHR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LSTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LSUB - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LUSHR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
LXOR - 接口 中的静态变量org.objectweb.asm.Opcodes
 

M

METHOD - 类 中的静态变量org.objectweb.asm.Type
The sort of method types.
METHOD_FORMAL_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of a formal parameter of a method.
METHOD_INVOCATION_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method call.
METHOD_RECEIVER - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the receiver type of a method.
METHOD_REFERENCE - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the receiver type of a method reference.
METHOD_REFERENCE_TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method reference.
METHOD_RETURN - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the return type of a method.
METHOD_TYPE_PARAMETER - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a type parameter of a generic method.
METHOD_TYPE_PARAMETER_BOUND - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic method.
MethodAccess - com.blade.reflectasm中的类
 
MethodAccess() - 类 的构造器com.blade.reflectasm.MethodAccess
 
MethodVisitor - org.objectweb.asm中的类
A visitor to visit a Java method.
MethodVisitor(int) - 类 的构造器org.objectweb.asm.MethodVisitor
Constructs a new MethodVisitor.
MethodVisitor(int, MethodVisitor) - 类 的构造器org.objectweb.asm.MethodVisitor
Constructs a new MethodVisitor.
MONITORENTER - 接口 中的静态变量org.objectweb.asm.Opcodes
 
MONITOREXIT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
MULTIANEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
 
mv - 类 中的变量org.objectweb.asm.MethodVisitor
The method visitor to which this visitor must delegate method calls.

N

NEW - 接口 中的静态变量org.objectweb.asm.Opcodes
 
NEW - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of the object created by a 'new' instruction.
NEWARRAY - 接口 中的静态变量org.objectweb.asm.Opcodes
 
newClass(String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newExceptionReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to the type of an exception, in a 'throws' clause of a method.
newField(String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newFormalParameterReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to the type of a formal parameter of a method.
newHandle(int, String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
已过时。
newHandle(int, String, String, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a handle to the constant pool of the class being build.
newInstance() - 类 中的方法com.blade.reflectasm.ConstructorAccess
Constructor for top-level classes and static nested classes.
newInstance(Object) - 类 中的方法com.blade.reflectasm.ConstructorAccess
Constructor for inner classes (non-static nested classes).
newInvokeDynamic(String, String, Handle, Object...) - 类 中的方法org.objectweb.asm.ClassWriter
Adds an invokedynamic reference to the constant pool of the class being build.
newMethod(String, String, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethodType(String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a method type reference to the constant pool of the class being build.
newNameType(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newSuperTypeReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
newTryCatchReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
newTypeArgumentReference(int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to the type of a type argument in a constructor or method call or reference.
newTypeParameterBoundReference(int, int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to a type parameter bound of a generic class or method.
newTypeParameterReference(int, int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a reference to a type parameter of a generic class or method.
newTypeReference(int) - 类 中的静态方法org.objectweb.asm.TypeReference
Returns a type reference of the given sort.
newUTF8(String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
NOP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
NULL - 接口 中的静态变量org.objectweb.asm.Opcodes
 

O

OBJECT - 类 中的静态变量org.objectweb.asm.Type
The sort of object reference types.
Opcodes - org.objectweb.asm中的接口
Defines the JVM opcodes, access flags and array type codes.
org.objectweb.asm - 程序包 org.objectweb.asm
 

P

POP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
POP2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
PublicConstructorAccess - com.blade.reflectasm中的类
 
PublicConstructorAccess() - 类 的构造器com.blade.reflectasm.PublicConstructorAccess
 
putByte(int) - 类 中的方法org.objectweb.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - 类 中的方法org.objectweb.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
putInt(int) - 类 中的方法org.objectweb.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - 类 中的方法org.objectweb.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - 类 中的方法org.objectweb.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - 接口 中的静态变量org.objectweb.asm.Opcodes
 
putUTF8(String) - 类 中的方法org.objectweb.asm.ByteVector
Puts an UTF8 string into this byte vector.

R

read(ClassReader, int, int, char[], int, Label[]) - 类 中的方法org.objectweb.asm.Attribute
Reads a type attribute.
readByte(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a byte value in b.
readClass(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a numeric or string constant pool item in b.
readInt(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed int value in b.
readLabel(int, Label[]) - 类 中的方法org.objectweb.asm.ClassReader
Returns the label corresponding to the given offset.
readLong(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed long value in b.
readShort(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed short value in b.
readUnsignedShort(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads an unsigned short value in b.
readUTF8(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads an UTF8 string constant pool item in b.
RESOURCE_VARIABLE - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of a resource variable in a method.
RET - 接口 中的静态变量org.objectweb.asm.Opcodes
 
RETURN - 接口 中的静态变量org.objectweb.asm.Opcodes
 

S

SALOAD - 接口 中的静态变量org.objectweb.asm.Opcodes
 
SASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
set(Object, String, Object) - 类 中的方法com.blade.reflectasm.FieldAccess
 
set(Object, int, Object) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setBoolean(Object, int, boolean) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setByte(Object, int, byte) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setChar(Object, int, char) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setDouble(Object, int, double) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setFields(Field[]) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setFloat(Object, int, float) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setInt(Object, int, int) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setLong(Object, int, long) - 类 中的方法com.blade.reflectasm.FieldAccess
 
setShort(Object, int, short) - 类 中的方法com.blade.reflectasm.FieldAccess
 
SHORT - 类 中的静态变量org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - 类 中的静态变量org.objectweb.asm.Type
The short type.
SIPUSH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
SKIP_CODE - 类 中的静态变量org.objectweb.asm.ClassReader
Flag to skip method code.
SKIP_DEBUG - 类 中的静态变量org.objectweb.asm.ClassReader
Flag to skip the debug information in the class.
SKIP_FRAMES - 类 中的静态变量org.objectweb.asm.ClassReader
Flag to skip the stack map frames in the class.
SWAP - 接口 中的静态变量org.objectweb.asm.Opcodes
 

T

T_BOOLEAN - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_BYTE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_CHAR - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_DOUBLE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_FLOAT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_INT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_LONG - 接口 中的静态变量org.objectweb.asm.Opcodes
 
T_SHORT - 接口 中的静态变量org.objectweb.asm.Opcodes
 
TABLESWITCH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
THROWS - 类 中的静态变量org.objectweb.asm.TypeReference
The sort of type references that target the type of an exception declared in the throws clause of a method.
toByteArray() - 类 中的方法org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
TOP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
toString() - 类 中的方法org.objectweb.asm.Handle
Returns the textual representation of this handle.
toString() - 类 中的方法org.objectweb.asm.Label
Returns a string representation of this label.
toString() - 类 中的方法org.objectweb.asm.Type
Returns a string representation of this type.
toString() - 类 中的方法org.objectweb.asm.TypePath
Returns a string representation of this type path.
type - 类 中的变量org.objectweb.asm.Attribute
The type of this attribute.
Type - org.objectweb.asm中的类
A Java field or method type.
TYPE_ARGUMENT - 类 中的静态变量org.objectweb.asm.TypePath
A type path step that steps into a type argument of a generic type.
TypePath - org.objectweb.asm中的类
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
TypeReference - org.objectweb.asm中的类
A reference to a type appearing in a class, field or method declaration, or on an instruction.
TypeReference(int) - 类 的构造器org.objectweb.asm.TypeReference
Creates a new TypeReference.

U

UNINITIALIZED_THIS - 接口 中的静态变量org.objectweb.asm.Opcodes
 

V

V1_1 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_3 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_4 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_5 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_6 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_7 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V1_8 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
visit(String, Object) - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits a primitive value of the annotation.
visit(int, int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitAnnotation(String, String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.FieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation of this method.
visitAnnotationDefault() - 类 中的方法org.objectweb.asm.MethodVisitor
Visits the default value of this annotation interface method.
visitArray(String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits an array value of the annotation.
visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.FieldVisitor
Visits a non standard attribute of the field.
visitAttribute(Attribute) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a non standard attribute of this method.
visitCode() - 类 中的方法org.objectweb.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e. non abstract method).
visitEnd() - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits the end of the annotation.
visitEnd() - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - 类 中的方法org.objectweb.asm.ClassWriter
 
visitEnd() - 类 中的方法org.objectweb.asm.FieldVisitor
Visits the end of the field.
visitEnd() - 类 中的方法org.objectweb.asm.MethodVisitor
Visits the end of the method.
visitEnum(String, String, String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitField(int, String, String, String, Object) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, String, Object) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitFieldInsn(int, String, String, String) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a field instruction.
visitFrame(int, int, Object[], int, Object[]) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits the current state of the local variables and operand stack elements.
visitIincInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an IINC instruction.
visitInnerClass(String, String, String, int) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitInsn(int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a zero operand instruction.
visitInsnAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation on an instruction.
visitIntInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an instruction with a single int operand.
visitInvokeDynamicInsn(String, String, Handle, Object...) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an invokedynamic instruction.
visitJumpInsn(int, Label) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a jump instruction.
visitLabel(Label) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a label.
visitLdcInsn(Object) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a LDC instruction.
visitLineNumber(int, Label) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a line number declaration.
visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a local variable declaration.
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation on a local variable type.
visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a LOOKUPSWITCH instruction.
visitMaxs(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMethod(int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitMethodInsn(int, String, String, String) - 类 中的方法org.objectweb.asm.MethodVisitor
已过时。
visitMethodInsn(int, String, String, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a method instruction.
visitMultiANewArrayInsn(String, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitParameter(String, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a parameter of this method.
visitParameterAnnotation(int, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation of a parameter this method.
visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitTableSwitchInsn(int, int, Label, Label...) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a TABLESWITCH instruction.
visitTryCatchAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation on an exception handler type.
visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a try catch block.
visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits an annotation on a type in the class signature.
visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.FieldVisitor
Visits an annotation on the type of the field.
visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits an annotation on a type in the method signature.
visitTypeInsn(int, String) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a type instruction.
visitVarInsn(int, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a local variable instruction.
VOID - 类 中的静态变量org.objectweb.asm.Type
The sort of the void type.
VOID_TYPE - 类 中的静态变量org.objectweb.asm.Type
The void type.

W

WILDCARD_BOUND - 类 中的静态变量org.objectweb.asm.TypePath
A type path step that steps into the bound of a wildcard type.
write(ClassWriter, byte[], int, int, int) - 类 中的方法org.objectweb.asm.Attribute
Returns the byte array form of this attribute.
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.