Package | Description |
---|---|
jersey.repackaged.org.objectweb.asm |
Modifier and Type | Method and Description |
---|---|
static TypePath |
TypePath.fromString(String typePath)
Converts a type path in string form, in the format used by
toString() , into a TypePath
object. |
Modifier and Type | Method and Description |
---|---|
AnnotationVisitor |
MethodVisitor.visitInsnAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on an instruction.
|
AnnotationVisitor |
MethodVisitor.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible)
Visits an annotation on a local variable type.
|
AnnotationVisitor |
MethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on an exception handler type.
|
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the class signature.
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on the type of the field.
|
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the method signature.
|
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.