Top Description Constructors
javax.lang.model.util

public abstract Class AbstractTypeVisitor14<R, P>

extends AbstractTypeVisitor9<R, P>
Class Inheritance
Annotations
@SupportedSourceVersion:RELEASE_22
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.
Imports
javax.annotation.processing.SupportedSourceVersion, javax.lang.model.SourceVersion

A skeletal visitor of types with default behavior appropriate for the RELEASE_14 source version.
Since
14
See Also
Compatibility note for subclasses, AbstractTypeVisitor6, AbstractTypeVisitor7, AbstractTypeVisitor8, AbstractTypeVisitor9

Constructor Summary

AccessConstructor and Description
protected
AbstractTypeVisitor14()

Constructor for concrete subclasses to call.

Constructor Detail

AbstractTypeVisitor14back to summary
protected AbstractTypeVisitor14()

Constructor for concrete subclasses to call.