|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to abstract syntax trees.
Method Summary | |
void |
print(java.io.PrintWriter out)
Prints text representation of tree on out (without new line termination). |
void |
printCore(java.io.PrintWriter out)
Like print, but parentheses around outer expression are not printed. |
void |
printParens(java.io.PrintWriter out)
Like print, but parentheses around outer expression are always printed. |
java.lang.String |
toString()
returns string representation of tree |
Method Detail |
public void print(java.io.PrintWriter out)
out
- the stream on which the text is writtenpublic void printParens(java.io.PrintWriter out)
out
- the stream on which the text is writtenpublic void printCore(java.io.PrintWriter out)
out
- the stream on which the text is writtenpublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |