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