Package com.ibm.wala.shrikeBT
Interface IPutInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
PutInstruction
public interface IPutInstruction extends IInstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.shrikeBT.IInstruction
IInstruction.Visitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassType()
String
getFieldName()
String
getFieldType()
boolean
isStatic()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-