DisplayableNodepublic interface DisplayableNode Implementors will return additional display text, which will be used
by the ASTPrinter to display information (besides the node type and node
text). |
Methods Summary |
---|
public java.lang.String | getDisplayText()Returns additional display text for the AST node.
|
|