Skip to Content
LibraryCoreSrcAnalyzerDetectdeclarationsProcessambiguousnameinlinecore/src/analyzer/detectDeclarations/processAmbiguousNameInline

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 

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 

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 

Parameters

sentenceEnvsStruct

SentenceEnvsStruct

allDeclarations

Declarations

pointerEnvsStruct

PointerEnvsStruct

Returns

WithErrorValue<{ toAddDeclarations: ____Declaration[]; }>

© 2017-2026 yamachi