checkers.basetype
Class BaseTypeVisitor.TypeValidator
java.lang.Object
checkers.types.visitors.AnnotatedTypeScanner<Void,Tree>
checkers.basetype.BaseTypeVisitor.TypeValidator
- All Implemented Interfaces:
- AnnotatedTypeVisitor<Void,Tree>
- Enclosing class:
- BaseTypeVisitor<R,P>
protected class BaseTypeVisitor.TypeValidator
extends AnnotatedTypeScanner<Void,Tree>
Methods inherited from class checkers.types.visitors.AnnotatedTypeScanner |
reduce, scan, scan, scanAndReduce, scanAndReduce, visit, visit, visitArray, visitExecutable, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitWildcard |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTypeVisitor.TypeValidator
protected BaseTypeVisitor.TypeValidator()
reportError
protected void reportError(AnnotatedTypeMirror type,
Tree p)
visitDeclared
public Void visitDeclared(AnnotatedTypeMirror.AnnotatedDeclaredType type,
Tree p)
- Description copied from interface:
AnnotatedTypeVisitor
- Visits a declared type.
- Specified by:
visitDeclared
in interface AnnotatedTypeVisitor<Void,Tree>
- Overrides:
visitDeclared
in class AnnotatedTypeScanner<Void,Tree>
- Parameters:
type
- the type to visitp
- a visitor-specified parameter
- Returns:
- a visitor-specified result