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.org.objectweb.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. -
-
Uses of TypePath in org.objectweb.asm
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 AnnotationVisitor
MethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Visits an annotation on an instruction.AnnotationVisitor
MethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
Visits an annotation on a local variable type.AnnotationVisitor
MethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Visits an annotation on an exception handler type.AnnotationVisitor
ClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Visits an annotation on a type in the class signature.AnnotationVisitor
ClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
FieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Visits an annotation on the type of the field.AnnotationVisitor
MethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Visits an annotation on a type in the method signature. -
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 desc, boolean visible)
AnnotationVisitor
RemappingMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Deprecated.AnnotationVisitor
LocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
MethodRemapper. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
RemappingMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
Deprecated.AnnotationVisitor
MethodRemapper. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
RemappingMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Deprecated.AnnotationVisitor
ClassRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
FieldRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
MethodRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
RemappingClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Deprecated.AnnotationVisitor
RemappingFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Deprecated.AnnotationVisitor
RemappingMethodAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Deprecated. -
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 desc, boolean visible)
AnnotationVisitor
MethodNode. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
MethodNode. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
ClassNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
FieldNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
MethodNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, 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 desc)
Constructs a newLocalVariableAnnotationNode
.LocalVariableAnnotationNode(int typeRef, TypePath typePath, LabelNode[] start, LabelNode[] end, int[] index, java.lang.String desc)
Constructs a newLocalVariableAnnotationNode
.TypeAnnotationNode(int api, int typeRef, TypePath typePath, java.lang.String desc)
Constructs a newAnnotationNode
.TypeAnnotationNode(int typeRef, TypePath typePath, java.lang.String desc)
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 desc, boolean visible)
Printer
Printer. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Class type annotation.Printer
Textifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Printer
Printer. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Field type annotation.Printer
Textifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Printer
Printer. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Instruction type annotation.Printer
Textifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Printer
ASMifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
Printer
Printer. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
Local variable type annotation.Printer
Textifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Printer
Printer. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Method type annotation.Printer
Textifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Printer
Printer. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Try catch block type annotation.Printer
Textifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
ASMifier
ASMifier. visitTypeAnnotation(java.lang.String method, int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
CheckMethodAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Textifier
Textifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Prints a disassembled view of the given type annotation.AnnotationVisitor
TraceClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
TraceFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
TraceMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
-
Uses of TypePath in org.objectweb.asm.xml
Methods in org.objectweb.asm.xml with parameters of type TypePath Modifier and Type Method Description AnnotationVisitor
SAXCodeAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
SAXCodeAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)
AnnotationVisitor
SAXCodeAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
SAXClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
SAXCodeAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
AnnotationVisitor
SAXFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
Constructors in org.objectweb.asm.xml with parameters of type TypePath Constructor Description SAXAnnotationAdapter(int api, SAXAdapter sa, java.lang.String elementName, int visible, java.lang.String desc, java.lang.String name, int parameter, int typeRef, TypePath typePath, java.lang.String[] start, java.lang.String[] end, int[] index)
SAXAnnotationAdapter(SAXAdapter sa, java.lang.String elementName, int visible, java.lang.String name, java.lang.String desc, int typeRef, TypePath typePath)
SAXAnnotationAdapter(SAXAdapter sa, java.lang.String elementName, int visible, java.lang.String name, java.lang.String desc, int typeRef, TypePath typePath, java.lang.String[] start, java.lang.String[] end, int[] index)
-