Searched defs:oprand2 (Results 1 – 4 of 4) sorted by relevance
46 public static Expr make(int op, ASTree oprand1, ASTree oprand2) { in make()64 public ASTree oprand2() { return getRight().getLeft(); } in oprand2() method in Expr
37 ASTree oprand2) { in makeAssign()
40 public static BinExpr makeBin(int op, ASTree oprand1, ASTree oprand2) { in makeBin()
44 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { in make()