swarm.defobj
Class FArgumentsCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.defobj.FArgumentsCImpl

public class FArgumentsCImpl
extends PhaseCImpl
implements CreateS, CreateC, DropS, DropC, FArgumentsS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
FArgumentsCImpl()
           
FArgumentsCImpl(FArgumentsImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FArgumentsCImpl

public FArgumentsCImpl(FArgumentsImpl nextPhase)

FArgumentsCImpl

public FArgumentsCImpl()