Lawtext core references / core/src/node/cst/line / OtherLine
Class: OtherLine
Defined in: core/src/node/cst/line.ts:663
A line of other types. Please see the source code of $otherLine for the detailed syntax.
Extends
WithControlsLine<OTH>
Constructors
Constructor
new OtherLine(
options):OtherLine
Defined in: core/src/node/cst/line.ts:665
Parameters
options
OtherLineOptions
Returns
OtherLine
Overrides
WithControlsLine<LineType.OTH>.constructor
Properties
controls
controls:
Controls
Defined in: core/src/node/cst/line.ts:109
Inherited from
WithControlsLine.controls
indentTexts
indentTexts:
string[]
Defined in: core/src/node/cst/line.ts:73
Inherited from
WithControlsLine.indentTexts
lineEndText
lineEndText:
string
Defined in: core/src/node/cst/line.ts:50
Inherited from
WithControlsLine.lineEndText
range
range: [
number,number] |null
Defined in: core/src/node/cst/line.ts:49
Inherited from
WithControlsLine.range
sentencesArray
sentencesArray:
SentencesArray
Defined in: core/src/node/cst/line.ts:664
type
type:
OTH
Defined in: core/src/node/cst/line.ts:48
Inherited from
WithControlsLine.type
Accessors
controlsEndPos
Get Signature
get controlsEndPos():
number|null
Defined in: core/src/node/cst/line.ts:124
Returns
number | null
Inherited from
WithControlsLine.controlsEndPos
indentsEndPos
Get Signature
get indentsEndPos():
number|null
Defined in: core/src/node/cst/line.ts:93
Returns
number | null
Inherited from
WithControlsLine.indentsEndPos
sentencesArrayRange
Get Signature
get sentencesArrayRange(): [
number,number] |null
Defined in: core/src/node/cst/line.ts:671
Returns
[number, number] | null
Methods
controlsRangeTexts()
controlsRangeTexts(): [[
number,number] |null,string,string][]
Defined in: core/src/node/cst/line.ts:116
Returns
[[number, number] | null, string, string][]
Inherited from
WithControlsLine.controlsRangeTexts
indentRangeTexts()
indentRangeTexts(): [[
number,number] |null,string,string][]
Defined in: core/src/node/cst/line.ts:80
Returns
[[number, number] | null, string, string][]
Inherited from
WithControlsLine.indentRangeTexts
lineEndTextRange()
lineEndTextRange(): [
number,number] |null
Defined in: core/src/node/cst/line.ts:62
Returns
[number, number] | null
Inherited from
WithControlsLine.lineEndTextRange
rangeTexts()
rangeTexts(): [[
number,number] |null,string,string][]
Defined in: core/src/node/cst/line.ts:685
Returns
[[number, number] | null, string, string][]
Overrides
WithControlsLine.rangeTexts
text()
text():
string
Defined in: core/src/node/cst/line.ts:58
Returns
string
Inherited from
WithControlsLine.text