org.jboss.aop.microcontainer.beans
Class CFlowStackEntry

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.CFlowStackEntry

public class CFlowStackEntry
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
CFlowStackEntry()
           
 
Method Summary
 boolean getCalled()
           
 String getExpr()
           
 void setCalled(boolean called)
           
 void setExpr(String expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFlowStackEntry

public CFlowStackEntry()
Method Detail

getCalled

public boolean getCalled()

setCalled

public void setCalled(boolean called)

getExpr

public String getExpr()

setExpr

public void setExpr(String expr)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.