@Deprecated public abstract class APTTypeVisitor<T,P> extends Object
TypeMirror
and computes a value.
This visitor takes a parameter 'P' so that visitor code can be made stateless.
Constructor and Description |
---|
APTTypeVisitor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
apply(com.sun.mirror.type.TypeMirror type,
P param)
Deprecated.
|
protected abstract T |
onArrayType(com.sun.mirror.type.ArrayType type,
P param)
Deprecated.
|
protected abstract T |
onClassType(com.sun.mirror.type.ClassType type,
P param)
Deprecated.
|
protected abstract T |
onInterfaceType(com.sun.mirror.type.InterfaceType type,
P param)
Deprecated.
|
protected abstract T |
onPrimitiveType(com.sun.mirror.type.PrimitiveType type,
P param)
Deprecated.
|
protected abstract T |
onTypeVariable(com.sun.mirror.type.TypeVariable type,
P param)
Deprecated.
|
protected abstract T |
onVoidType(com.sun.mirror.type.VoidType type,
P param)
Deprecated.
|
protected abstract T |
onWildcard(com.sun.mirror.type.WildcardType type,
P param)
Deprecated.
|
protected abstract T onPrimitiveType(com.sun.mirror.type.PrimitiveType type, P param)
protected abstract T onArrayType(com.sun.mirror.type.ArrayType type, P param)
protected abstract T onClassType(com.sun.mirror.type.ClassType type, P param)
protected abstract T onInterfaceType(com.sun.mirror.type.InterfaceType type, P param)
protected abstract T onTypeVariable(com.sun.mirror.type.TypeVariable type, P param)
Copyright © 2012. All Rights Reserved.