コード例 #1
0
ファイル: LayoutVisitor.java プロジェクト: scmorse/bantam
 public Object visit(Method node) {
   return layoutBinary(
       "Method " + node.getName() + ":" + node.getReturnType(),
       node.getFormalList(),
       node.getStmtList());
 }