org.jboss.aop.pointcut.ast
Class ASTClass

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

public class ASTClass
extends SimpleNode


Field Summary
 
Fields inherited from class org.jboss.aop.pointcut.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTClass(int id)
           
ASTClass(TypeExpressionParser p, int id)
           
 
Method Summary
 String getClassExpr()
           
 ClassExpression getClazz()
           
 Object jjtAccept(TypeExpressionParserVisitor visitor, Object data)
          Accept the visitor.
 void setClassExpr(String classExpr)
           
 
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

ASTClass

public ASTClass(int id)

ASTClass

public ASTClass(TypeExpressionParser p,
                int id)
Method Detail

jjtAccept

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

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

getClazz

public ClassExpression getClazz()

setClassExpr

public void setClassExpr(String classExpr)

getClassExpr

public String getClassExpr()


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