Package com.ibm.wala.shrikeBT
Interface IUnaryOpInstruction
-
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
UnaryOpInstruction
public interface IUnaryOpInstruction extends IInstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IUnaryOpInstruction.IOperator
static class
IUnaryOpInstruction.Operator
-
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 IUnaryOpInstruction.IOperator
getOperator()
String
getType()
-
Methods inherited from interface com.ibm.wala.shrikeBT.IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
-
-
-
Method Detail
-
getOperator
IUnaryOpInstruction.IOperator getOperator()
-
getType
String getType()
-
-