PatternActionRule::PatternActionRule
Constructor
Synopsis
Declared in <src/midend/programTransformation/finiteDifferencing/patternRewrite.h>
PatternActionRule(
Pattern* pattern,
Pattern* action);
Parameters
Name |
Description |
pattern |
The object to construct from |
action |
Abstract interface for a pattern which can match ASTs |
Created with MrDocs