Library
core
src
analyzer
common
declarations
classes
Declarations

Lawtext core references


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

Class: Declarations

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

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 Signature

get length(): number

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

Returns

number

Methods

add()

add(declaration): void

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

Parameters

declaration

____Declaration

Returns

void


filterByRange()

filterByRange(sentenceTextRange, includePartialOverlap): Declarations

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

Parameters

sentenceTextRange

SentenceTextRange

includePartialOverlap

boolean

Returns

Declarations


get()

get(declarationID): ____Declaration

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

Parameters

declarationID

string

Returns

____Declaration


values()

values(): ____Declaration[]

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

Returns

____Declaration[]