コード例 #1
0
ファイル: ClassDeclaration.java プロジェクト: freewind/oj
 public void accept(ParseTreeVisitor v) throws ParseTreeException {
   v.visit(this);
 }