ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Uses of Class
escjava.ast.Call

Packages that use Call
escjava.ast   
escjava.translate   
 

Uses of Call in escjava.ast
 

Methods in escjava.ast that return Call
static Call Call.make(ExprVec args, int scall, int ecall, boolean inlined)
           
 

Methods in escjava.ast with parameters of type Call
 java.lang.Object VisitorArgResult.visitCall(Call x, java.lang.Object o)
           
 void Visitor.visitCall(Call x)
           
 

Uses of Call in escjava.translate
 

Methods in escjava.translate that return Call
private  Call Translate.call(RoutineDecl rd, ExprVec argsRaw, ExprVec args, FindContributors scope, int scall, int ecall, int locOpenParen, boolean superOrSiblingConstructorCall, InlineSettings inline, Expr eod, boolean freshResult)
          Creates and desugars a call node, extended to allow the possibility of inlining a call.
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage