| Package | Description |
|---|---|
| io.ebean.enhance.asm |
Provides a small and fast bytecode manipulation framework.
|
| io.ebean.enhance.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| io.ebean.enhance.entity | |
| io.ebean.enhance.querybean |
| 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 |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method.
|
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field.
|
void |
ClassWriter.visitAttribute(Attribute attr) |
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class.
|
| Modifier and Type | Field and Description |
|---|---|
List<Attribute> |
MethodNode.attrs
The non standard attributes of this method.
|
List<Attribute> |
ClassNode.attrs
The non standard attributes of this class.
|
List<Attribute> |
FieldNode.attrs
The non standard attributes of this field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNode.visitAttribute(Attribute attr) |
void |
ClassNode.visitAttribute(Attribute attr) |
void |
FieldNode.visitAttribute(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAdapter.visitAttribute(Attribute attr) |
void |
LocalFieldVisitor.visitAttribute(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConstructorAdapter.visitAttribute(Attribute attr) |
Copyright © 2017. All rights reserved.