| Package | Description |
|---|---|
| org.datanucleus.asm |
ASM v5.0 : a small and fast bytecode manipulation framework.
|
| org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
| 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 |
EnhancerClassAdapter.visitField(int access,
String name,
String desc,
String signature,
Object value)
Method called when a field of the class is visited.
|
FieldVisitor |
ClassEnhancerImpl.MyClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value) |
FieldVisitor |
EnhancerClassChecker.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visit a field of the class.
|
Copyright © 2017. All rights reserved.