| Package | Description |
|---|---|
| org.datanucleus.asm |
ASM v4.1 : a small and fast bytecode manipulation framework.
|
| org.datanucleus.enhancer.jdo |
Class Enhancer for the JDO bytecode enhancement contract, using ASM.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationVisitor |
AnnotationVisitor.av
The annotation visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
ClassWriter.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
MethodVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of this method.
|
AnnotationVisitor |
FieldVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field.
|
AnnotationVisitor |
ClassVisitor.visitAnnotation(String desc,
boolean visible)
Visits an annotation of the class.
|
AnnotationVisitor |
AnnotationVisitor.visitAnnotation(String name,
String desc)
Visits a nested annotation value of the annotation.
|
AnnotationVisitor |
MethodVisitor.visitAnnotationDefault()
Visits the default value of this annotation interface method.
|
AnnotationVisitor |
AnnotationVisitor.visitArray(String name)
Visits an array value of the annotation.
|
AnnotationVisitor |
MethodVisitor.visitParameterAnnotation(int parameter,
String desc,
boolean visible)
Visits an annotation of a parameter this method.
|
| Constructor and Description |
|---|
AnnotationVisitor(int api,
AnnotationVisitor av)
Constructs a new
AnnotationVisitor. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
JDOClassChecker.visitAnnotation(String desc,
boolean visible)
Method to visit a class annotations
|
AnnotationVisitor |
JDOPropertyGetterAdapter.visitAnnotation(String arg0,
boolean arg1) |
AnnotationVisitor |
JDOPropertySetterAdapter.visitAnnotation(String arg0,
boolean arg1) |
AnnotationVisitor |
JDOClassEnhancer.MyClassVisitor.visitAnnotation(String desc,
boolean visible) |
AnnotationVisitor |
JDOPropertyGetterAdapter.visitAnnotationDefault() |
AnnotationVisitor |
JDOPropertySetterAdapter.visitAnnotationDefault() |
AnnotationVisitor |
JDOPropertyGetterAdapter.visitParameterAnnotation(int arg0,
String arg1,
boolean arg2) |
AnnotationVisitor |
JDOPropertySetterAdapter.visitParameterAnnotation(int arg0,
String arg1,
boolean arg2) |
Copyright © 2013. All Rights Reserved.