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 |
---|---|
JumpType |
GotoStatement.getJumpType() |
abstract JumpType |
JumpingStatement.getJumpType() |
Modifier and Type | Method and Description |
---|---|
void |
GotoStatement.setJumpType(JumpType jumpType) |
abstract void |
JumpingStatement.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.