Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.MultipleImportStatementContext
-
Packages that use TypeScriptParser.MultipleImportStatementContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.MultipleImportStatementContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.MultipleImportStatementContext Modifier and Type Method Description TypeScriptParser.MultipleImportStatementContextTypeScriptParser.FromBlockContext. multipleImportStatement()TypeScriptParser.MultipleImportStatementContextTypeScriptParser. multipleImportStatement()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.MultipleImportStatementContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)voidTypeScriptParserListener. enterMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)voidTypeScriptParserBaseListener. exitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)voidTypeScriptParserListener. exitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)TTypeScriptParserBaseVisitor. visitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)TTypeScriptParserVisitor. visitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
-