public ClassNode caller() {
   return tree.method().owner;
 }
 public MethodNode method() {
   return tree.method();
 }