public class DecoratedTypeVariable extends DecoratedReferenceType<TypeVariable> implements TypeVariable
delegate, env| Constructor and Description |
|---|
DecoratedTypeVariable(TypeVariable delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
Element |
asElement() |
TypeMirror |
getLowerBound() |
TypeMirror |
getUpperBound() |
boolean |
isTypeVariable() |
isInstanceOf, isInstanceOf, isReferenceTypeequals, getDeferredDocComment, getDelegate, getDocComment, getDocValue, getDocValue, getKind, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInstanceOf, isInterface, isList, isNull, isPrimitive, isVoid, isWildcard, setDeferredDocComment, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getKind, hashCode, toStringpublic DecoratedTypeVariable(TypeVariable delegate, DecoratedProcessingEnvironment env)
public Element asElement()
asElement in interface TypeVariablepublic TypeMirror getUpperBound()
getUpperBound in interface TypeVariablepublic TypeMirror getLowerBound()
getLowerBound in interface TypeVariablepublic boolean isTypeVariable()
isTypeVariable in class DecoratedTypeMirror<TypeVariable>public <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class DecoratedTypeMirror<TypeVariable>Copyright © 2006-2016–2017. All rights reserved.