org.jboss.aop.annotation.ast
Class ASTStart
java.lang.Object
org.jboss.aop.annotation.ast.SimpleNode
org.jboss.aop.annotation.ast.ASTStart
- All Implemented Interfaces:
- Node
public class ASTStart
- extends SimpleNode
Methods inherited from class org.jboss.aop.annotation.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTStart
public ASTStart(int id)
ASTStart
public ASTStart(AnnotationParser p,
int id)
jjtAccept
public Object jjtAccept(AnnotationParserVisitor visitor,
Object data)
- Accept the visitor.
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.