| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT |
| Modifier and Type | Method and Description |
|---|---|
IConditionalBranchInstruction.Operator |
ConditionalBranchInstruction.getOperator() |
static IConditionalBranchInstruction.Operator |
IConditionalBranchInstruction.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IConditionalBranchInstruction.Operator[] |
IConditionalBranchInstruction.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionalBranchInstruction |
ConditionalBranchInstruction.make(String type,
IConditionalBranchInstruction.Operator operator,
int label) |
Copyright © 2019. All rights reserved.