Public Member Functions | |
RuleStub (const Rule &r) | |
Key | from_state () |
Key | from_stack () |
Key | to_state () |
Key | to_stack1 () |
Key | to_stack2 () |
sem_elem_t | weight () |
std::ostream & | print (std::ostream &o) const |
Public Attributes | |
Key | fs |
Key | fstk |
Key | ts |
Key | tstk1 |
Key | tstk2 |
sem_elem_t | se |
wali::witness::RuleStub::RuleStub | ( | const Rule & | r | ) |
sem_elem_t wali::witness::RuleStub::weight | ( | ) |
References se.
std::ostream & wali::witness::RuleStub::print | ( | std::ostream & | o | ) | const [virtual] |
Implements wali::Printable.
References fs, fstk, wali::key2str(), se, ts, tstk1, and tstk2.
Referenced by wali::witness::WitnessRule::prettyPrint(), and wali::witness::VisitorPrinter::visitRule().
Referenced by from_state(), and print().
Referenced by from_stack(), and print().
Referenced by print(), and to_state().
Referenced by print(), and to_stack1().
Referenced by print(), and to_stack2().