public class DecoratedTypeMirror<T extends TypeMirror> extends Object implements TypeMirror
| Modifier and Type | Field and Description |
|---|---|
protected T |
delegate |
protected DecoratedProcessingEnvironment |
env |
| Constructor and Description |
|---|
DecoratedTypeMirror(T delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
boolean |
equals(Object obj) |
DocComment |
getDeferredDocComment() |
T |
getDelegate() |
String |
getDocComment() |
String |
getDocValue() |
String |
getDocValue(JavaDocTagHandler tagHandler) |
TypeKind |
getKind() |
boolean |
isAnnotation() |
boolean |
isArray() |
boolean |
isClass() |
boolean |
isCollection() |
boolean |
isDeclared() |
boolean |
isEnum() |
boolean |
isInstanceOf(Class<?> clazz) |
boolean |
isInstanceOf(Element type) |
boolean |
isInstanceOf(String typeName) |
boolean |
isInstanceOf(TypeMirror candidate) |
boolean |
isInterface() |
boolean |
isList() |
boolean |
isNull() |
boolean |
isPrimitive() |
boolean |
isReferenceType() |
boolean |
isTypeVariable() |
boolean |
isVoid() |
boolean |
isWildcard() |
void |
setDeferredDocComment(DocComment docComment) |
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithashCodeprotected final T extends TypeMirror delegate
protected final DecoratedProcessingEnvironment env
public DecoratedTypeMirror(T delegate, DecoratedProcessingEnvironment env)
public TypeKind getKind()
getKind in interface TypeMirrorpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirrorpublic boolean equals(Object obj)
equals in interface TypeMirrorequals in class Objectpublic String toString()
toString in interface TypeMirrortoString in class Objectpublic boolean isInstanceOf(Class<?> clazz)
public boolean isInstanceOf(String typeName)
public boolean isInstanceOf(Element type)
public boolean isInstanceOf(TypeMirror candidate)
public boolean isAnnotation()
public boolean isArray()
public boolean isCollection()
public boolean isList()
public boolean isNull()
public boolean isReferenceType()
public boolean isClass()
public boolean isDeclared()
public boolean isEnum()
public boolean isInterface()
public boolean isPrimitive()
public boolean isTypeVariable()
public boolean isVoid()
public boolean isWildcard()
public T getDelegate()
public String getDocComment()
public DocComment getDeferredDocComment()
public void setDeferredDocComment(DocComment docComment)
public String getDocValue()
public String getDocValue(JavaDocTagHandler tagHandler)
Copyright © 2006-2016–2017. All rights reserved.