コード例 #1
0
 public ClassNode caller() {
   return tree.method().owner;
 }
コード例 #2
0
 public MethodNode method() {
   return tree.method();
 }