public class Result extends Object
Constructor and Description |
---|
Result(Set<Op03SimpleStatement> toRemove,
Op03SimpleStatement start,
Op03SimpleStatement afterEnd) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Op03SimpleStatement |
getAfterEnd() |
Op03SimpleStatement |
getStart() |
Set<Op03SimpleStatement> |
getToRemove() |
int |
hashCode() |
boolean |
isFail() |
public static Result FAIL
public Result(Set<Op03SimpleStatement> toRemove, Op03SimpleStatement start, Op03SimpleStatement afterEnd)
public boolean isFail()
public Set<Op03SimpleStatement> getToRemove()
public Op03SimpleStatement getStart()
public Op03SimpleStatement getAfterEnd()
Copyright © 2011-2021. All Rights Reserved.