org.jboss.aop.pointcut.ast
Class ASTWithin

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

public class ASTWithin
extends SimpleNode


Field Summary
 
Fields inherited from class org.jboss.aop.pointcut.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTWithin(int id)
           
ASTWithin(PointcutExpressionParser p, int id)
           
 
Method Summary
 String getClasseExpression()
           
 ClassExpression getClazz()
           
 Object jjtAccept(PointcutExpressionParserVisitor visitor, Object data)
          Accept the visitor.
 void setClassExpression(String type)
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.pointcut.ast.SimpleNode
childrenAccept, childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTWithin

public ASTWithin(int id)

ASTWithin

public ASTWithin(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

getClasseExpression

public String getClasseExpression()

setClassExpression

public void setClassExpression(String type)

getClazz

public ClassExpression getClazz()

toString

public String toString()
Overrides:
toString in class SimpleNode


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