| 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 FieldVisitor |
FieldVisitor.fv
The field visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
ClassWriter.visitField(int access,
String name,
String desc,
String signature,
Object value) |
FieldVisitor |
ClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visits a field of the class.
|
| Constructor and Description |
|---|
FieldVisitor(int api,
FieldVisitor fv)
Constructs a new
FieldVisitor. |
| Modifier and Type | Method and Description |
|---|---|
FieldVisitor |
JDOClassChecker.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visit a field of the class.
|
FieldVisitor |
JDOClassEnhancer.MyClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value) |
FieldVisitor |
JDOClassAdapter.visitField(int access,
String name,
String desc,
String signature,
Object value)
Method called when a field of the class is visited.
|
Copyright © 2013. All Rights Reserved.