Home | History | Annotate | Download | only in expr

Lines Matching refs:Expr

14 package android.databinding.tool.expr;
17 final Expr mDependant;
18 final Expr mOther;
19 final Expr mCondition;
29 public Dependency(Expr dependant, Expr other) {
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) {
57 public Expr getOther() {
61 public Expr getDependant() {
69 public Expr getCondition() {