protected class ReportVisitor.ReportTypeValidator extends BaseTypeVisitor.TypeValidator
isValid
visitedNodes
Modifier | Constructor and Description |
---|---|
protected |
ReportVisitor.ReportTypeValidator() |
Modifier and Type | Method and Description |
---|---|
Void |
visitDeclared(AnnotatedTypeMirror.AnnotatedDeclaredType type,
Tree tree)
Visits a declared type.
|
reportError, reportValidityResult, visitArray, visitParameterizedType, visitPrimitive, visitTypeVariable, visitWildcard
reduce, scan, scan, scanAndReduce, scanAndReduce, visit, visit, visitExecutable, visitIntersection, visitNoType, visitNull
public Void visitDeclared(AnnotatedTypeMirror.AnnotatedDeclaredType type, Tree tree)
AnnotatedTypeVisitor
visitDeclared
in interface AnnotatedTypeVisitor<Void,Tree>
visitDeclared
in class BaseTypeVisitor.TypeValidator
type
- the type to visittree
- a visitor-specified parameter