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, wait
getStaticImportPattern, isStatic
getImportPattern
public static EnvironmentMethod wrap(Method method)
public static Collection<EnvironmentMethod> wrap(Method... methods)
public MetaClass getReturnType()
getReturnType
in interface MetaMethod
public int getModifiers()
getModifiers
in interface MetaModifiable
public String getName()
getName
in interface MetaMethod
getName
in interface MetaStaticImportableMember
public List<EnvironmentType> getParameterTypes()
getParameterTypes
in interface MetaProcedure
public Collection<EnvironmentClass> getExceptionTypes()
getExceptionTypes
in interface MetaProcedure
public EnvironmentClass getEnclosingClass()
getEnclosingClass
in interface MetaStaticImportableMember
see also the complete user documentation .