| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.opgraph | |
| org.benf.cfr.reader.bytecode.analysis.parse.statement | |
| org.benf.cfr.reader.bytecode.analysis.parse.utils |
| Modifier and Type | Method and Description |
|---|---|
JumpType |
Op03SimpleStatement.getJumpType() |
| Modifier and Type | Method and Description |
|---|---|
abstract JumpType |
JumpingStatement.getJumpType() |
JumpType |
GotoStatement.getJumpType() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JumpingStatement.setJumpType(JumpType jumpType) |
void |
GotoStatement.setJumpType(JumpType jumpType) |
| Modifier and Type | Method and Description |
|---|---|
static JumpType |
JumpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JumpType[] |
JumpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2021. All Rights Reserved.