跳过导航链接
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_MODULE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_NATIVE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ACC_OPEN - 接口 中的静态变量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_STATIC_PHASE - 接口 中的静态变量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_TRANSITIVE - 接口 中的静态变量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 JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(ClassVisitor, Attribute[], int) - 类 中的方法org.objectweb.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(SignatureVisitor) - 类 中的方法org.objectweb.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
acceptType(SignatureVisitor) - 类 中的方法org.objectweb.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
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.
api - 类 中的变量org.objectweb.asm.ModuleVisitor
The ASM API version implemented by this visitor.
api - 类 中的变量org.objectweb.asm.signature.SignatureVisitor
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
 
ASM6 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ASM7_EXPERIMENTAL - 接口 中的静态变量org.objectweb.asm.Opcodes
已过时。
This API is experimental.
ASMUtils - com.hellokaton.blade.asm中的类
ASMUtils
ASMUtils() - 类 的构造器com.hellokaton.blade.asm.ASMUtils
 
ASTORE - 接口 中的静态变量org.objectweb.asm.Opcodes
 
ATHROW - 接口 中的静态变量org.objectweb.asm.Opcodes
 
Attribute - org.objectweb.asm中的类
A non standard class, field, method or code attribute, as defined in the Java Virtual Machine Specification (JVMS).
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
A byte array containing the JVMS ClassFile structure 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 capacity.
ByteVector(int) - 类 的构造器org.objectweb.asm.ByteVector
Constructs a new ByteVector with the given initial capacity.

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 parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
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 a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
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.hellokaton.blade.asm - 程序包 com.hellokaton.blade.asm
 
com.hellokaton.blade.asm.method - 程序包 com.hellokaton.blade.asm.method
 
COMPUTE_FRAMES - 类 中的静态变量org.objectweb.asm.ClassWriter
A flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - 类 中的静态变量org.objectweb.asm.ClassWriter
A flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
ConstantDynamic - org.objectweb.asm中的类
已过时。
This API is experimental.
ConstantDynamic(String, String, Handle, Object...) - 类 的构造器org.objectweb.asm.ConstantDynamic
已过时。
Constructs a new ConstantDynamic.
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.hellokaton.blade.asm中的类
 
ConstructorAccess() - 类 的构造器com.hellokaton.blade.asm.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

EmptyClassVisitor - com.hellokaton.blade.asm.method中的类
Empty class visitor.
EmptyClassVisitor() - 类 的构造器com.hellokaton.blade.asm.method.EmptyClassVisitor
 
EmptyMethodVisitor - com.hellokaton.blade.asm.method中的类
Empty method visitor.
EmptyMethodVisitor() - 类 的构造器com.hellokaton.blade.asm.method.EmptyMethodVisitor
 
equals(Object) - 类 中的方法org.objectweb.asm.ConstantDynamic
已过时。
 
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
A flag to expand the stack map frames.
EXTENDS - 类 中的静态变量org.objectweb.asm.signature.SignatureVisitor
Wildcard for an "extends" type argument.

F

F2D - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F2I - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F2L - 接口 中的静态变量org.objectweb.asm.Opcodes
 
F_APPEND - 接口 中的静态变量org.objectweb.asm.Opcodes
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
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
A compressed frame with complete frame data.
F_NEW - 接口 中的静态变量org.objectweb.asm.Opcodes
An expanded frame.
F_SAME - 接口 中的静态变量org.objectweb.asm.Opcodes
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - 接口 中的静态变量org.objectweb.asm.Opcodes
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.hellokaton.blade.asm中的类
 
FieldAccess() - 类 的构造器com.hellokaton.blade.asm.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.
findMethodParmeterNames(Method) - 类 中的静态方法com.hellokaton.blade.asm.ASMUtils
 
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.hellokaton.blade.asm.ConstructorAccess
 
