swarm.defobj
Class FCallCImpl

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

public class FCallCImpl
extends PhaseCImpl
implements CreateS, CreateC, DropS, DropC, FCallS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
FCallCImpl()
           
FCallCImpl(FCallImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods implemented by this class for interface swarm.defobj.FCallS
getArguments, setArguments, setJavaMethod$inClass, setMethod$inObject
 
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

FCallCImpl

public FCallCImpl(FCallImpl nextPhase)

FCallCImpl

public FCallCImpl()