org.codehaus.aspectwerkz.expression.ast
Class ASTCflow

java.lang.Object
  extended byorg.codehaus.aspectwerkz.expression.ast.SimpleNode
      extended byorg.codehaus.aspectwerkz.expression.ast.ASTCflow
All Implemented Interfaces:
Node

public class ASTCflow
extends SimpleNode


Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTCflow(ExpressionParser p, int id)
           
ASTCflow(int id)
           
 
Method Summary
 Object jjtAccept(ExpressionParserVisitor visitor, Object data)
          Accept the visitor
 
Methods inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTCflow

public ASTCflow(int id)

ASTCflow

public ASTCflow(ExpressionParser p,
                int id)
Method Detail

jjtAccept

public Object jjtAccept(ExpressionParserVisitor visitor,
                        Object data)
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.