Uses of Class org.apache.bcel.generic.FieldInstruction

Uses in package org.apache.bcel.generic

Classes derived from org.apache.bcel.generic.FieldInstruction

class
GETFIELD - Fetch field from object
Stack: ..., objectref -> ..., value
OR
Stack: ..., objectref -> ..., value.word1, value.word2
class
GETSTATIC - Fetch static field from class
Stack: ..., -> ..., value
OR
Stack: ..., -> ..., value.word1, value.word2
class
PUTFIELD - Put field in object
Stack: ..., objectref, value -> ...
class
PUTSTATIC - Put static field in class
Stack: ..., value -> ...

Methods with parameter type org.apache.bcel.generic.FieldInstruction

void
void

Methods with return type org.apache.bcel.generic.FieldInstruction

FieldInstruction
InstructionFactory.createFieldAccess(String class_name, String name, Type type, short kind)
Create a field instruction.

Uses in package org.apache.bcel.verifier.structurals

Methods with parameter type org.apache.bcel.generic.FieldInstruction

void
Ensures the general preconditions of a FieldInstruction instance.