edu.wpi.ebob.model.cm
Interface IConstructor

All Superinterfaces:
IMember, IObject
All Known Implementing Classes:
JEMConstructor

public interface IConstructor
extends IMember

Author:
Liam Morley

Method Summary
 IClass[] getParameterTypes()
           
 IObject newInstance(IObject[] initargs)
           
 
Methods inherited from interface edu.wpi.ebob.model.cm.IMember
getName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized
 
Methods inherited from interface edu.wpi.ebob.model.cm.IObject
getIClass, isInstanceof, objToString
 

Method Detail

newInstance

IObject newInstance(IObject[] initargs)
                    throws RemoteException
Throws:
RemoteException

getParameterTypes

IClass[] getParameterTypes()
                           throws RemoteException
Throws:
RemoteException