Package android.databinding.tool.solver
Class ExecutionBranch
- java.lang.Object
-
- android.databinding.tool.solver.ExecutionBranch
-
public class ExecutionBranch extends java.lang.ObjectRepresents if statements in the execution.
-
-
Constructor Summary
Constructors Constructor Description ExecutionBranch(ExecutionPath path, Expr conditional, boolean expectedCondition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprgetConditional()booleangetExpectedCondition()ExecutionPathgetPath()
-
-
-
Constructor Detail
-
ExecutionBranch
public ExecutionBranch(@NotNull ExecutionPath path, @NotNull Expr conditional, boolean expectedCondition)
-
-
Method Detail
-
getConditional
@NotNull public Expr getConditional()
-
getExpectedCondition
public boolean getExpectedCondition()
-
getPath
@NotNull public ExecutionPath getPath()
-
-