public class BcelFieldRef extends BcelVar
Constructor and Description |
---|
BcelFieldRef(ResolvedType type,
java.lang.String className,
java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
InstructionList |
createCopyFrom(InstructionFactory fact,
int oldSlot) |
Instruction |
createLoad(InstructionFactory fact) |
Instruction |
createStore(InstructionFactory fact) |
java.lang.String |
toString() |
appendLoad, appendLoadAndConvert, appendStore, getPositionInAroundState, getSlot, insertLoad, setPositionInAroundState
accept, getAccessorForValue, getType
makeCallExpr
public BcelFieldRef(ResolvedType type, java.lang.String className, java.lang.String fieldName)
public Instruction createLoad(InstructionFactory fact)
createLoad
in class BcelVar
public Instruction createStore(InstructionFactory fact)
createStore
in class BcelVar
public InstructionList createCopyFrom(InstructionFactory fact, int oldSlot)
createCopyFrom
in class BcelVar