swarm.defobj
Class FCallCImpl

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

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

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(FCall nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.FCallC
create$target$methodName$arguments, create$target$selector$arguments, setArguments, setJavaMethodFromName$inClass, setJavaMethodFromName$inObject, setMethodFromName$inObject, setMethodFromSelector$inObject
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
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(FCall nextPhase)

FCallCImpl

public FCallCImpl()