Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.CallSignatureContext
-
Packages that use TypeScriptParser.CallSignatureContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.CallSignatureContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript that return TypeScriptParser.CallSignatureContext Modifier and Type Method Description TypeScriptParser.CallSignatureContextTypeScriptParser.AbstractDeclarationContext. callSignature()TypeScriptParser.CallSignatureContextTypeScriptParser. callSignature()TypeScriptParser.CallSignatureContextTypeScriptParser.FunctionDeclarationContext. callSignature()TypeScriptParser.CallSignatureContextTypeScriptParser.MethodDeclarationExpressionContext. callSignature()TypeScriptParser.CallSignatureContextTypeScriptParser.MethodSignatureContext. callSignature()TypeScriptParser.CallSignatureContextTypeScriptParser.TypeMemberContext. callSignature()Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.CallSignatureContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterCallSignature(TypeScriptParser.CallSignatureContext ctx)voidTypeScriptParserListener. enterCallSignature(TypeScriptParser.CallSignatureContext ctx)voidTypeScriptParserBaseListener. exitCallSignature(TypeScriptParser.CallSignatureContext ctx)voidTypeScriptParserListener. exitCallSignature(TypeScriptParser.CallSignatureContext ctx)TTypeScriptParserBaseVisitor. visitCallSignature(TypeScriptParser.CallSignatureContext ctx)TTypeScriptParserVisitor. visitCallSignature(TypeScriptParser.CallSignatureContext ctx)
-