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