swarm.defobj
Class FArgumentsImpl

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

public class FArgumentsImpl
extends Object
implements CreateS, Create, DropS, Drop, FArgumentsS, FArguments

A language independent interface to dynamic call argument construction.. A language independent interface to dynamic call argument construction.


Constructor Summary
FArgumentsImpl()
           
FArgumentsImpl(Zone aZone)
          Default constructor for Impl class
FArgumentsImpl(Zone aZone, Selector aSel, boolean javaFlag)
           
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.FArguments
getJavaFlag
 
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

FArgumentsImpl

public FArgumentsImpl()

FArgumentsImpl

public FArgumentsImpl(Zone aZone,
                      Selector aSel,
                      boolean javaFlag)

FArgumentsImpl

public FArgumentsImpl(Zone aZone)
Default constructor for Impl class