org.codehaus.aspectwerkz.annotation.expression.ast
Class ASTOct

java.lang.Object
  extended byorg.codehaus.aspectwerkz.annotation.expression.ast.SimpleNode
      extended byorg.codehaus.aspectwerkz.annotation.expression.ast.ASTOct
All Implemented Interfaces:
Node

public class ASTOct
extends SimpleNode


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

ASTOct

public ASTOct(int id)

ASTOct

public ASTOct(AnnotationParser p,
              int id)
Method Detail

jjtAccept

public Object jjtAccept(AnnotationParserVisitor visitor,
                        Object data)
Description copied from class: SimpleNode
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.