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) TypePathContext. currentTypeAnnotationTargetPathThe target_path of the current type annotation target.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 (package private) static AnnotationWriterAnnotationWriter. create(SymbolTable symbolTable, int typeRef, TypePath typePath, java.lang.String descriptor, AnnotationWriter previousAnnotation)Creates a newAnnotationWriterusing named values.(package private) static voidTypePath. put(TypePath typePath, ByteVector output)Puts the type_path JVMS structure corresponding to the given TypePath into the given ByteVector.AnnotationVisitorMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on an instruction.AnnotationVisitorMethodWriter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodVisitor. 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.AnnotationVisitorMethodWriter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on an exception handler type.AnnotationVisitorMethodWriter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on a type in the class signature.AnnotationVisitorClassWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on the type of the field.AnnotationVisitorFieldWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on a type in the method signature.AnnotationVisitorMethodWriter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorRecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on a type in the record component signature.AnnotationVisitorRecordComponentWriter. 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 AnnotationVisitorMethodRemapper. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorLocalVariablesSorter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorClassRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorFieldRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodRemapper. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorRecordComponentRemapper. 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 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 descriptor, boolean visible)AnnotationVisitorMethodNode. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodNode. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorClassNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorFieldNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorMethodNode. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorRecordComponentNode. 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 ASMifierASMifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Class type annotation.PrinterTextifier. visitClassTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Field type annotation.PrinterTextifier. visitFieldTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckMethodAdapter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Instruction type annotation.PrinterTextifier. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceMethodVisitor. visitInsnAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterASMifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckMethodAdapter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)PrinterPrinter. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)Local variable type annotation.PrinterTextifier. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceMethodVisitor. visitLocalVariableAnnotation(int typeRef, TypePath typePath, Label[] start, Label[] end, int[] index, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Method type annotation.PrinterTextifier. visitMethodTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits an annotation on a type in the record component signature.PrinterTextifier. visitRecordComponentTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckMethodAdapter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)PrinterPrinter. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Try catch block type annotation.PrinterTextifier. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceMethodVisitor. visitTryCatchAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)ASMifierASMifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Visits a class, field or method type annotation.ASMifierASMifier. 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.AnnotationVisitorCheckClassAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckFieldAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckMethodAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorCheckRecordComponentAdapter. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)TextifierTextifier. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)Prints a disassembled view of the given type annotation.AnnotationVisitorTraceClassVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceFieldVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceMethodVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)AnnotationVisitorTraceRecordComponentVisitor. visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String descriptor, boolean visible)
-