Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.ClassExtendsClauseContext
-
Packages that use TypeScriptParser.ClassExtendsClauseContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.ClassExtendsClauseContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.ClassExtendsClauseContext Modifier and Type Method Description TypeScriptParser.ClassExtendsClauseContextTypeScriptParser. classExtendsClause()TypeScriptParser.ClassExtendsClauseContextTypeScriptParser.ClassHeritageContext. classExtendsClause()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.ClassExtendsClauseContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)voidTypeScriptParserListener. enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)voidTypeScriptParserBaseListener. exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)voidTypeScriptParserListener. exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)TTypeScriptParserBaseVisitor. visitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)TTypeScriptParserVisitor. visitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
-