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

Packages that use ObjectNewExpr
com.caucho.quercus.expr   
 

Uses of ObjectNewExpr in com.caucho.quercus.expr
 

Subclasses of ObjectNewExpr in com.caucho.quercus.expr
 class ObjectNewExprPro
          Represents a PHP function expression.
 

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