public EasyMethod() { body = new EasyBlock(this.Statements); }
public EasyProperty() { getter = new EasyBlock(this.GetStatements); setter = new EasyBlock(this.SetStatements); }