コード例 #1
0
 public void perform() {
   ASTNode cuNode = ASTNodes.getParent(fTempDeclaration, CompilationUnit.class);
   cuNode.accept(this);
 }