|
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 | ) |
| Trans::Trans | ( | const Node & | _n, |
| int | _arity | ||
| ) |
| Trans::Trans | ( | const Trans & | trans | ) |
| Trans::~Trans | ( | ) |
| bool Trans::is_cst_trans | ( | Tree & | _x | ) | const [inline] |
Definition at line 115 of file patternmatcher.cpp.
| bool Trans::is_op_trans | ( | Node & | _n | ) | const [inline] |
Definition at line 116 of file patternmatcher.cpp.
| bool Trans::is_var_trans | ( | ) | const [inline] |
Definition at line 114 of file patternmatcher.cpp.
| bool Trans::operator< | ( | const Trans & | trans | ) | const [inline] |
| bool Trans::operator== | ( | const Trans & | trans | ) | const [inline] |
| int Trans::arity |
Definition at line 104 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
Definition at line 103 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
Definition at line 105 of file patternmatcher.cpp.
Referenced by operator=(), Trans(), and ~Trans().
Definition at line 102 of file patternmatcher.cpp.
Referenced by operator<(), operator=(), and operator==().
1.8.0