Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.ClassDeclarationContext
-
Packages that use TypeScriptParser.ClassDeclarationContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.ClassDeclarationContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.ClassDeclarationContext Modifier and Type Method Description TypeScriptParser.ClassDeclarationContextTypeScriptParser. classDeclaration()TypeScriptParser.ClassDeclarationContextTypeScriptParser.StatementContext. classDeclaration()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.ClassDeclarationContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)voidTypeScriptParserListener. enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)voidTypeScriptParserBaseListener. exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)voidTypeScriptParserListener. exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)TTypeScriptParserBaseVisitor. visitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)TTypeScriptParserVisitor. visitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
-