swarm.defobj
Class FArgumentsCImpl

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

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

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(FArguments nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.FArgumentsC
addBoolean, addChar, addDouble, addFloat, addInt, addJavaObject, addLong, addLongLong, addObject, addSelector, addShort, addString, addUnsigned, addUnsignedChar, addUnsignedLong, addUnsignedLongLong, addUnsignedShort, create$setSelector, setBooleanReturnType, setJavaSignature, setLanguage, setObjCReturnType, setSelector
 
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

FArgumentsCImpl

public FArgumentsCImpl(FArguments nextPhase)

FArgumentsCImpl

public FArgumentsCImpl()