Class BinaryLiteralOperation
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.BinaryLiteralOperation
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
Constructor Summary
ConstructorsConstructorDescriptionBinaryLiteralOperation(int pc, BinaryLiteralOperation.OpID op, int destination, int oper1, Literal oper2, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFloat()booleanisSub()booleantoString()voidvisit(Instruction.Visitor visitor) Methods inherited from class Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEIModifier and TypeMethodDescriptionint[]org.jf.dexlib2.OpcodebooleanTrue if the instruction can continue.booleanisPEI()True if the instruction can throw an exception
-
Field Details
-
op
-
oper1
public final int oper1 -
oper2
-
destination
public final int destination
-
-
Constructor Details
-
BinaryLiteralOperation
public BinaryLiteralOperation(int pc, BinaryLiteralOperation.OpID op, int destination, int oper1, Literal oper2, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-
getOperator
-
isFloat
public boolean isFloat() -
isUnsigned
public boolean isUnsigned() -
isSub
public boolean isSub() -
toString
-