org.codehaus.aspectwerkz.annotation.expression.ast
Class ASTRoot
java.lang.Object
org.codehaus.aspectwerkz.annotation.expression.ast.SimpleNode
org.codehaus.aspectwerkz.annotation.expression.ast.ASTRoot
- All Implemented Interfaces:
- Node
public class ASTRoot
- extends SimpleNode
Methods inherited from class org.codehaus.aspectwerkz.annotation.expression.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTRoot
public ASTRoot(int id)
ASTRoot
public ASTRoot(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-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.