Package org.antlr.works.visualization

Examples of org.antlr.works.visualization.SyntaxDiagramTab


    public GrammarWindow() {
        createTextEditor();
        createStatusBar();
        resetAutoCompletion();
       
        syntaxDiagramTab = new SyntaxDiagramTab(this);
        interpreterTab = new InterpreterTab(this);
        debuggerTab = new DebuggerTab(new GrammarDebuggerDelegate(this));
        consoleTab = new ConsoleTab(this);
        consoleTab.makeCurrent();
View Full Code Here

TOP

Related Classes of org.antlr.works.visualization.SyntaxDiagramTab

Copyright © 2018 www.massapicom. 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.