public class TreeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
Eol
Platform dependent end-of-line marker
|
static String |
Indents
The literal indent char(s) used for pretty-printing
|
| Modifier and Type | Method and Description |
|---|---|
static String |
toPrettyTree(org.antlr.v4.runtime.tree.Tree t,
List<String> ruleNames)
Pretty print out a whole tree.
|
public static final String Eol
public static final String Indents
Copyright © 2022. All rights reserved.