public class ExecutableTypeImpl extends TypeMirrorImpl implements ExecutableType
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
TypeKind |
getKind() |
List<? extends TypeMirror> |
getParameterTypes() |
TypeMirror |
getReceiverType() |
TypeMirror |
getReturnType() |
List<? extends TypeMirror> |
getThrownTypes() |
List<? extends TypeVariable> |
getTypeVariables() |
equals, getAnnotation, getAnnotationBindings, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic List<? extends TypeMirror> getParameterTypes()
getParameterTypes in interface ExecutableTypepublic TypeMirror getReturnType()
getReturnType in interface ExecutableTypepublic List<? extends TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableTypepublic List<? extends TypeVariable> getTypeVariables()
getTypeVariables in interface ExecutableTypepublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirroraccept in class TypeMirrorImplpublic TypeKind getKind()
getKind in interface TypeMirrorgetKind in class TypeMirrorImplpublic TypeMirror getReceiverType()
getReceiverType in interface ExecutableTypeCopyright © 2015. All rights reserved.