Library
core
src
analyzer
common
declarations
classes
Declarations

Lawtext core referencesDocs


Lawtext core references / core/src/analyzer/common/declarations / Declarations

Class: Declarations

Constructors

new Declarations()

new Declarations(): Declarations

Returns

Declarations

Properties

db

db: Map<string, ____Declaration>

Defined in

core/src/analyzer/common/declarations.ts:7 (opens in a new tab)

Accessors

length

get length(): number

Returns

number

Defined in

core/src/analyzer/common/declarations.ts:67 (opens in a new tab)

Methods

add()

add(declaration): void

Parameters

declaration: ____Declaration

Returns

void

Defined in

core/src/analyzer/common/declarations.ts:63 (opens in a new tab)


filterByRange()

filterByRange(sentenceTextRange, includePartialOverlap): Declarations

Parameters

sentenceTextRange: SentenceTextRange

includePartialOverlap: boolean

Returns

Declarations

Defined in

core/src/analyzer/common/declarations.ts:9 (opens in a new tab)


get()

get(declarationID): ____Declaration

Parameters

declarationID: string

Returns

____Declaration

Defined in

core/src/analyzer/common/declarations.ts:71 (opens in a new tab)


values()

values(): ____Declaration[]

Returns

____Declaration[]

Defined in

core/src/analyzer/common/declarations.ts:59 (opens in a new tab)