Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.TypeAliasDeclarationContext
-
Packages that use TypeScriptParser.TypeAliasDeclarationContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.TypeAliasDeclarationContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.TypeAliasDeclarationContext Modifier and Type Method Description TypeScriptParser.TypeAliasDeclarationContextTypeScriptParser.StatementContext. typeAliasDeclaration()TypeScriptParser.TypeAliasDeclarationContextTypeScriptParser. typeAliasDeclaration()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.TypeAliasDeclarationContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)voidTypeScriptParserListener. enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)voidTypeScriptParserBaseListener. exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)voidTypeScriptParserListener. exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)TTypeScriptParserBaseVisitor. visitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)TTypeScriptParserVisitor. visitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
-