@Override
 protected void initializeCST() {
   globalCST = CSTFactory.eINSTANCE.createNode();
   globalCST.setKind("CST");
 }
예제 #2
0
 public void execute() {
   Element tree = context.getTree();
   tree.accept(this);
 }