Uses of Class
org.objectweb.asm.TypePath
-
Packages that use TypePath Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework.org.objectweb.asm.commons Provides some useful class and method adapters.org.objectweb.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits.org.objectweb.asm.util Provides ASM visitors that can be useful for programming and debugging purposes. -
-
Uses of TypePath in org.objectweb.asm
Fields in org.objectweb.asm declared as TypePath Modifier and Type Field Description (package private) TypePath
Context. currentTypeAnnotationTargetPath
The target_path of the current type annotation target.Methods in org.objectweb.asm that return TypePath Modifier and Type Method Description static TypePath
TypePath. fromString(java.lang.String typePath)
Converts a type path in string form, in the format used bytoString()
, into a TypePath object.Methods in org.objectweb.asm with parameters of type TypePath Modifier and Type Method Description (package private) static AnnotationWriter
AnnotationWriter. create(SymbolTable symbolTable, int typeRef, TypePath typePath, java.lang.String descriptor, AnnotationWriter previousAnnotation)
Creates a newAnnotationWriter
using named values.(package private) static void
TypePath. put(TypePath typePath, ByteVector output)
Puts the type_path JVMS structure corresponding to the given TypePath into the given ByteVector.AnnotationVisitor
MethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on an instruction.AnnotationVisitor
MethodWriter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
Visits an annotation on a local variable type.AnnotationVisitor
MethodWriter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on an exception handler type.AnnotationVisitor
MethodWriter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
ClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the class signature.AnnotationVisitor
ClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
FieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on the type of the field.AnnotationVisitor
FieldWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the method signature.AnnotationVisitor
MethodWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
RecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the record component signature.AnnotationVisitor
RecordComponentWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
-
Uses of TypePath in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type TypePath Modifier and Type Method Description AnnotationVisitor
MethodRemapper. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
LocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodRemapper. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodRemapper. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
ClassRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
FieldRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
RecordComponentRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
-
Uses of TypePath in org.objectweb.asm.tree
Fields in org.objectweb.asm.tree declared as TypePath Modifier and Type Field Description TypePath
TypeAnnotationNode. typePath
The path to the annotated type argument, wildcard bound, array element type, or static outer type within the referenced type.Methods in org.objectweb.asm.tree with parameters of type TypePath Modifier and Type Method Description AnnotationVisitor
MethodNode. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodNode. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodNode. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
ClassNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
FieldNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
MethodNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
RecordComponentNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Constructors in org.objectweb.asm.tree with parameters of type TypePath Constructor Description LocalVariableAnnotationNode(int api, int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, java.lang.String descriptor)
Constructs a newLocalVariableAnnotationNode
.LocalVariableAnnotationNode(int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, java.lang.String descriptor)
Constructs a newLocalVariableAnnotationNode
.TypeAnnotationNode(int api, int typeRef, TypePath typePath, java.lang.String descriptor)
Constructs a newAnnotationNode
.TypeAnnotationNode(int typeRef, TypePath typePath, java.lang.String descriptor)
Constructs a newAnnotationNode
. -
Uses of TypePath in org.objectweb.asm.util
Methods in org.objectweb.asm.util with parameters of type TypePath Modifier and Type Method Description ASMifier
ASMifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Class type annotation.Printer
Textifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Field type annotation.Printer
Textifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Instruction type annotation.Printer
Textifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
ASMifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
Printer
Printer. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
Local variable type annotation.Printer
Textifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Method type annotation.Printer
Textifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits an annotation on a type in the record component signature.Printer
Textifier. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Printer
Printer. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Try catch block type annotation.Printer
Textifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
ASMifier
ASMifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits a class, field or method type annotation.ASMifier
ASMifier. visitTypeAnnotation(java.lang.String method, int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Visits a class, field, method, instruction or try catch block type annotation.AnnotationVisitor
CheckClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
CheckRecordComponentAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Textifier
Textifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
Prints a disassembled view of the given type annotation.AnnotationVisitor
TraceClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
AnnotationVisitor
TraceRecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
-