Modifier and Type | Method and Description |
---|---|
JumpType |
Op03SimpleStatement.getJumpType() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
PointlessJumps.movableJump(JumpType jumpType) |
Modifier and Type | Field and Description |
---|---|
private JumpType |
GotoStatement.jumpType |
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(java.lang.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.
|