Library
core
src
analyzer
detectDeclarations
processAmbiguousNameInline
Readme

Lawtext core references


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

StdEL | __EL

sentenceEnv

SentenceEnv

pointerEnvsStruct

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

SentenceEnvsStruct

allDeclarations

Declarations

pointerEnvsStruct

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

SentenceEnvsStruct

allDeclarations

Declarations

pointerEnvsStruct

PointerEnvsStruct

Returns

WithErrorValue<{ toAddDeclarations: ____Declaration[]; }>