edu.mit.ai.psg.jeva
Interface IConstructor
- All Known Implementing Classes:
- WrappedConstructor, InterpretedConstructor
- public interface IConstructor
- extends IMember, IAccessibleObject
IConstructor mirrors java.lang.reflect.Constructor, enabling Jeva to treat
compiled constructors and interpreted constructors interchangeably.
- See Also:
Constructor
getParameterTypes
public IClass[] getParameterTypes()
getExceptionTypes
public IClass[] getExceptionTypes()
newInstance
public Object newInstance(Object[] initargs)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException