org.aspectbench.runtime.internal
Class CFlowPlusState

java.lang.Object
  extended by org.aspectbench.runtime.CFlow
      extended by org.aspectbench.runtime.internal.CFlowPlusState

public class CFlowPlusState
extends CFlow


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

Field Detail

state

private Object[] state
Constructor Detail

CFlowPlusState

public CFlowPlusState(Object[] state)

CFlowPlusState

public CFlowPlusState(Object[] state,
                      Object _aspect)
Method Detail

get

public Object get(int index)
Overrides:
get in class CFlow