Package checkers.types.visitors

Interface Summary
AnnotatedTypeVisitor<R,P> A Visitor class of annotated types, in the style of the visitor design pattern.
 

Class Summary
AnnotatedTypeComparer<R> A TypeVisitor that takes an AnnotatedTypeMirror as a parameter, and visits it simultaneously.
AnnotatedTypeScanner<R,P> A TypeVisitor that visits all the child tree nodes.
SimpleAnnotatedTypeScanner<R,P>  
SimpleAnnotatedTypeVisitor<R,P> A simple visitor for AnnotatedTypeMirrors.