public function getNode()
{
return new Stmt\Class_($this->name, array('flags' => $this->flags, 'extends' => $this->extends, 'implements' => $this->implements, 'stmts' => array_merge($this->uses, $this->constants, $this->properties, $this->methods)), $this->attributes);
}