get(Object, String) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
get(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
get(Class) - 类 中的静态方法com.hellokaton.blade.asm.FieldAccess
 
get(Class, List<Method>) - 类 中的静态方法com.hellokaton.blade.asm.MethodAccess
 
get(Class) - 类 中的静态方法com.hellokaton.blade.asm.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 Type values corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the Type values 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.hellokaton.blade.asm.FieldAccess
 
getBootstrapMethod() - 类 中的方法org.objectweb.asm.ConstantDynamic
已过时。
Returns the bootstrap method used to compute the value of this constant.
getBootstrapMethodArguments() - 类 中的方法org.objectweb.asm.ConstantDynamic
已过时。
Returns the arguments to pass to the bootstrap method, in order to compute the value of this constant.
getByte(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getChar(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getClassName() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal name of the class (see Type.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.ConstantDynamic
已过时。
Returns the type of this constant.
getDescriptor() - 类 中的方法org.objectweb.asm.Type
Returns the descriptor corresponding to this type.
getDescriptor(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the descriptor corresponding to the given class.
getDimensions() - 类 中的方法org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getDouble(Object, int) - 类 中的方法com.hellokaton.blade.asm.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.hellokaton.blade.asm.FieldAccess
 
getFieldNames() - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getFields() - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getFieldTypes() - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getFloat(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getFormalParameterIndex() - 类 中的方法org.objectweb.asm.TypeReference
Returns the index of the formal parameter whose type is referenced by this type reference.
getIndex(String) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getIndex(Field) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getIndex(String) - 类 中的方法com.hellokaton.blade.asm.MethodAccess
Returns the index of the first method with the specified name.
getIndex(String, Class...) - 类 中的方法com.hellokaton.blade.asm.MethodAccess
Returns the index of the first method with the specified name and param types.
getIndex(String, int) - 类 中的方法com.hellokaton.blade.asm.MethodAccess
Returns the index of the first method with the specified name and the specified number of arguments.
getInt(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getInterfaces() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal names of the implemented interfaces (see Type.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 offset in ClassReader.b of a JVMS 'cp_info' structure (i.e. a constant pool entry), plus one.
getItemCount() - 类 中的方法org.objectweb.asm.ClassReader
Returns the number of entries in the class's constant pool table.
getLabels() - 类 中的方法org.objectweb.asm.Attribute
Returns the labels corresponding to this attribute.
getLength() - 类 中的方法org.objectweb.asm.TypePath
Returns the length of this path, i.e. its number of steps.
getLong(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getMaxStringLength() - 类 中的方法org.objectweb.asm.ClassReader
Returns a conservative estimate of the maximum length of the strings contained in the class's constant pool table.
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.hellokaton.blade.asm.MethodAccess
 
getMethodType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Type corresponding to the given method descriptor.
getMethodType(Type, Type...) - 类 中的静态方法org.objectweb.asm.Type
Returns the method Type corresponding to the given argument and return types.
getName() - 类 中的方法com.hellokaton.blade.asm.method.MethodParameter
Returns method parameter name.
getName() - 类 中的方法org.objectweb.asm.ConstantDynamic
已过时。
Returns the name of this constant.
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 Type corresponding to the given internal name.
getOffset() - 类 中的方法org.objectweb.asm.Label
Returns the bytecode offset corresponding to this label.
getOpcode(int) - 类 中的方法org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this 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.hellokaton.blade.asm.MethodAccess
 
getParamNames() - 类 中的方法com.hellokaton.blade.asm.method.MethodVisitor
Returns method parameters once when method is parsed.
getReturnType(String) - 类 中的静态方法org.objectweb.asm.Type
Returns the Type corresponding to the return type of the given method descriptor.
getReturnType(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the 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.hellokaton.blade.asm.MethodAccess
 
getShort(Object, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
getSignature() - 类 中的方法com.hellokaton.blade.asm.method.MethodParameter
Returns method parameter signature.
getSize() - 类 中的方法org.objectweb.asm.Type
Returns the size of values of this type.
getSort() - 类 中的方法org.objectweb.asm.Type
Returns the sort of this 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.hellokaton.blade.asm.FieldAccess
 
getSuperName() - 类 中的方法org.objectweb.asm.ClassReader
Returns the internal of name of the super class (see Type.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 Type corresponding to the given type descriptor.
getType(Class<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the Type corresponding to the given class.
getType(Constructor<?>) - 类 中的静态方法org.objectweb.asm.Type
Returns the method Type corresponding to the given constructor.
getType(Method) - 类 中的静态方法org.objectweb.asm.Type
Returns the 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.ConstantDynamic
已过时。
 
hashCode() - 类 中的方法org.objectweb.asm.Handle
 
hashCode() - 类 中的方法org.objectweb.asm.Type
Returns a hash code value for this type.
header - 类 中的变量org.objectweb.asm.ClassReader
The offset in bytes, in ClassReader.b, of the ClassFile's access_flags field.

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
A user managed state associated with this 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.signature.SignatureVisitor
Wildcard for a normal type argument.
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.hellokaton.blade.asm.MethodAccess
 
invoke(Object, String, Class[], Object...) - 类 中的方法com.hellokaton.blade.asm.MethodAccess
Invokes the method with the specified name and the specified param types.
invoke(Object, Method, Class[], Object...) - 类 中的方法com.hellokaton.blade.asm.MethodAccess
Invokes the method with the specified method and the specified param types.
invoke(Object, String, Object...) - 类 中的方法com.hellokaton.blade.asm.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.hellokaton.blade.asm.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.hellokaton.blade.asm.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 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.hellokaton.blade.asm中的类
 
MethodAccess() - 类 的构造器com.hellokaton.blade.asm.MethodAccess
 
MethodParameter - com.hellokaton.blade.asm.method中的类
 
MethodParameter(String, String) - 类 的构造器com.hellokaton.blade.asm.method.MethodParameter
 
MethodVisitor - com.hellokaton.blade.asm.method中的类
 
MethodVisitor(Class, String, Class[]) - 类 的构造器com.hellokaton.blade.asm.method.MethodVisitor
 
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.
ModuleVisitor - org.objectweb.asm中的类
A visitor to visit a Java module.
ModuleVisitor(int) - 类 的构造器org.objectweb.asm.ModuleVisitor
Constructs a new ModuleVisitor.
ModuleVisitor(int, ModuleVisitor) - 类 的构造器org.objectweb.asm.ModuleVisitor
Constructs a new ModuleVisitor.
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.
mv - 类 中的变量org.objectweb.asm.ModuleVisitor
The module 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.
newConstantDynamic(String, String, Handle, Object...) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a dynamic constant reference 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.hellokaton.blade.asm.ConstructorAccess
Constructor for top-level classes and static nested classes.
newInstance(Object) - 类 中的方法com.hellokaton.blade.asm.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.
newModule(String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a module 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.
newPackage(String) - 类 中的方法org.objectweb.asm.ClassWriter
Adds a package reference 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中的接口
The JVM opcodes, access flags and array type codes.
org.objectweb.asm - 程序包 org.objectweb.asm
 
org.objectweb.asm.signature - 程序包 org.objectweb.asm.signature
 

P

ParamExtractor - com.hellokaton.blade.asm.method中的类
Extracts param information from a method.
POP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
POP2 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
PublicConstructorAccess - com.hellokaton.blade.asm中的类
 
PublicConstructorAccess() - 类 的构造器com.hellokaton.blade.asm.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 Attribute.type attribute.
readByte(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a byte value in ClassReader.b.
readClass(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a CONSTANT_Class constant pool entry in ClassReader.b.
readConst(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a numeric or string constant pool entry in ClassReader.b.
readInt(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed int value in ClassReader.b.
readLabel(int, Label[]) - 类 中的方法org.objectweb.asm.ClassReader
Returns the label corresponding to the given bytecode offset.
readLong(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed long value in ClassReader.b.
readModule(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a CONSTANT_Module constant pool entry in ClassReader.b.
readPackage(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a CONSTANT_Package constant pool entry in ClassReader.b.
readShort(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads a signed short value in ClassReader.b.
readUnsignedShort(int) - 类 中的方法org.objectweb.asm.ClassReader
Reads an unsigned short value in ClassReader.b.
readUTF8(int, char[]) - 类 中的方法org.objectweb.asm.ClassReader
Reads a CONSTANT_Utf8 constant pool entry in ClassReader.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.hellokaton.blade.asm.FieldAccess
 
set(Object, int, Object) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setBoolean(Object, int, boolean) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setByte(Object, int, byte) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setChar(Object, int, char) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setDouble(Object, int, double) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setFields(Field[]) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setFloat(Object, int, float) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setInt(Object, int, int) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setLong(Object, int, long) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
setShort(Object, int, short) - 类 中的方法com.hellokaton.blade.asm.FieldAccess
 
SHORT - 类 中的静态变量org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - 类 中的静态变量org.objectweb.asm.Type
The short type.
SignatureReader - org.objectweb.asm.signature中的类
A parser for signature literals, as defined in the Java Virtual Machine Specification (JVMS), to visit them with a SignatureVisitor.
SignatureReader(String) - 类 的构造器org.objectweb.asm.signature.SignatureReader
Constructs a SignatureReader for the given signature.
SignatureVisitor - org.objectweb.asm.signature中的类
A visitor to visit a generic signature.
SignatureVisitor(int) - 类 的构造器org.objectweb.asm.signature.SignatureVisitor
Constructs a new SignatureVisitor.
SIPUSH - 接口 中的静态变量org.objectweb.asm.Opcodes
 
SKIP_CODE - 类 中的静态变量org.objectweb.asm.ClassReader
A flag to skip the Code attributes.
SKIP_DEBUG - 类 中的静态变量org.objectweb.asm.ClassReader
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable and LineNumberTable attributes.
SKIP_FRAMES - 类 中的静态变量org.objectweb.asm.ClassReader
A flag to skip the StackMap and StackMapTable attributes.
subarray(T[], int, int) - 类 中的静态方法com.hellokaton.blade.asm.method.ParamExtractor
Returns subarray.
subarray(T[], int, int, Class<T>) - 类 中的静态方法com.hellokaton.blade.asm.method.ParamExtractor
Returns subarray.
SUPER - 类 中的静态变量org.objectweb.asm.signature.SignatureVisitor
Wildcard for a "super" type argument.
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 content of the class file that was built by this ClassWriter.
TOP - 接口 中的静态变量org.objectweb.asm.Opcodes
 
toString() - 类 中的方法org.objectweb.asm.ConstantDynamic
已过时。
 
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, also called its name in the JVMS.
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
Constructs a new TypeReference.

U

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

V

V10 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V11 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
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
 
V9 - 接口 中的静态变量org.objectweb.asm.Opcodes
 
V_PREVIEW_EXPERIMENTAL - 接口 中的静态变量org.objectweb.asm.Opcodes
已过时。
This API is experimental.
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
 
visitAnnotableParameterCount(int, boolean) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits the number of method parameters that can have annotations.
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.
visitArrayType() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits a signature corresponding to an array type.
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.
visitBaseType(char) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits a signature corresponding to a primitive type.
visitClassBound() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the class bound of the last visited formal type parameter.
visitClassType(String) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Starts the visit of a signature corresponding to a class or interface type.
visitCode() - 类 中的方法org.objectweb.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e. non abstract method).
visitEnd() - 类 中的方法com.hellokaton.blade.asm.method.ParamExtractor
 
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.
visitEnd() - 类 中的方法org.objectweb.asm.ModuleVisitor
Visits the end of the module.
visitEnd() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Ends the visit of a signature corresponding to a class or interface type.
visitEnum(String, String, String) - 类 中的方法org.objectweb.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitExceptionType() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the type of a method exception.
visitExport(String, int, String...) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit an exported package of the current module.
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.
visitFormalTypeParameter(String) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits a formal type parameter.
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
 
visitInnerClassType(String) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits an inner class.
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.
visitInterface() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the type of an interface implemented by the class.
visitInterfaceBound() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits an interface bound of the last visited formal type parameter.
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) - 类 中的方法com.hellokaton.blade.asm.method.ParamExtractor
 
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.
visitMainClass(String) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit the main class of the current module.
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[]) - 类 中的方法com.hellokaton.blade.asm.method.MethodVisitor
 
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.
visitModule(String, int, String) - 类 中的方法org.objectweb.asm.ClassVisitor
Visit the module corresponding to the class.
visitModule(String, int, String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitMultiANewArrayInsn(String, int) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitNestHostExperimental(String) - 类 中的方法org.objectweb.asm.ClassVisitor
已过时。
This API is experimental.
visitNestHostExperimental(String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitNestMemberExperimental(String) - 类 中的方法org.objectweb.asm.ClassVisitor
已过时。
This API is experimental.
visitNestMemberExperimental(String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitOpen(String, int, String...) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit an open package of the current module.
visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitPackage(String) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit a package of the current module.
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.
visitParameterType() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the type of a method parameter.
visitProvide(String, String...) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit an implementation of a service.
visitRequire(String, int, String) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visits a dependence of the current module.
visitReturnType() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the return type of the method.
visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - 类 中的方法org.objectweb.asm.ClassWriter
 
visitSuperclass() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits the type of the super class.
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.
visitTypeArgument() - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits an unbounded type argument of the last visited class or inner class type.
visitTypeArgument(char) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits a type argument of the last visited class or inner class type.
visitTypeInsn(int, String) - 类 中的方法org.objectweb.asm.MethodVisitor
Visits a type instruction.
visitTypeVariable(String) - 类 中的方法org.objectweb.asm.signature.SignatureVisitor
Visits a signature corresponding to a type variable.
visitUse(String) - 类 中的方法org.objectweb.asm.ModuleVisitor
Visit a service used by the current module.
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 the content 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 © 2022. All rights reserved.