| Constructor and Description |
|---|
NodeFormatter(InputBuffer inputBuffer)
Creates a new NodeFormatter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(Node<V> node)
Create a string representation for the given obejct.
|
public NodeFormatter(InputBuffer inputBuffer)
inputBuffer - the input buffer underlying the parse tree whose nodes are to be formatted.Copyright © 2019. All rights reserved.