org.codehaus.aspectwerkz.expression.ast
Class ASTTarget

java.lang.Object
  extended by org.codehaus.aspectwerkz.expression.ast.SimpleNode
      extended by org.codehaus.aspectwerkz.expression.ast.ASTTarget
All Implemented Interfaces:
Node

public class ASTTarget
extends SimpleNode


Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTTarget(ExpressionParser p, int id)
           
ASTTarget(int id)
           
 
Method Summary
 String getBoundedType(ExpressionInfo info)
           
 String getIdentifier()
           
 Object jjtAccept(ExpressionParserVisitor visitor, Object data)
          Accept the visitor.
 void setIdentifier(String identifier)
           
 
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

ASTTarget

public ASTTarget(int id)

ASTTarget

public ASTTarget(ExpressionParser p,
                 int id)
Method Detail

jjtAccept

public Object jjtAccept(ExpressionParserVisitor visitor,
                        Object data)
Accept the visitor.

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

setIdentifier

public void setIdentifier(String identifier)

getIdentifier

public String getIdentifier()

getBoundedType

public String getBoundedType(ExpressionInfo info)


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