public class ExecutableTypeImpl extends TypeMirrorImpl implements javax.lang.model.type.ExecutableType
_binding, _env| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p) |
protected AnnotationBinding[] |
getAnnotationBindings() |
javax.lang.model.type.TypeKind |
getKind() |
java.util.List<? extends javax.lang.model.type.TypeMirror> |
getParameterTypes() |
javax.lang.model.type.TypeMirror |
getReceiverType() |
javax.lang.model.type.TypeMirror |
getReturnType() |
java.util.List<? extends javax.lang.model.type.TypeMirror> |
getThrownTypes() |
java.util.List<? extends javax.lang.model.type.TypeVariable> |
getTypeVariables() |
java.lang.String |
toString() |
equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getPackedAnnotationBindings, hashCodepublic java.util.List<? extends javax.lang.model.type.TypeMirror> getParameterTypes()
getParameterTypes in interface javax.lang.model.type.ExecutableTypepublic javax.lang.model.type.TypeMirror getReturnType()
getReturnType in interface javax.lang.model.type.ExecutableTypeprotected AnnotationBinding[] getAnnotationBindings()
getAnnotationBindings in class TypeMirrorImplpublic java.util.List<? extends javax.lang.model.type.TypeMirror> getThrownTypes()
getThrownTypes in interface javax.lang.model.type.ExecutableTypepublic java.util.List<? extends javax.lang.model.type.TypeVariable> getTypeVariables()
getTypeVariables in interface javax.lang.model.type.ExecutableTypepublic <R,P> R accept(javax.lang.model.type.TypeVisitor<R,P> v,
P p)
accept in interface javax.lang.model.type.TypeMirroraccept in class TypeMirrorImplpublic javax.lang.model.type.TypeKind getKind()
getKind in interface javax.lang.model.type.TypeMirrorgetKind in class TypeMirrorImplpublic javax.lang.model.type.TypeMirror getReceiverType()
getReceiverType in interface javax.lang.model.type.ExecutableTypepublic java.lang.String toString()
toString in interface javax.lang.model.type.TypeMirrortoString in class TypeMirrorImpl