CVC3
|
#include <LFSCUtilProof.h>
Inherits LFSCProof.
Definition at line 39 of file LFSCUtilProof.h.
LFSCPfLambda::LFSCPfLambda | ( | LFSCPfVar * | v, |
LFSCProof * | bd, | ||
LFSCProof * | aVal = NULL |
||
) | [inline, private] |
Definition at line 46 of file LFSCUtilProof.h.
virtual LFSCPfLambda::~LFSCPfLambda | ( | ) | [inline, private, virtual] |
Definition at line 48 of file LFSCUtilProof.h.
long int LFSCPfLambda::get_length | ( | ) | [inline, private, virtual] |
Reimplemented from LFSCProof.
Definition at line 49 of file LFSCUtilProof.h.
virtual LFSCPfLambda* LFSCPfLambda::AsLFSCPfLambda | ( | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 51 of file LFSCUtilProof.h.
void LFSCPfLambda::print_pf | ( | std::ostream & | s, |
int | ind = 0 |
||
) | [virtual] |
Implements LFSCProof.
Definition at line 52 of file LFSCUtilProof.cpp.
References abstVal, body, RefPtr< T >::get(), LFSCProof::lambdaPrintMap, and pfV.
static LFSCProof* LFSCPfLambda::Make | ( | LFSCPfVar * | v, |
LFSCProof * | bd, | ||
LFSCProof * | aVal = NULL |
||
) | [inline, static] |
Definition at line 53 of file LFSCUtilProof.h.
References LFSCPfLambda().
LFSCProof* LFSCPfLambda::clone | ( | ) | [inline, virtual] |
Implements LFSCProof.
Definition at line 56 of file LFSCUtilProof.h.
References abstVal, body, RefPtr< T >::get(), LFSCPfLambda(), and pfV.
int LFSCPfLambda::getNumChildren | ( | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 57 of file LFSCUtilProof.h.
LFSCProof* LFSCPfLambda::getChild | ( | int | n | ) | [inline, virtual] |
Reimplemented from LFSCProof.
Definition at line 58 of file LFSCUtilProof.h.
References body, RefPtr< T >::get(), and pfV.
RefPtr< LFSCPfVar > LFSCPfLambda::pfV [private] |
Definition at line 41 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), getChild(), and print_pf().
RefPtr< LFSCProof > LFSCPfLambda::body [private] |
Definition at line 42 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), getChild(), and print_pf().
RefPtr< LFSCProof > LFSCPfLambda::abstVal [private] |
Definition at line 44 of file LFSCUtilProof.h.
Referenced by clone(), and print_pf().