Class | Description |
---|---|
DebugListTreeAnnotator |
A ListTreeAnnotator implementation that additionally outputs debugging information.
|
ImplicitsTreeAnnotator |
Adds annotations to a type based on the contents of a tree.
|
ListTreeAnnotator |
ListTreeAnnotator is a TreeVisitor that executes a list of
TreeAnnotator for each tree
visited. |
PropagationTreeAnnotator |
PropagationTreeAnnotator adds qualifiers to types where the resulting type is a function
of an input type, e.g. |
TreeAnnotator |
TreeAnnotator is an abstract SimpleTreeVisitor to be used with ListTreeAnnotator |