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

Uses of Class
javafe.ast.NewInstanceExpr

Packages that use NewInstanceExpr
javafe.ast   
javafe.tc   
 

Uses of NewInstanceExpr in javafe.ast
 

Methods in javafe.ast that return NewInstanceExpr
static NewInstanceExpr NewInstanceExpr.make(Expr enclosingInstance, int locDot, TypeName type, ExprVec args, ClassDecl anonDecl, int loc, int locOpenParen)
           
 

Methods in javafe.ast with parameters of type NewInstanceExpr
 java.lang.Object VisitorArgResult.visitNewInstanceExpr(NewInstanceExpr x, java.lang.Object o)
           
 void Visitor.visitNewInstanceExpr(NewInstanceExpr x)
           
 void RShiftVisitor.visitNewInstanceExpr(NewInstanceExpr x)
           
 void LShiftVisitor.visitNewInstanceExpr(NewInstanceExpr x)
           
 void DefaultVisitor.visitNewInstanceExpr(NewInstanceExpr x)
           
 void ASTDotVisitor.visitNewInstanceExpr(NewInstanceExpr x)
           
 

Uses of NewInstanceExpr in javafe.tc
 

Methods in javafe.tc that return NewInstanceExpr
protected  NewInstanceExpr FlowInsensitiveChecks.checkNewInstanceExpr(Env env, NewInstanceExpr ne)
          Typecheck a class instantiation (e.g., new C()).
 

Methods in javafe.tc with parameters of type NewInstanceExpr
protected  NewInstanceExpr FlowInsensitiveChecks.checkNewInstanceExpr(Env env, NewInstanceExpr ne)
          Typecheck a class instantiation (e.g., new C()).
 


ESC/Java2
© 2003,2004,2005,2006 David Cok and Joseph Kiniry
© 2005,2006 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