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 MetaModifiablepublic Collection<EnvironmentClass> getExceptionTypes()
getExceptionTypes in interface MetaProcedurepublic List<EnvironmentClass> getParameterTypes()
getParameterTypes in interface MetaProceduresee also the complete user documentation .