Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.TypeReferenceContext
-
Packages that use TypeScriptParser.TypeReferenceContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.TypeReferenceContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.TypeReferenceContext Modifier and Type Method Description TypeScriptParser.TypeReferenceContextTypeScriptParser.ClassExtendsClauseContext. typeReference()TypeScriptParser.TypeReferenceContextTypeScriptParser.ClassOrInterfaceTypeListContext. typeReference(int i)TypeScriptParser.TypeReferenceContextTypeScriptParser.RedefinitionOfTypeContext. typeReference()TypeScriptParser.TypeReferenceContextTypeScriptParser.ReferencePrimTypeContext. typeReference()TypeScriptParser.TypeReferenceContextTypeScriptParser. typeReference()Methods in one.gfw.antlr4.js.typescript that return types with arguments of type TypeScriptParser.TypeReferenceContext Modifier and Type Method Description List<TypeScriptParser.TypeReferenceContext>TypeScriptParser.ClassOrInterfaceTypeListContext. typeReference()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.TypeReferenceContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)voidTypeScriptParserListener. enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)voidTypeScriptParserBaseListener. exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)voidTypeScriptParserListener. exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)TTypeScriptParserBaseVisitor. visitTypeReference(TypeScriptParser.TypeReferenceContext ctx)TTypeScriptParserVisitor. visitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
-