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

Packages that use ObjectNewStaticExpr
com.caucho.quercus.expr   
 

Uses of ObjectNewStaticExpr in com.caucho.quercus.expr
 

Methods in com.caucho.quercus.expr that return ObjectNewStaticExpr
 ObjectNewStaticExpr ExprFactory.createNewStatic(Location loc, java.util.ArrayList<Expr> args)
          Creates a new function call new static(...).