| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GETFIELD
GETFIELD - Fetch field from object
Stack: ..., objectref -> ..., value
OR
Stack: ..., objectref -> ..., value.word1, value.word2
|
class |
GETSTATIC
GETSTATIC - Fetch static field from class
Stack: ..., -> ..., value
OR
Stack: ..., -> ..., value.word1, value.word2
|
class |
PUTFIELD
PUTFIELD - Put field in object
Stack: ..., objectref, value -> ...
|
class |
PUTSTATIC
PUTSTATIC - Put static field in class
Stack: ..., value -> ...
|
| Modifier and Type | Method and Description |
|---|---|
FieldInstruction |
InstructionFactory.createFieldAccess(String class_name,
String name,
Type type,
short kind)
Create a field instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyVisitor.visitFieldInstruction(FieldInstruction obj) |
void |
Visitor.visitFieldInstruction(FieldInstruction obj) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.