org.jboss.aop.annotation.ast
Class ASTAnnotation

java.lang.Object
  extended by org.jboss.aop.annotation.ast.SimpleNode
      extended by org.jboss.aop.annotation.ast.ASTMemberValue
          extended by org.jboss.aop.annotation.ast.ASTAnnotation
All Implemented Interfaces:
Node

public class ASTAnnotation
extends ASTMemberValue


Field Summary
 
Fields inherited from class org.jboss.aop.annotation.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTAnnotation(AnnotationParser p, int id)
           
ASTAnnotation(int id)
           
 
Method Summary
 String getIdentifier()
           
 Object jjtAccept(AnnotationParserVisitor visitor, Object data)
          Accept the visitor.
 void setIdentifier(String identifier)
           
 
Methods inherited from class org.jboss.aop.annotation.ast.SimpleNode
childrenAccept, dump, 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

ASTAnnotation

public ASTAnnotation(int id)

ASTAnnotation

public ASTAnnotation(AnnotationParser p,
                     int id)
Method Detail

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 © 2002 JBoss Group, LLC. All Rights Reserved.