org.jboss.aop.pointcut.ast
Class ASTException
java.lang.Object
org.jboss.aop.pointcut.ast.SimpleNode
org.jboss.aop.pointcut.ast.ASTException
- All Implemented Interfaces:
- Node
public class ASTException
- extends SimpleNode
| Methods inherited from class org.jboss.aop.pointcut.ast.SimpleNode |
childrenAccept, childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString |
ASTException
public ASTException(int id)
ASTException
public ASTException(PointcutExpressionParser p,
int id)
jjtAccept
public Object jjtAccept(PointcutExpressionParserVisitor visitor,
Object data)
- Accept the visitor.
- Specified by:
jjtAccept in interface Node- Overrides:
jjtAccept in class SimpleNode
setTypeExpression
public void setTypeExpression(String expression)
getTypeExpression
public String getTypeExpression()
getType
public ClassExpression getType()
toString
public String toString()
- Overrides:
toString in class SimpleNode
Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.