org.codehaus.aspectwerkz.expression.ast
Class ASTMethodPattern

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

public class ASTMethodPattern
extends SimpleNode


Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.expression.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTMethodPattern(ExpressionParser p, int id)
           
ASTMethodPattern(int id)
           
 
Method Summary
 void addModifier(String modifier)
           
 TypePattern getDeclaringTypePattern()
           
 NamePattern getMethodNamePattern()
           
 List getModifiers()
           
 TypePattern getReturnTypePattern()
           
 Object jjtAccept(ExpressionParserVisitor visitor, Object data)
          Accept the visitor
 void setFullNamePattern(String pattern)
           
 void setReturnTypePattern(String pattern)
           
 
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

ASTMethodPattern

public ASTMethodPattern(int id)

ASTMethodPattern

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

addModifier

public void addModifier(String modifier)

setReturnTypePattern

public void setReturnTypePattern(String pattern)

setFullNamePattern

public void setFullNamePattern(String pattern)
                        throws ParseException
Throws:
ParseException

getReturnTypePattern

public TypePattern getReturnTypePattern()

getDeclaringTypePattern

public TypePattern getDeclaringTypePattern()

getMethodNamePattern

public NamePattern getMethodNamePattern()

getModifiers

public List getModifiers()


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