|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypePath | |
|---|---|
| jersey.repackaged.org.objectweb.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of TypePath in jersey.repackaged.org.objectweb.asm |
|---|
| Methods in jersey.repackaged.org.objectweb.asm that return TypePath | |
|---|---|
static TypePath |
TypePath.fromString(java.lang.String typePath)
Converts a type path in string form, in the format used by toString(), into a TypePath object. |
| Methods in jersey.repackaged.org.objectweb.asm with parameters of type TypePath | |
|---|---|
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 |
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. |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||