Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext
-
Packages that use TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext in one.gfw.antlr4.js.typescript
Subclasses of TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext in one.gfw.antlr4.js.typescript Modifier and Type Class Description static classTypeScriptParser.IntersectionContextstatic classTypeScriptParser.PrimaryContextstatic classTypeScriptParser.UnionContextMethods in one.gfw.antlr4.js.typescript that return TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext Modifier and Type Method Description TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContextTypeScriptParser.IntersectionContext. unionOrIntersectionOrPrimaryType(int i)TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContextTypeScriptParser.Type_Context. unionOrIntersectionOrPrimaryType()TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContextTypeScriptParser.UnionContext. unionOrIntersectionOrPrimaryType(int i)TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContextTypeScriptParser. unionOrIntersectionOrPrimaryType()Methods in one.gfw.antlr4.js.typescript that return types with arguments of type TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext Modifier and Type Method Description List<TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext>TypeScriptParser.IntersectionContext. unionOrIntersectionOrPrimaryType()List<TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext>TypeScriptParser.UnionContext. unionOrIntersectionOrPrimaryType()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext Modifier and Type Method Description voidTypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext. copyFrom(TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext ctx)Constructors in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext Constructor Description IntersectionContext(TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext ctx)PrimaryContext(TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext ctx)UnionContext(TypeScriptParser.UnionOrIntersectionOrPrimaryTypeContext ctx)
-