| Package | Description |
|---|---|
| com.ibm.wala.dalvik.dex.instructions |
| Modifier and Type | Field and Description |
|---|---|
BinaryOperation.OpID |
BinaryOperation.op |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperation.OpID |
BinaryOperation.OpID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation.OpID[] |
BinaryOperation.OpID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryOperation(int pc,
BinaryOperation.OpID op,
int destination,
int oper1,
int oper2,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
Copyright © 2019. All rights reserved.