* Creates a new ActionScript block statement. Can be supplied to an
* {@link uk.co.badgersinfoil.metaas.dom.ASIfStatement}, for instance.
*/
public ASBlock newBlock() {
LinkedListTree block = ASTBuilder.newBlock();
return new ASTStatementList(block);
}