public class TsTreeHelper
extends java.lang.Object
| Constructor and Description |
|---|
TsTreeHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
getAllParameters(TypeScriptParser.ParameterListContext parameterList) |
static TypeScriptParser.VariableStatementContext |
getExportVariableStatement(TypeScriptParser.ImplementationModuleElementContext moduleElement) |
static java.lang.String |
getImportedModulePathOfImport(TypeScriptParser.ImportDeclarationContext ctx) |
static java.util.List<TypeScriptParser.ImplementationModuleElementContext> |
getTopLevelModuleElements(TypeScriptParser.SourceFileContext sourceFile) |
public static java.lang.String getImportedModulePathOfImport(TypeScriptParser.ImportDeclarationContext ctx)
public static java.util.List<TypeScriptParser.ImplementationModuleElementContext> getTopLevelModuleElements(TypeScriptParser.SourceFileContext sourceFile)
public static TypeScriptParser.VariableStatementContext getExportVariableStatement(TypeScriptParser.ImplementationModuleElementContext moduleElement)
public void getAllParameters(TypeScriptParser.ParameterListContext parameterList)