Home
last modified time | relevance | path

Searched defs:plc (Results 1 – 1 of 1) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/typescript/
DTypeScriptCustomListener.java452 … List<TypeScriptParser.ParameterContext> plc = ctx.callSignature().parameterList().parameter(); in enterFunctionDeclaration() local
499 TypeScriptParser.ParameterListContext plc = ctx.parameterList(); in enterCallSignature() local
585 TypeScriptParser.ParameterListContext plc = ctx.callSignature().parameterList(); in enterMethodDeclarationExpression() local
802 … List<TypeScriptParser.ParameterContext> plc = tmc.callSignature().parameterList().parameter(); in enterInterfaceDeclaration() local