#include <automaton.h>
Public Member Functions | |
| Automaton () | |
| Automaton (map< string, vector< insn > > rules) | |
| void | SetSuccessorParents () |
| TreeNode * | FindStartOp (string opname) |
| void | PrintAutomaton () |
| Automaton () | |
| Automaton (map< string, vector< insn > > rules) | |
| void | SetSuccessorParents () |
| TreeNode * | FindStartOp (string opname) |
| void | PrintAutomaton () |
Private Attributes | |
| map< string, TreeNode > | ParseTree |
| map< string, TreeNode > | ParseTree |
|
|
Definition at line 28 of file include/automaton.h. |
|
|
Definition at line 31 of file include/automaton.h. References InsnVecIter, ParseTree, RuleIter, SetSuccessorParents(), and TreeIter. |
|
|
Definition at line 28 of file src/automaton.h. |
|
|
Definition at line 31 of file src/automaton.h. References InsnVecIter, ParseTree, RuleIter, SetSuccessorParents(), and TreeIter. |
|
|
Definition at line 90 of file src/automaton.h. References BelongIter, ParseTree, and TreeIter. |
|
|
Definition at line 90 of file include/automaton.h. References BelongIter, ParseTree, and TreeIter. Referenced by MungManyToOne(). |
|
|
Definition at line 105 of file src/automaton.h. References BelongIter, insn::GetName(), TreeNode::GetOp(), SuccNode::GetOp(), SuccNode::GetParentNode(), SuccNode::IsLeafNode(), ParseTree, and TreeIter. |
|
|
Definition at line 105 of file include/automaton.h. References BelongIter, insn::GetName(), TreeNode::GetOp(), SuccNode::GetOp(), SuccNode::GetParentNode(), SuccNode::IsLeafNode(), ParseTree, and TreeIter. Referenced by main(). |
|
|
Definition at line 70 of file src/automaton.h. References BelongIter, insn::GetName(), SuccNode::GetOp(), ParseTree, SuccNode::SetParentNode(), and TreeIter. |
|
|
Definition at line 70 of file include/automaton.h. References BelongIter, insn::GetName(), SuccNode::GetOp(), ParseTree, SuccNode::SetParentNode(), and TreeIter. Referenced by Automaton(). |
|
|
Definition at line 23 of file src/automaton.h. |
|
|
Definition at line 23 of file include/automaton.h. Referenced by Automaton(), FindStartOp(), PrintAutomaton(), and SetSuccessorParents(). |
1.3.2