Uses of Class
com.caucho.quercus.expr.ObjectNewExpr

Packages that use ObjectNewExpr
com.caucho.quercus.expr   
 

Uses of ObjectNewExpr in com.caucho.quercus.expr
 

Methods in com.caucho.quercus.expr that return ObjectNewExpr
 ObjectNewExpr ExprFactory.createNew(Location loc, java.lang.String name, java.util.ArrayList<Expr> args)
          Creates a new function call new foo(...).