Langium - v4.0.0
Preparing search index...
langium/generate
NewLineNode
Class NewLineNode
Implementation of @{link GeneratorNode} denoting linebreaks in the desired generated text.
Index
Constructors
constructor
Properties
count
if
Not
Empty
line
Delimiter
Constructors
constructor
new
NewLineNode
(
lineDelimiter
?:
string
,
ifNotEmpty
?:
boolean
,
count
?:
NoOfLineBreaks
,
)
:
NewLineNode
Parameters
lineDelimiter
:
string
= EOL
ifNotEmpty
:
boolean
= false
count
:
NoOfLineBreaks
= 1
Returns
NewLineNode
Properties
Readonly
count
count
:
NoOfLineBreaks
= 1
Readonly
if
Not
Empty
ifNotEmpty
:
boolean
= false
Readonly
line
Delimiter
lineDelimiter
:
string
= EOL
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
count
if
Not
Empty
line
Delimiter
Langium - v4.0.0
Loading...
Implementation of @{link GeneratorNode} denoting linebreaks in the desired generated text.