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.translate.InlineSettings

Packages that use InlineSettings
escjava.translate   
 

Uses of InlineSettings in escjava.translate
 

Methods in escjava.translate that return InlineSettings
private  InlineSettings Translate.computeInlineSettings(RoutineDecl rd, ExprVec argsRaw, InlineSettings inline, int scall)
          Computes the inlining settings for a given call.
 

Methods in escjava.translate with parameters of type InlineSettings
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.
private  InlineSettings Translate.computeInlineSettings(RoutineDecl rd, ExprVec argsRaw, InlineSettings inline, int scall)
          Computes the inlining settings for a given call.
 

Constructors in escjava.translate with parameters of type InlineSettings
InlineSettings(InlineSettings is, int checkDepth, int depthPastCheck)
           
 


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