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
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
Returns
void
filterByRange()
filterByRange(
sentenceTextRange
,includePartialOverlap
):Declarations
Defined in: core/src/analyzer/common/declarations.ts:9 (opens in a new tab)
Parameters
sentenceTextRange
includePartialOverlap
boolean
Returns
get()
get(
declarationID
):____Declaration
Defined in: core/src/analyzer/common/declarations.ts:71 (opens in a new tab)
Parameters
declarationID
string
Returns
values()
values():
____Declaration
[]
Defined in: core/src/analyzer/common/declarations.ts:59 (opens in a new tab)