예제 #1
0
 public void visitDeclarations(Declarations declarations) {
   visitDeclaration(declarations);
   visit(declarations.getDeclarations());
 }