public final class Completion extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Completion.Type |
| Modifier and Type | Method and Description |
|---|---|
static Completion |
create(Completion.Type type,
Object value) |
static Completion |
forNormal(Object value) |
static Completion |
forReturn(Object value) |
static Completion |
forThrow(Object value) |
Completion.Type |
getType() |
Object |
getValue() |
boolean |
isAbrupt() |
boolean |
isNormal() |
boolean |
isReturn() |
boolean |
isThrow() |
String |
toString() |
public Object getValue()
public Completion.Type getType()
public boolean isNormal()
public boolean isAbrupt()
public boolean isReturn()
public boolean isThrow()
public static Completion forNormal(Object value)
public static Completion forReturn(Object value)
public static Completion forThrow(Object value)
public static Completion create(Completion.Type type, Object value)