public class ExecutionBranch
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionBranch(ExecutionPath path,
Expr conditional,
boolean expectedCondition) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getConditional() |
boolean |
getExpectedCondition() |
ExecutionPath |
getPath() |
public ExecutionBranch(@NotNull
ExecutionPath path,
@NotNull
Expr conditional,
boolean expectedCondition)
@NotNull public Expr getConditional()
public boolean getExpectedCondition()
@NotNull public ExecutionPath getPath()