org.codehaus.aspectwerkz.expression.ast
Class ASTAttribute

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

public class ASTAttribute
extends SimpleNode


Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTAttribute(ExpressionParser p, int id)
           
ASTAttribute(int id)
           
 
Method Summary
 String getName()
           
 Object jjtAccept(ExpressionParserVisitor visitor, Object data)
          Accept the visitor
 void setName(String name)
           
 
Methods inherited from class org.codehaus.aspectwerkz.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

ASTAttribute

public ASTAttribute(int id)

ASTAttribute

public ASTAttribute(ExpressionParser p,
                    int id)
Method Detail

jjtAccept

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

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

setName

public void setName(String name)

getName

public String getName()


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