public class Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Op03SimpleStatement |
afterEnd |
static Result |
FAIL |
private boolean |
res |
private Op03SimpleStatement |
start |
private java.util.Set<Op03SimpleStatement> |
toRemove |
Modifier | Constructor and Description |
---|---|
private |
Result() |
|
Result(java.util.Set<Op03SimpleStatement> toRemove,
Op03SimpleStatement start,
Op03SimpleStatement afterEnd) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Op03SimpleStatement |
getAfterEnd() |
Op03SimpleStatement |
getStart() |
java.util.Set<Op03SimpleStatement> |
getToRemove() |
int |
hashCode() |
boolean |
isFail() |
public static Result FAIL
private final boolean res
private final java.util.Set<Op03SimpleStatement> toRemove
private final Op03SimpleStatement start
private final Op03SimpleStatement afterEnd
private Result()
public Result(java.util.Set<Op03SimpleStatement> toRemove, Op03SimpleStatement start, Op03SimpleStatement afterEnd)
public boolean isFail()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Set<Op03SimpleStatement> getToRemove()
public Op03SimpleStatement getStart()
public Op03SimpleStatement getAfterEnd()