dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
DeleteStatementNode
mildew
nodes
Undocumented in source.
package
class
DeleteStatementNode :
StatementNode
{
this
(size_t lineNo, Token deleteTok, ExpressionNode accessNode);
Variant
accept
(IStatementVisitor visitor);
string
toString
();
Token
deleteToken
;
ExpressionNode
memberAccessOrArrayIndexNode
;
}
Constructors
this
this
(size_t lineNo, Token deleteTok, ExpressionNode accessNode)
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
deleteToken
Token
deleteToken
;
Undocumented in source.
memberAccessOrArrayIndexNode
ExpressionNode
memberAccessOrArrayIndexNode
;
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
DestructureTargetNode
DoWhileStatementNode
ExpressionNode
ExpressionStatementNode
ForOfStatementNode
ForStatementNode
FunctionCallNode
FunctionDeclarationStatementNode
FunctionLiteralNode
IfStatementNode
LambdaNode
LiteralNode
MemberAccessNode
NewExpressionNode
ObjectLiteralNode
PostfixOpNode
ReturnStatementNode
StatementNode
SuperNode
SwitchBody
SwitchStatementNode
TemplateStringNode
TerniaryOpNode
ThrowStatementNode
TryCatchBlockStatementNode
UnaryOpNode
VarAccessNode
VarDeclarationStatementNode
WhileStatementNode
YieldNode