public class TypeRefTypeVisitor extends AbstractTypeVisitor6<TypeRef,Integer>
| Constructor and Description |
|---|
TypeRefTypeVisitor(AptContext context) |
| Modifier and Type | Method and Description |
|---|---|
TypeRef |
visitArray(ArrayType t,
Integer dimension) |
TypeRef |
visitDeclared(DeclaredType t,
Integer dimension) |
TypeRef |
visitError(ErrorType t,
Integer dimension) |
TypeRef |
visitExecutable(ExecutableType t,
Integer dimension) |
TypeRef |
visitNoType(NoType t,
Integer dimension) |
TypeRef |
visitNull(NullType t,
Integer dimension) |
TypeRef |
visitPrimitive(PrimitiveType t,
Integer dimension) |
TypeRef |
visitTypeVariable(TypeVariable t,
Integer dimension) |
TypeRef |
visitUnknown(TypeMirror t,
Integer dimension) |
TypeRef |
visitWildcard(WildcardType t,
Integer dimension) |
visit, visit, visitIntersection, visitUnionpublic TypeRefTypeVisitor(AptContext context)
public TypeRef visitPrimitive(PrimitiveType t, Integer dimension)
public TypeRef visitDeclared(DeclaredType t, Integer dimension)
public TypeRef visitTypeVariable(TypeVariable t, Integer dimension)
public TypeRef visitWildcard(WildcardType t, Integer dimension)
public TypeRef visitExecutable(ExecutableType t, Integer dimension)
public TypeRef visitUnknown(TypeMirror t, Integer dimension)
visitUnknown in interface TypeVisitor<TypeRef,Integer>visitUnknown in class AbstractTypeVisitor6<TypeRef,Integer>Copyright © 2023. All rights reserved.