Library
core
classes
Core Src Node Cst Line.blankline

Lawtext core references / core/src/node/cst/line / BlankLine

Class: BlankLine

core/src/node/cst/line.BlankLine

A blank line with no printable characters. Please see the source code of $blankLine for the detailed syntax.

Hierarchy

  • BaseLine<BNK>

    BlankLine

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new BlankLine(options): BlankLine

Parameters

NameType
optionsBlankLineOptions

Returns

BlankLine

Overrides

BaseLine&lt;LineType.BNK&gt;.constructor

Defined in

core/src/node/cst/line.ts:144 (opens in a new tab)

Properties

lineEndText

lineEndText: string

Inherited from

BaseLine.lineEndText

Defined in

core/src/node/cst/line.ts:50 (opens in a new tab)


range

range: null | [start: number, end: number]

Inherited from

BaseLine.range

Defined in

core/src/node/cst/line.ts:49 (opens in a new tab)


type

type: BNK

Inherited from

BaseLine.type

Defined in

core/src/node/cst/line.ts:48 (opens in a new tab)

Methods

lineEndTextRange

lineEndTextRange(): null | [start: number, end: number]

Returns

null | [start: number, end: number]

Inherited from

BaseLine.lineEndTextRange

Defined in

core/src/node/cst/line.ts:62 (opens in a new tab)


rangeTexts

rangeTexts(): [range: null | [start: number, end: number], text: string, description: string][]

Returns

[range: null | [start: number, end: number], text: string, description: string][]

Overrides

BaseLine.rangeTexts

Defined in

core/src/node/cst/line.ts:149 (opens in a new tab)


text

text(): string

Returns

string

Inherited from

BaseLine.text

Defined in

core/src/node/cst/line.ts:58 (opens in a new tab)