org.jboss.aop.pointcut.ast
Class ASTPointcut

java.lang.Object
  extended by org.jboss.aop.pointcut.ast.SimpleNode
      extended by org.jboss.aop.pointcut.ast.ASTPointcut
All Implemented Interfaces:
Node

public class ASTPointcut
extends SimpleNode


Field Summary
 
Fields inherited from class org.jboss.aop.pointcut.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTPointcut(int id)
           
ASTPointcut(PointcutExpressionParser p, int id)
           
 
Method Summary
 String getPointcutName()
           
 Object jjtAccept(PointcutExpressionParserVisitor visitor, Object data)
          Accept the visitor.
 void setPointcutName(String pointcutName)
           
 
Methods inherited from class org.jboss.aop.pointcut.ast.SimpleNode
childrenAccept, childrenAccept, dump, jjtAccept, 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

ASTPointcut

public ASTPointcut(int id)

ASTPointcut

public ASTPointcut(PointcutExpressionParser p,
                   int id)
Method Detail

jjtAccept

public Object jjtAccept(PointcutExpressionParserVisitor visitor,
                        Object data)
Accept the visitor.

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

getPointcutName

public String getPointcutName()

setPointcutName

public void setPointcutName(String pointcutName)


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