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) |
protected AnnotationBinding[] |
getAnnotationBindings() |
TypeKind |
getKind() |
List<? extends TypeMirror> |
getParameterTypes() |
TypeMirror |
getReceiverType() |
TypeMirror |
getReturnType() |
List<? extends TypeMirror> |
getThrownTypes() |
List<? extends TypeVariable> |
getTypeVariables() |
String |
toString() |
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodegetAnnotation, getAnnotationMirrors, getAnnotationsByTypepublic List<? extends TypeMirror> getParameterTypes()
getParameterTypes in interface ExecutableTypepublic TypeMirror getReturnType()
getReturnType in interface ExecutableTypeprotected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class TypeMirrorImplpublic 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 ExecutableTypepublic String toString()
toString in interface TypeMirrortoString in class TypeMirrorImplCopyright © 2016. All rights reserved.