Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.SwitchStatementContext
-
Packages that use TypeScriptParser.SwitchStatementContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.SwitchStatementContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.SwitchStatementContext Modifier and Type Method Description TypeScriptParser.SwitchStatementContextTypeScriptParser.StatementContext. switchStatement()TypeScriptParser.SwitchStatementContextTypeScriptParser. switchStatement()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.SwitchStatementContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)voidTypeScriptParserListener. enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)voidTypeScriptParserBaseListener. exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)voidTypeScriptParserListener. exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)TTypeScriptParserBaseVisitor. visitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)TTypeScriptParserVisitor. visitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
-