edu.mit.ai.psg.jeva
Interface IConstructor
- All Known Implementing Classes:
- WrappedConstructor, InterpretedConstructor
- public abstract interface IConstructor
- extends IMember, IAccessibleObject
IConstructor mirrors java.lang.reflect.Constructor, enabling Jeva to treat
compiled constructors and interpreted constructors interchangeably.
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998, 1999 Massachusetts Institute of Technology
- See Also:
Constructor
getParameterTypes
public IClass[] getParameterTypes()
getExceptionTypes
public IClass[] getExceptionTypes()
newInstance
public Object newInstance(Object[] initargs)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException