Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.ObjectTypeContext
-
Packages that use TypeScriptParser.ObjectTypeContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.ObjectTypeContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.ObjectTypeContext Modifier and Type Method Description TypeScriptParser.ObjectTypeContextTypeScriptParser.InterfaceDeclarationContext. objectType()TypeScriptParser.ObjectTypeContextTypeScriptParser.ObjectPrimTypeContext. objectType()TypeScriptParser.ObjectTypeContextTypeScriptParser. objectType()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.ObjectTypeContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterObjectType(TypeScriptParser.ObjectTypeContext ctx)voidTypeScriptParserListener. enterObjectType(TypeScriptParser.ObjectTypeContext ctx)voidTypeScriptParserBaseListener. exitObjectType(TypeScriptParser.ObjectTypeContext ctx)voidTypeScriptParserListener. exitObjectType(TypeScriptParser.ObjectTypeContext ctx)TTypeScriptParserBaseVisitor. visitObjectType(TypeScriptParser.ObjectTypeContext ctx)TTypeScriptParserVisitor. visitObjectType(TypeScriptParser.ObjectTypeContext ctx)
-