souffle
2.0.2-371-g6315b36
|
@Class MetaTransformer @Brief Abstract class to identifier meta transformer More...
#include <Meta.h>
Additional Inherited Members | |
Public Member Functions inherited from souffle::ram::transform::Transformer | |
bool | apply (TranslationUnit &translationUnit) |
@Brief apply the transformer to a translation unit @Param translationUnit that will be transformed. More... | |
virtual std::string | getName () const =0 |
@Brief get name of the transformer More... | |
virtual | ~Transformer ()=default |
Protected Member Functions inherited from souffle::ram::transform::Transformer | |
virtual bool | transform (TranslationUnit &translationUnit)=0 |
@Brief transform the translation unit / used by apply @Param translationUnit that will be transformed. More... | |
@Class MetaTransformer @Brief Abstract class to identifier meta transformer