Class: BreakNode
Implements
Constructors
new BreakNode()
new BreakNode(
token
):BreakNode
Parameters
• token: Token
The token that started this node. Used to add line and column numbers to error messages.
Returns
Defined in
Properties
token
readonly
token:Token
The token that started this node. Used to add line and column numbers to error messages.
Implementation of
Defined in
Methods
children()
children():
ChildNode
[]
Return an array of child nodes.
Returns
Implementation of
Defined in
render()
render():
Promise
<void
>
Render this node to the given output stream.
Returns
Promise
<void
>
Implementation of
Defined in
renderSync()
renderSync():
void
A synchronous version of render.
Returns
void
See
Implementation of
Defined in
toString()
toString():
string
Returns a string representation of an object.
Returns
string