Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.InterfaceDeclarationContext
-
Packages that use TypeScriptParser.InterfaceDeclarationContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.InterfaceDeclarationContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.InterfaceDeclarationContext Modifier and Type Method Description TypeScriptParser.InterfaceDeclarationContextTypeScriptParser. interfaceDeclaration()TypeScriptParser.InterfaceDeclarationContextTypeScriptParser.StatementContext. interfaceDeclaration()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.InterfaceDeclarationContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)voidTypeScriptParserListener. enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)voidTypeScriptParserBaseListener. exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)voidTypeScriptParserListener. exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)TTypeScriptParserBaseVisitor. visitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)TTypeScriptParserVisitor. visitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
-