org.aspectj.weaver.ast
Class Call

java.lang.Object
  extended by org.aspectj.weaver.ast.ASTNode
      extended by org.aspectj.weaver.ast.Test
          extended by org.aspectj.weaver.ast.Call

public class Call
extends Test


Constructor Summary
Call(Member m, Expr[] args)
           
 
Method Summary
 void accept(ITestVisitor v)
           
 Expr[] getArgs()
           
 Member getMethod()
           
 
Methods inherited from class org.aspectj.weaver.ast.Test
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Call

public Call(Member m,
            Expr[] args)
Method Detail

accept

public void accept(ITestVisitor v)
Specified by:
accept in class Test

getArgs

public Expr[] getArgs()

getMethod

public Member getMethod()