- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.