void CommonAST::initialize(RefAST t)
{
    setType(t->getType());
    setText(t->getText());
}