| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm | |
| org.eclipse.persistence.internal.libraries.asm.commons | |
| org.eclipse.persistence.internal.libraries.asm.tree |
| 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 |
RecordComponentVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the record component signature.
|
AnnotationVisitor |
MethodVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the method signature.
|
AnnotationVisitor |
FieldVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on the type of the field.
|
AnnotationVisitor |
ClassWriter.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
ClassVisitor.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Visits an annotation on a type in the class signature.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
MethodRemapper.visitInsnAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible) |
AnnotationVisitor |
LocalVariablesSorter.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
RecordComponentRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
FieldRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
ClassRemapper.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
| Modifier and Type | Field and Description |
|---|---|
TypePath |
TypeAnnotationNode.typePath
The path to the annotated type argument, wildcard bound, array element type, or static outer
type within the referenced type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
MethodNode.visitInsnAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodNode.visitLocalVariableAnnotation(int typeRef,
TypePath typePath,
Label[] start,
Label[] end,
int[] index,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodNode.visitTryCatchAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
RecordComponentNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
MethodNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
FieldNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
AnnotationVisitor |
ClassNode.visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible) |
| Constructor and Description |
|---|
LocalVariableAnnotationNode(int api,
int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String descriptor)
Constructs a new
LocalVariableAnnotationNode. |
LocalVariableAnnotationNode(int typeRef,
TypePath typePath,
LabelNode[] start,
LabelNode[] end,
int[] index,
String descriptor)
Constructs a new
LocalVariableAnnotationNode. |
TypeAnnotationNode(int api,
int typeRef,
TypePath typePath,
String descriptor)
Constructs a new
AnnotationNode. |
TypeAnnotationNode(int typeRef,
TypePath typePath,
String descriptor)
Constructs a new
AnnotationNode. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.