swarm.defobj
Class FCallImpl

java.lang.Object
  |
  +--swarm.defobj.FCallImpl

public class FCallImpl
extends Object
implements CreateS, Create, DropS, Drop, FCallS, FCall

A language independent interface to dynamic calls.. A language independent interface to dynamic calls.


Constructor Summary
FCallImpl()
           
FCallImpl(Zone aZone)
          Default constructor for Impl class
FCallImpl(Zone aZone, Object obj, Selector aSel, FArguments fa)
           
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.FCall
getArguments, performCall
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCallImpl

public FCallImpl()

FCallImpl

public FCallImpl(Zone aZone,
                 Object obj,
                 Selector aSel,
                 FArguments fa)

FCallImpl

public FCallImpl(Zone aZone)
Default constructor for Impl class