org.aspectj.weaver.ast
Class CallExpr

java.lang.Object
  extended by org.aspectj.weaver.ast.ASTNode
      extended by org.aspectj.weaver.ast.Expr
          extended by org.aspectj.weaver.ast.CallExpr

public class CallExpr
extends Expr


Field Summary
 
Fields inherited from class org.aspectj.weaver.ast.Expr
NONE
 
Constructor Summary
CallExpr(Member m, Expr[] args, ResolvedType returnType)
           
 
Method Summary
 void accept(IExprVisitor v)
           
 Expr[] getArgs()
           
 Member getMethod()
           
 ResolvedType getType()
           
 
Methods inherited from class org.aspectj.weaver.ast.Expr
makeCallExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallExpr

public CallExpr(Member m,
                Expr[] args,
                ResolvedType returnType)
Method Detail

accept

public void accept(IExprVisitor v)
Specified by:
accept in class Expr

getArgs

public Expr[] getArgs()

getMethod

public Member getMethod()

getType

public ResolvedType getType()
Specified by:
getType in class Expr