|
FAUST compiler
0.9.9.6b8
|

Public Member Functions | |
| Trans (Tree _x) | |
| Trans (const Node &_n, int _arity) | |
| Trans (const Trans &trans) | |
| ~Trans () | |
| Trans & | operator= (const Trans &trans) |
| bool | is_var_trans () const |
| bool | is_cst_trans (Tree &_x) const |
| bool | is_op_trans (Node &_n) const |
| bool | operator== (const Trans &trans) const |
| bool | operator< (const Trans &trans) const |
Public Attributes | |
| Tree | x |
| Node | n |
| int | arity |
| State * | state |
Definition at line 101 of file patternmatcher.cpp.
| Trans::Trans | ( | Tree | _x | ) |
Definition at line 157 of file patternmatcher.cpp.
| Trans::Trans | ( | const Node & | _n, |
| int | _arity | ||
| ) |
Definition at line 162 of file patternmatcher.cpp.
| Trans::Trans | ( | const Trans & | trans | ) |
Definition at line 167 of file patternmatcher.cpp.
References state.
| Trans::~Trans | ( | ) |
Definition at line 173 of file patternmatcher.cpp.
References state.
|
inline |
Definition at line 115 of file patternmatcher.cpp.
|
inline |
Definition at line 116 of file patternmatcher.cpp.
|
inline |
Definition at line 114 of file patternmatcher.cpp.
|
inline |
Definition at line 120 of file patternmatcher.cpp.
References arity, Node::getSym(), n, and x.

Definition at line 178 of file patternmatcher.cpp.
References arity, n, state, and x.
|
inline |
Definition at line 118 of file patternmatcher.cpp.
| int Trans::arity |
Definition at line 104 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
| Node Trans::n |
Definition at line 103 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
| State* Trans::state |
Definition at line 105 of file patternmatcher.cpp.
Referenced by operator=(), Trans(), and ~Trans().
| Tree Trans::x |
Definition at line 102 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
1.8.7