BlockNode

fun BlockNode(statements: List<StatementNode>, sourceLocation: SourceLocation)
fun BlockNode(vararg statements: StatementNode, sourceLocation: SourceLocation)