Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.InterfaceExtendsClauseContext
-
Packages that use TypeScriptParser.InterfaceExtendsClauseContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.InterfaceExtendsClauseContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.InterfaceExtendsClauseContext Modifier and Type Method Description TypeScriptParser.InterfaceExtendsClauseContextTypeScriptParser.InterfaceDeclarationContext. interfaceExtendsClause()TypeScriptParser.InterfaceExtendsClauseContextTypeScriptParser. interfaceExtendsClause()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.InterfaceExtendsClauseContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)voidTypeScriptParserListener. enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)voidTypeScriptParserBaseListener. exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)voidTypeScriptParserListener. exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)TTypeScriptParserBaseVisitor. visitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)TTypeScriptParserVisitor. visitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
-