public class TsDebugHelper
extends java.lang.Object
| Constructor and Description |
|---|
TsDebugHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printTokens(org.antlr.v4.runtime.Lexer lexer) |
static void |
printTsTree(org.antlr.v4.runtime.ParserRuleContext ctx)
Print the tree of the given context for TypeScript.
|