org.jboss.aop.annotation.ast
Class ASTAnnotation
java.lang.Object
org.jboss.aop.annotation.ast.SimpleNode
org.jboss.aop.annotation.ast.ASTMemberValue
org.jboss.aop.annotation.ast.ASTAnnotation
- All Implemented Interfaces:
- Node
public class ASTAnnotation
- extends ASTMemberValue
Methods inherited from class org.jboss.aop.annotation.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTAnnotation
public ASTAnnotation(int id)
ASTAnnotation
public ASTAnnotation(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 ASTMemberValue
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
Copyright © 2004 JBoss Inc. All Rights Reserved.