Analyzer
.See: Description
Class | Description |
---|---|
ConditionTransformAnalyzer |
An analyzer that transforms trees that has a kind equal to a pre-specified kind to
another pre-specified kind if a pre-specified predicate returned true.
|
RecursiveAnalyzer |
A wrapper analyzer that recursively analyze the trees given to it using a pre-specified
analyzer.
|
SequentialAnalyzer |
An analyzer that executes a pre-specified list of other analyzers when executed.
|
Analyzer
.