std.d.
ast
.BlockStatement
public final class BlockStatement : ASTNode
Variables
startLocation
size_t
Byte position of the opening brace
endLocation
size_t
Byte position of the closing brace
declarationsAndStatements
DeclarationsAndStatements