Package com.opera.core.systems.scope.protos.EsdbgProtos

Examples of com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue


    EvalResult result = parseEvalData(response);

    Object parsed = parseEvalReply(result);
    if (parsed instanceof ObjectValue) {
      ObjectValue data = (ObjectValue) parsed;
      return new ScriptResult(data.getObjectID(), data.getName());
    } else {
      return parsed;
    }
  }
View Full Code Here

TOP

Related Classes of com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue

Copyright © 2018 www.massapicom. 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.