org.aspectbench.runtime
Class CFlow

java.lang.Object
  extended by org.aspectbench.runtime.CFlow
Direct Known Subclasses:
CFlowPlusState

public class CFlow
extends Object


Field Summary
private  Object _aspect
           
 
Constructor Summary
CFlow()
           
CFlow(Object _aspect)
           
 
Method Summary
 Object get(int index)
           
 Object getAspect()
           
 void setAspect(Object _aspect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_aspect

private Object _aspect
Constructor Detail

CFlow

public CFlow()

CFlow

public CFlow(Object _aspect)
Method Detail

getAspect

public Object getAspect()

setAspect

public void setAspect(Object _aspect)

get

public Object get(int index)