dmildew v0.2.5 (2021-02-06T13:55:08Z)
Dub
Repo
FunctionDeclarationStatementNode
mildew
nodes
Undocumented in source.
package
class
FunctionDeclarationStatementNode :
StatementNode
{
this
(size_t lineNo, string n, string[] args, StatementNode[] statements);
Variant
accept
(IStatementVisitor visitor);
string
toString
();
string
name
;
string
[]
argNames
;
StatementNode
[]
statementNodes
;
}
Constructors
this
this
(size_t lineNo, string n, string[] args, StatementNode[] statements)
Undocumented in source.
Members
Functions
accept
Variant
accept
(IStatementVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
argNames
string
[]
argNames
;
Undocumented in source.
name
string
name
;
Undocumented in source.
statementNodes
StatementNode
[]
statementNodes
;
Undocumented in source.
Inherited Members
From StatementNode
accept
Variant
accept
(IStatementVisitor visitor)
Undocumented in source.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
line
size_t
line
;
Undocumented in source.
Meta
Source
See Implementation
mildew
nodes
classes
ArrayIndexNode
ArrayLiteralNode
BinaryOpNode
BlockStatementNode
BreakStatementNode
ClassDeclarationStatementNode
ClassDefinition
ClassLiteralNode
ContinueStatementNode
DeleteStatementNode
DoWhileStatementNode
ExpressionNode
ExpressionStatementNode
ForOfStatementNode
ForStatementNode
FunctionCallNode
FunctionDeclarationStatementNode
FunctionLiteralNode
IfStatementNode
LiteralNode
MemberAccessNode
NewExpressionNode
ObjectLiteralNode
PostfixOpNode
ReturnStatementNode
StatementNode
SuperCallStatementNode
SwitchBody
SwitchStatementNode
TerniaryOpNode
ThrowStatementNode
TryCatchBlockStatementNode
UnaryOpNode
VarAccessNode
VarDeclarationStatementNode
WhileStatementNode