CVC3
|
#include <expr_value.h>
Inherits CVC3::ExprValue.
Inherited by CVC3::ExprApply.
Definition at line 414 of file expr_value.h.
CVC3::ExprNode::ExprNode | ( | ExprManager * | em, |
int | kind, | ||
ExprIndex | idx = 0 |
||
) | [inline] |
Constructor.
Definition at line 456 of file expr_value.h.
CVC3::ExprNode::ExprNode | ( | ExprManager * | em, |
int | kind, | ||
const std::vector< Expr > & | kids, | ||
ExprIndex | idx = 0 |
||
) | [inline] |
Constructor.
Definition at line 459 of file expr_value.h.
CVC3::ExprNode::~ExprNode | ( | ) | [virtual] |
Destructor.
Definition at line 104 of file expr_value.cpp.
size_t CVC3::ExprNode::getMMIndex | ( | ) | const [inline, private, virtual] |
Tell ExprManager who we are.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 429 of file expr_value.h.
References CVC3::EXPR_NODE.
unsigned CVC3::ExprNode::arity | ( | ) | const [inline, protected, virtual] |
Return number of children.
Reimplemented from CVC3::ExprValue.
Definition at line 433 of file expr_value.h.
std::vector<Expr>& CVC3::ExprNode::getKids1 | ( | ) | [inline, protected] |
Return reference to children.
Definition at line 436 of file expr_value.h.
Referenced by CVC3::Expr::Expr().
const std::vector<Expr>& CVC3::ExprNode::getKids | ( | ) | const [inline, protected, virtual] |
Return reference to children.
Reimplemented from CVC3::ExprValue.
Definition at line 439 of file expr_value.h.
size_t CVC3::ExprNode::computeHash | ( | ) | const [inline, protected, virtual] |
Use our static hash() for the member method.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 442 of file expr_value.h.
References CVC3::ExprValue::hash().
Referenced by CVC3::ExprApply::computeHash().
Unsigned CVC3::ExprNode::computeSize | ( | ) | const [inline, protected, virtual] |
Use our static sizeWithChildren() for the member method.
Reimplemented from CVC3::ExprValue.
Definition at line 447 of file expr_value.h.
References CVC3::ExprValue::sizeWithChildren().
ExprValue * CVC3::ExprNode::copy | ( | ExprManager * | em, |
ExprIndex | idx = 0 |
||
) | const [protected, virtual] |
Make a clean copy of itself using the given memory manager.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 131 of file expr_value.cpp.
References CVC3::ExprManager::getMM().
void* CVC3::ExprNode::operator new | ( | size_t | size, |
MemoryManager * | mm | ||
) | [inline] |
Overload operator new.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 466 of file expr_value.h.
References CVC3::MemoryManager::newData().
void CVC3::ExprNode::operator delete | ( | void * | pMem, |
MemoryManager * | mm | ||
) | [inline] |
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 468 of file expr_value.h.
References CVC3::MemoryManager::deleteData().
void CVC3::ExprNode::operator delete | ( | void * | ) | [inline] |
Overload operator delete.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 473 of file expr_value.h.
bool CVC3::ExprNode::operator== | ( | const ExprValue & | ev2 | ) | const [virtual] |
Compare with another ExprValue.
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 123 of file expr_value.cpp.
References CVC3::ExprValue::getKids(), CVC3::ExprValue::getKind(), and CVC3::ExprValue::getMMIndex().
Special attributes for uninterpreted functions.
Reimplemented from CVC3::ExprValue.
Definition at line 478 of file expr_value.h.
Reimplemented from CVC3::ExprValue.
Definition at line 479 of file expr_value.h.
Reimplemented from CVC3::ExprValue.
Definition at line 481 of file expr_value.h.
Reimplemented from CVC3::ExprValue.
Definition at line 482 of file expr_value.h.
friend class Expr [friend] |
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 415 of file expr_value.h.
friend class ExprManager [friend] |
Reimplemented from CVC3::ExprValue.
Reimplemented in CVC3::ExprApply.
Definition at line 416 of file expr_value.h.
std::vector<Expr> CVC3::ExprNode::d_children [protected] |
Vector of children.
Definition at line 420 of file expr_value.h.
CDO<Theorem>* CVC3::ExprNode::d_sig [protected] |
Definition at line 423 of file expr_value.h.
CDO<Theorem>* CVC3::ExprNode::d_rep [protected] |
Definition at line 424 of file expr_value.h.