edu.wpi.ebob.model.cm
Interface IMethod

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

public interface IMethod
extends IMember

Author:
Liam Morley

Method Summary
 IClass getDeclaringClass()
           
 IClass[] getParameterTypes()
           
 IClass getReturnType()
           
 IObject invoke(IObject obj, IObject[] args)
           
 
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

getDeclaringClass

IClass getDeclaringClass()

getReturnType

IClass getReturnType()

getParameterTypes

IClass[] getParameterTypes()

invoke

IObject invoke(IObject obj,
               IObject[] args)
               throws RemoteException
Throws:
RemoteException