Class: ContinueNode
Implements
Constructors
new ContinueNode()
new ContinueNode(
token):ContinueNode
Parameters
• token: Token
The token that started this node. Used to add line and column numbers to error messages.
Returns
Defined in
Properties
token
readonlytoken: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