|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A visitor that prints a html tags of each node to the supplied PrintStream
| Field Summary | |
|---|---|
PrintStream |
out
|
Stack |
stack
|
def |
tokenNames
|
| Constructor Summary | |
NodeAsHTMLPrinter(PrintStream out, def tokenNames)
A visitor that prints a html tags, for each node, to the supplied PrintStream. |
|
| Method Summary | |
|---|---|
String |
colour(GroovySourceAST t)
|
GroovySourceAST |
pop()
|
void |
push(GroovySourceAST t)
|
String |
quote(String tokenName)
|
void |
setUp()
|
void |
tearDown()
|
void |
visitDefault(GroovySourceAST t, int visit)
|
| Constructor Detail |
|---|
public NodeAsHTMLPrinter(PrintStream out, def tokenNames)
| Method Detail |
|---|
String colour(GroovySourceAST t)
public GroovySourceAST pop()
public void push(GroovySourceAST t)
String quote(String tokenName)
public void setUp()
public void tearDown()
public void visitDefault(GroovySourceAST t, int visit)