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 TypePathTypePath. 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 AnnotationVisitorMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on an instruction.AnnotationVisitorMethodVisitor. 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.AnnotationVisitorMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on an exception handler type.AnnotationVisitorClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on a type in the class signature.AnnotationVisitorClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Visits an annotation on the type of the field.AnnotationVisitorMethodVisitor. 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 AnnotationVisitorMethodRemapper. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorRemappingMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Deprecated.AnnotationVisitorLocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorMethodRemapper. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorRemappingMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)Deprecated.AnnotationVisitorMethodRemapper. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorRemappingMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Deprecated.AnnotationVisitorClassRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorFieldRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorMethodRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorRemappingClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Deprecated.AnnotationVisitorRemappingFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Deprecated.AnnotationVisitorRemappingMethodAdapter. 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 TypePathTypeAnnotationNode. typePathThe 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 AnnotationVisitorMethodNode. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorMethodNode. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorMethodNode. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorClassNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorFieldNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorMethodNode. 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 ASMifierASMifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterPrinter. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Class type annotation.PrinterTextifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)ASMifierASMifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterPrinter. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Field type annotation.PrinterTextifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)ASMifierASMifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorCheckMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterPrinter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Instruction type annotation.PrinterTextifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorTraceMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterASMifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorCheckMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)PrinterPrinter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)Local variable type annotation.PrinterTextifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorTraceMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)ASMifierASMifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterPrinter. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Method type annotation.PrinterTextifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)ASMifierASMifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorCheckMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)PrinterPrinter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Try catch block type annotation.PrinterTextifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorTraceMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)ASMifierASMifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)ASMifierASMifier. visitTypeAnnotation(java.lang.String method, int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorCheckClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorCheckFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorCheckMethodAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)TextifierTextifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)Prints a disassembled view of the given type annotation.AnnotationVisitorTraceClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorTraceFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorTraceMethodVisitor. 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 AnnotationVisitorSAXCodeAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorSAXCodeAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String desc, boolean visible)AnnotationVisitorSAXCodeAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorSAXClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorSAXCodeAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)AnnotationVisitorSAXFieldAdapter. 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)
-