Lawtext core references / core/src/analyzer/detectDeclarations/processAmbiguousNameInline
core/src/analyzer/detectDeclarations/processAmbiguousNameInline
Functions
findAmbiguousNameCandidateInfos()
findAmbiguousNameCandidateInfos(
elToBeModified,sentenceEnv,pointerEnvsStruct):WithErrorValue<AmbiguousNameCandidateInfo[]>
Defined in: core/src/analyzer/detectDeclarations/processAmbiguousNameInline.ts:35 (opens in a new tab)
Parameters
elToBeModified
sentenceEnv
pointerEnvsStruct
Returns
WithErrorValue<AmbiguousNameCandidateInfo[]>
findFilteredAmbiguousNameInline()
findFilteredAmbiguousNameInline(
sentenceEnvsStruct,allDeclarations,pointerEnvsStruct):WithErrorValue<FilteredNameInfo[]>
Defined in: core/src/analyzer/detectDeclarations/processAmbiguousNameInline.ts:103 (opens in a new tab)
Parameters
sentenceEnvsStruct
allDeclarations
pointerEnvsStruct
Returns
WithErrorValue<FilteredNameInfo[]>
processAmbiguousNameInline()
processAmbiguousNameInline(
sentenceEnvsStruct,allDeclarations,pointerEnvsStruct):WithErrorValue<{toAddDeclarations:____Declaration[]; }>
Defined in: core/src/analyzer/detectDeclarations/processAmbiguousNameInline.ts:382 (opens in a new tab)
Parameters
sentenceEnvsStruct
allDeclarations
pointerEnvsStruct
Returns
WithErrorValue<{ toAddDeclarations: ____Declaration[]; }>