Package com.caucho.quercus.env

Examples of com.caucho.quercus.env.QuercusClass.callMethodRef()


    // qa/0954 - what appears to be a static call may be a call to a super constructor
    Value thisValue = env.getThis();
    StringValue methodName = _nameExpr.evalStringValue(env);

    return cl.callMethodRef(env, thisValue, methodName, _args);
  }
 
  public String toString()
  {
    return _nameExpr + "()";
View Full Code Here


    // qa/0954 - what appears to be a static call may be a call to a super constructor
    Value thisValue = env.getThis();
    StringValue methodName = _nameExpr.evalStringValue(env);

    return cl.callMethodRef(env, thisValue, methodName, _args);
  }
 
  public String toString()
  {
    return _nameExpr + "()";
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.