public class MethodElement.MethodType extends Object implements ExecutableType
ExecutableType for a MethodElement.| Constructor and Description |
|---|
MethodElement.MethodType() |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(TypeVisitor<R,P> v,
P p) |
TypeKind |
getKind() |
List<TypeMirror> |
getParameterTypes() |
TypeMirror |
getReturnType() |
ArrayList<TypeMirror> |
getThrownTypes() |
List<? extends TypeVariable> |
getTypeVariables()
Deprecated.
Always returns an empty list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic TypeKind getKind()
getKind in interface TypeMirrorpublic <R,P> R accept(TypeVisitor<R,P> v, P p)
accept in interface TypeMirror@Deprecated public List<? extends TypeVariable> getTypeVariables()
getTypeVariables in interface ExecutableTypepublic TypeMirror getReturnType()
getReturnType in interface ExecutableTypepublic List<TypeMirror> getParameterTypes()
getParameterTypes in interface ExecutableTypepublic ArrayList<TypeMirror> getThrownTypes()
getThrownTypes in interface ExecutableTypeCopyright © 2015 Google, Inc.. All rights reserved.