org.codehaus.aspectwerkz.expression.ast
Class ASTPointcutReference

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

public class ASTPointcutReference
extends SimpleNode


Field Summary
 String name
           
 
Fields inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTPointcutReference(ExpressionParser p, int id)
           
ASTPointcutReference(int id)
           
 
Method Summary
 String getName()
           
 Object jjtAccept(ExpressionParserVisitor visitor, Object data)
          Accept the visitor
 void setName(String name)
           
 
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
 

Field Detail

name

public String name
Constructor Detail

ASTPointcutReference

public ASTPointcutReference(int id)

ASTPointcutReference

public ASTPointcutReference(ExpressionParser p,
                            int id)
Method Detail

getName

public String getName()

setName

public void setName(String name)

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.