CVC3
|
#include <LFSCLraProof.h>
Inherits LFSCProof.
Definition at line 84 of file LFSCLraProof.h.
Definition at line 88 of file LFSCLraProof.h.
References LFSCProof::checkOp(), d_children, d_op1, and d_op2.
virtual LFSCLraSub::~LFSCLraSub | ( | ) | [inline, private, virtual] |
Definition at line 96 of file LFSCLraProof.h.
long int LFSCLraSub::get_length | ( | ) | [inline, private, virtual] |
virtual LFSCLraSub* LFSCLraSub::AsLFSCLraSub | ( | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 101 of file LFSCLraProof.h.
void LFSCLraSub::print_pf | ( | std::ostream & | s, |
int | ind = 0 |
||
) | [virtual] |
Implements LFSCProof.
Definition at line 81 of file LFSCLraProof.cpp.
References d_children, d_op1, d_op2, and kind_to_str().
Definition at line 89 of file LFSCLraProof.cpp.
References LFSCProof::isTrivial(), and LFSCLraSub().
Referenced by LFSCConvert::cvc3_to_lfsc(), LFSCConvert::do_bso(), and TReturn::normalize_tr().
LFSCProof* LFSCLraSub::clone | ( | ) | [inline, virtual] |
Implements LFSCProof.
Definition at line 104 of file LFSCLraProof.h.
References d_children, d_op1, d_op2, and LFSCLraSub().
int LFSCLraSub::getNumChildren | ( | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 105 of file LFSCLraProof.h.
LFSCProof* LFSCLraSub::getChild | ( | int | n | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 106 of file LFSCLraProof.h.
References d_children, and RefPtr< T >::get().
int LFSCLraSub::checkOp | ( | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 107 of file LFSCLraProof.h.
References d_op1, d_op2, and get_knd_result().
RefPtr< LFSCProof > LFSCLraSub::d_children[2] [private] |
Definition at line 86 of file LFSCLraProof.h.
Referenced by clone(), get_length(), getChild(), LFSCLraSub(), and print_pf().
int LFSCLraSub::d_op1 [private] |
Definition at line 87 of file LFSCLraProof.h.
Referenced by checkOp(), clone(), LFSCLraSub(), and print_pf().
int LFSCLraSub::d_op2 [private] |
Definition at line 87 of file LFSCLraProof.h.
Referenced by checkOp(), clone(), LFSCLraSub(), and print_pf().