Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.UnionContext
-
Packages that use TypeScriptParser.UnionContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.UnionContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.UnionContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterUnion(TypeScriptParser.UnionContext ctx)Enter a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().voidTypeScriptParserListener. enterUnion(TypeScriptParser.UnionContext ctx)Enter a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().voidTypeScriptParserBaseListener. exitUnion(TypeScriptParser.UnionContext ctx)Exit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().voidTypeScriptParserListener. exitUnion(TypeScriptParser.UnionContext ctx)Exit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().TTypeScriptParserBaseVisitor. visitUnion(TypeScriptParser.UnionContext ctx)Visit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().TTypeScriptParserVisitor. visitUnion(TypeScriptParser.UnionContext ctx)Visit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().
-