Interface | Description |
---|---|
AnnotatedTypeVisitor<R extends @Nullable Object,P extends @Nullable Object> |
A Visitor class of annotated types, in the style of the visitor
design pattern.
|
Class | Description |
---|---|
AnnotatedTypeComparer<R extends @Nullable Object> |
A TypeVisitor that takes an AnnotatedTypeMirror as a parameter, and
visits it simultaneously.
|
AnnotatedTypeScanner<R extends @Nullable Object,P extends @Nullable Object> |
A TypeVisitor that visits all the child tree nodes.
|
SimpleAnnotatedTypeScanner<R extends @Nullable Object,P extends @Nullable Object> | |
SimpleAnnotatedTypeVisitor<R extends @Nullable Object,P extends @Nullable Object> |
A simple visitor for
AnnotatedTypeMirror s. |