public class DecoratedExecutableType extends DecoratedTypeMirror<ExecutableType> implements ExecutableType
delegate, env| Constructor and Description |
|---|
DecoratedExecutableType(ExecutableType delegate,
DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
List<? extends TypeMirror> |
getParameterTypes() |
TypeMirror |
getReturnType() |
List<? extends TypeMirror> |
getThrownTypes() |
List<? extends TypeVariable> |
getTypeVariables() |
equals, getDeferredDocComment, getDelegate, getDocComment, getDocValue, getDocValue, getKind, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInstanceOf, isInstanceOf, isInstanceOf, isInterface, isList, isNull, isPrimitive, isReferenceType, isTypeVariable, isVoid, isWildcard, setDeferredDocComment, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getKind, hashCode, toStringpublic DecoratedExecutableType(ExecutableType delegate, DecoratedProcessingEnvironment env)
public List<? extends TypeVariable> getTypeVariables()
getTypeVariables in interface ExecutableTypepublic TypeMirror getReturnType()
getReturnType in interface ExecutableTypepublic List<? extends TypeMirror> getParameterTypes()
getParameterTypes in interface ExecutableTypepublic List<? extends TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableTypepublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class DecoratedTypeMirror<ExecutableType>Copyright © 2006-2016–2017. All rights reserved.