Class SimpleAnnotatedTypeVisitor<R,​P>

  • Type Parameters:
    R - the return type of this visitor's methods. Use Void for visitors that do not need to return results.
    P - the type of the additional parameter to this visitor's methods. Use Void for visitors that do not need an additional parameter.
    All Implemented Interfaces:
    AnnotatedTypeVisitor<R,​P>

    public abstract class SimpleAnnotatedTypeVisitor<R,​P>
    extends java.lang.Object
    implements AnnotatedTypeVisitor<R,​P>
    A simple visitor for AnnotatedTypeMirrors.