cgp.runtime
Class SubActorInfo

java.lang.Object
  |
  +--cgp.runtime.SubActorInfo

public class SubActorInfo
extends java.lang.Object


Field Summary
 Type executor
           
 java.util.LinkedList inArgs
           
 boolean isSelfReferential
           
 java.util.LinkedList outArgs
           
 
Constructor Summary
SubActorInfo(Type executor, java.util.LinkedList inArgs, java.util.LinkedList outArgs)
           
SubActorInfo(Type executor, java.util.LinkedList inArgs, java.util.LinkedList outArgs, boolean isSelfReferential)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

executor

public Type executor

inArgs

public java.util.LinkedList inArgs

outArgs

public java.util.LinkedList outArgs

isSelfReferential

public boolean isSelfReferential
Constructor Detail

SubActorInfo

public SubActorInfo(Type executor,
                    java.util.LinkedList inArgs,
                    java.util.LinkedList outArgs,
                    boolean isSelfReferential)

SubActorInfo

public SubActorInfo(Type executor,
                    java.util.LinkedList inArgs,
                    java.util.LinkedList outArgs)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object