Class Result
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.utils.finalhelp.Result
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Op03SimpleStatement
static Result
private final boolean
private final Op03SimpleStatement
private final Set<Op03SimpleStatement>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Result()
Result
(Set<Op03SimpleStatement> toRemove, Op03SimpleStatement start, Op03SimpleStatement afterEnd) -
Method Summary
-
Field Details
-
FAIL
-
res
private final boolean res -
toRemove
-
start
-
afterEnd
-
-
Constructor Details
-
Result
private Result() -
Result
public Result(Set<Op03SimpleStatement> toRemove, Op03SimpleStatement start, Op03SimpleStatement afterEnd)
-
-
Method Details