Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.EnumDeclarationContext
-
Packages that use TypeScriptParser.EnumDeclarationContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.EnumDeclarationContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.EnumDeclarationContext Modifier and Type Method Description TypeScriptParser.EnumDeclarationContextTypeScriptParser. enumDeclaration()TypeScriptParser.EnumDeclarationContextTypeScriptParser.StatementContext. enumDeclaration()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.EnumDeclarationContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)voidTypeScriptParserListener. enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)voidTypeScriptParserBaseListener. exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)voidTypeScriptParserListener. exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)TTypeScriptParserBaseVisitor. visitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)TTypeScriptParserVisitor. visitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
-