Package | Description |
---|---|
org.eclipse.sisu.space.asm |
Modifier and Type | Field and Description |
---|---|
(package private) TypePath |
Context.typePath
The path of the type annotation currently being parsed.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
AnnotationWriter.putTarget(int typeRef,
TypePath typePath,
ByteVector out)
Puts the given type reference and type path into the given bytevector.
|
AnnotationVisitor |
MethodWriter.visitInsnAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible) |
AnnotationVisitor |
MethodVisitor.visitInsnAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Visits an annotation on an instruction.
|
AnnotationVisitor |
MethodWriter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
java.lang.String desc,
boolean visible) |
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 |
MethodWriter.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible) |
AnnotationVisitor |
MethodVisitor.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Visits an annotation on an exception handler type.
|
AnnotationVisitor |
MethodWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible) |
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Visits an annotation on a type in the class signature.
|
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Visits an annotation on a type in the method signature.
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Visits an annotation on the type of the field.
|
AnnotationVisitor |
FieldWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible) |
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible) |