| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
|
| org.apache.bcel.verifier.structurals |
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GETFIELD
GETFIELD - Fetch field from object
|
class |
GETSTATIC
GETSTATIC - Fetch static field from class
|
class |
PUTFIELD
PUTFIELD - Put field in object
|
class |
PUTSTATIC
PUTSTATIC - Put static field in class
|
| Modifier and Type | Method and Description |
|---|---|
FieldInstruction |
InstructionFactory.createFieldAccess(String className,
String name,
Type type,
short kind)
Create a field instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitFieldInstruction(FieldInstruction obj) |
void |
EmptyVisitor.visitFieldInstruction(FieldInstruction obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstConstraintVisitor.visitFieldInstruction(FieldInstruction o)
Ensures the general preconditions of a FieldInstruction instance.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.