org.jboss.aop.annotation.ast
Class ASTString

java.lang.Object
  extended byorg.jboss.aop.annotation.ast.SimpleNode
      extended byorg.jboss.aop.annotation.ast.ASTMemberValue
          extended byorg.jboss.aop.annotation.ast.ASTString
All Implemented Interfaces:
Node

public class ASTString
extends ASTMemberValue


Field Summary
 
Fields inherited from class org.jboss.aop.annotation.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTString(AnnotationParser p, int id)
           
ASTString(int id)
           
 
Method Summary
 String getValue()
           
 Object jjtAccept(AnnotationParserVisitor visitor, Object data)
          Accept the visitor.
 void setValue(String val)
           
 
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

ASTString

public ASTString(int id)

ASTString

public ASTString(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

setValue

public void setValue(String val)

getValue

public String getValue()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.