|
Groovy 1.7.2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.inspect.swingui.AstBrowser
public class AstBrowser extends Object
This object is a GUI for looking at the AST that Groovy generates. Usage: java groovy.inspect.swingui.AstBrowser [filename] where [filename] is an existing Groovy script.
Constructor Summary | |
AstBrowser(def inputArea, def rootElement, def classLoader)
|
Method Summary | |
---|---|
void
|
compile(def node, def swing, String script, int compilePhase)
|
static void
|
main(def args)
|
void
|
run(Closure script)
|
void
|
run(Closure script, String name)
|
void
|
showAbout(EventObject evt)
|
void
|
showScriptClass(EventObject evt)
|
void
|
showScriptFreeForm(EventObject evt)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public AstBrowser(def inputArea, def rootElement, def classLoader)
Method Detail |
---|
public void compile(def node, def swing, String script, int compilePhase)
public static void main(def args)
public void run(Closure script)
public void run(Closure script, String name)
public void showAbout(EventObject evt)
public void showScriptClass(EventObject evt)
public void showScriptFreeForm(EventObject evt)
Copyright © 2003-2010 The Codehaus. All rights reserved.