|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.databinding.tool.solver.ExecutionBranch
public class ExecutionBranch
Represents if statements in the execution.
Constructor Summary | |
---|---|
ExecutionBranch(ExecutionPath path,
Expr conditional,
boolean expectedCondition)
|
Method Summary | |
---|---|
Expr |
getConditional()
|
boolean |
getExpectedCondition()
|
ExecutionPath |
getPath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionBranch(@NotNull ExecutionPath path, @NotNull Expr conditional, boolean expectedCondition)
Method Detail |
---|
@NotNull public Expr getConditional()
public boolean getExpectedCondition()
@NotNull public ExecutionPath getPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |