| Package | Description | 
|---|---|
| org.datanucleus.enhancer | 
 
        DataNucleus ByteCode enhancer framework. 
 | 
| org.datanucleus.enhancer.asm | 
 ASM v5.1 : a small and fast bytecode manipulation framework. 
 | 
| 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. 
 | 
| 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. | 
Copyright © 2018. All rights reserved.