Package com.ibm.wala.shrikeBT
Interface IArrayLoadInstruction
-
- All Superinterfaces:
IInstruction
,IMemoryOperation
- All Known Implementing Classes:
ArrayLoadInstruction
public interface IArrayLoadInstruction extends IInstruction, IMemoryOperation
-
-
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
getType()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
Methods inherited from interface com.ibm.wala.shrikeBT.IMemoryOperation
isAddressOf
-
-
-
-
Method Detail
-
getType
String getType()
-
-