public class EnvironmentMethod extends Object implements MetaMethod
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnvironmentClass |
getEnclosingClass() |
Collection<EnvironmentClass> |
getExceptionTypes() |
int |
getModifiers() |
String |
getName() |
List<EnvironmentType> |
getParameterTypes() |
MetaClass |
getReturnType() |
int |
hashCode() |
static Collection<EnvironmentMethod> |
wrap(Method... methods) |
static EnvironmentMethod |
wrap(Method method) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetStaticImportPattern, isStaticgetImportPatternpublic static EnvironmentMethod wrap(Method method)
public static Collection<EnvironmentMethod> wrap(Method... methods)
public MetaClass getReturnType()
getReturnType in interface MetaMethodpublic int getModifiers()
getModifiers in interface MetaModifiablepublic String getName()
getName in interface MetaMethodgetName in interface MetaStaticImportableMemberpublic List<EnvironmentType> getParameterTypes()
getParameterTypes in interface MetaProcedurepublic Collection<EnvironmentClass> getExceptionTypes()
getExceptionTypes in interface MetaProcedurepublic EnvironmentClass getEnclosingClass()
getEnclosingClass in interface MetaStaticImportableMembersee also the complete user documentation .