| Package | Description |
|---|---|
| com.sleepycat.asm |
INTERNAL: ASM library classes (copy of 3rd party sources) used by
DPL for bytecode generation. |
| 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 |
ClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value)
Visits a field of the class.
|
FieldVisitor |
ClassWriter.visitField(int access,
String name,
String desc,
String signature,
Object value) |
| Constructor and Description |
|---|
FieldVisitor(int api,
FieldVisitor fv)
Constructs a new
FieldVisitor. |
Copyright © 2024. All rights reserved.