Tenncor
|
Represent a conversion between two rule trees. More...
#include <def.h>
Public Attributes | |
struct Subgraph * | source_ |
Rule tree to target for conversion. More... | |
struct Subgraph * | dest_ |
Rule tree to convert to given the source tree's identified ANY children. More... | |
Represent a conversion between two rule trees.
struct Subgraph* Conversion::dest_ |
Rule tree to convert to given the source tree's identified ANY children.
struct Subgraph* Conversion::source_ |
Rule tree to target for conversion.