| 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 | 
|---|---|
void | 
ClassEnhancerImpl.MyClassVisitor.visitAttribute(Attribute attr)  | 
void | 
EnhancerClassChecker.visitAttribute(Attribute attr)
Method to visit a non-standard attribute 
 | 
void | 
EnhancerPropertySetterAdapter.visitAttribute(Attribute arg0)  | 
void | 
EnhancerPropertyGetterAdapter.visitAttribute(Attribute arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Attribute | 
Attribute.read(ClassReader cr,
    int off,
    int len,
    char[] buf,
    int codeOff,
    Label[] labels)
Reads a  
type attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClassReader.accept(ClassVisitor classVisitor,
      Attribute[] attrs,
      int flags)
Makes the given visitor visit the Java class of this  
ClassReader. | 
void | 
ClassWriter.visitAttribute(Attribute attr)  | 
void | 
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method. 
 | 
void | 
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class. 
 | 
void | 
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field. 
 | 
Copyright © 2018. All rights reserved.