|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatCommand | |
org.tromer.jie.visitor | Basic visitor classes for Java abstract syntax trees, generated by JTB
and by JIE's makeVisitors.pl script. |
Uses of FormatCommand in org.tromer.jie.visitor |
Methods in org.tromer.jie.visitor that return FormatCommand | |
protected FormatCommand |
TreeFormatter.force()
A Force command inserts a line break and indents the next line to the current indentation level. |
protected FormatCommand |
TreeFormatter.force(int i)
|
protected FormatCommand |
TreeFormatter.indent()
An Indent command increases the indentation level by one (or a user-specified amount). |
protected FormatCommand |
TreeFormatter.indent(int i)
|
protected FormatCommand |
TreeFormatter.outdent()
An Outdent command is the reverse of the Indent command: it reduces the indentation level. |
protected FormatCommand |
TreeFormatter.outdent(int i)
|
protected FormatCommand |
TreeFormatter.space()
A Space command simply adds one or a user-specified number of spaces between tokens. |
protected FormatCommand |
TreeFormatter.space(int i)
|
Methods in org.tromer.jie.visitor with parameters of type FormatCommand | |
protected void |
TreeFormatter.processList(NodeListInterface n,
FormatCommand cmd)
|
protected void |
TreeFormatter.add(FormatCommand cmd)
Use this method to add FormatCommands to the command queue to be executed when the next token in the tree is visited. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |