tree TOSTRING // x.toString
tree GETCLASS // x.getClass
tree IS typ // x.isInstanceOf[Int]
tree AS typ // x.asInstanceOf[Int]
lhs ANY_== rhs // ==
lhs ANY_!= rhs // !=
lhs ANY_-> rhs // ->
lhs OBJ_EQ rhs // eq
lhs OBJ_NE rhs // ne