Interface | Description |
---|---|
AnnotatedTypeVisitor<R,P> |
A Visitor class of annotated types, in the style of the visitor
design pattern.
|
Class | Description |
---|---|
AnnotatedTypeComparer<R> |
A TypeVisitor that takes an AnnotatedTypeMirror as a parameter, and
visits it simultaneously.
|
AnnotatedTypeMerger |
Replaces or adds all the annotations in the parameter with the annotations
from the visited type.
|
AnnotatedTypeScanner<R,P> |
A TypeVisitor that visits all the child tree nodes.
|
SimpleAnnotatedTypeScanner<R,P> | |
SimpleAnnotatedTypeVisitor<R,P> |
A simple visitor for
AnnotatedTypeMirror s. |