Package org.antlr.v4.runtime.tree.gui

Examples of org.antlr.v4.runtime.tree.gui.TreeViewer.open()


    return inspect(ruleNames);
  }

  public Future<JDialog> inspect(@Nullable List<String> ruleNames) {
    TreeViewer viewer = new TreeViewer(ruleNames, this);
    return viewer.open();
  }

  /** Save this tree in a postscript file */
  public void save(@Nullable Parser parser, String fileName)
    throws IOException, PrintException
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.