Package | Description |
---|---|
org.datanucleus.enhancer |
DataNucleus ByteCode enhancer framework.
|
org.datanucleus.enhancer.asm |
ASM v6.1.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 classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels)
Reads a
type attribute. |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attributePrototypes,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader . |
void |
ClassWriter.visitAttribute(Attribute attribute) |
void |
MethodVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of this method.
|
void |
ClassVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the class.
|
void |
FieldVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the field.
|
Copyright © 2019. All rights reserved.