public class EnvironmentConstructor extends Object implements MetaConstructor
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<EnvironmentClass> |
getExceptionTypes() |
int |
getModifiers() |
List<EnvironmentClass> |
getParameterTypes() |
int |
hashCode() |
static Collection<EnvironmentConstructor> |
wrap(Constructor... constructors) |
static EnvironmentConstructor |
wrap(Constructor ctr) |
public static EnvironmentConstructor wrap(Constructor ctr)
public static Collection<EnvironmentConstructor> wrap(Constructor... constructors)
public int getModifiers()
getModifiers
in interface MetaModifiable
public Collection<EnvironmentClass> getExceptionTypes()
getExceptionTypes
in interface MetaProcedure
public List<EnvironmentClass> getParameterTypes()
getParameterTypes
in interface MetaProcedure
see also the complete user documentation .