| Package | Description |
|---|---|
| com.sleepycat.asm |
INTERNAL: ASM library classes (copy of 3rd party sources) used by
DPL for bytecode generation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
| Modifier and Type | Field and Description |
|---|---|
protected ClassVisitor |
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.
|
| 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 |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader
. |
| Constructor and Description |
|---|
ClassVisitor(int api,
ClassVisitor cv)
Constructs a new
ClassVisitor. |
Copyright © 2024. All rights reserved.