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