com.opera.core.systems.model
Class RuntimeNode
java.lang.Object
com.opera.core.systems.model.RuntimeNode
public class RuntimeNode
- extends Object
Holds a tree of references to runtimes. Used in EcmaScriptDebugger and EcmascriptService.
- Author:
- Deniz Turkoglu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeNode
public RuntimeNode()
getFrameName
public String getFrameName()
setFrameName
public void setFrameName(String frameName)
getRuntimeID
public int getRuntimeID()
setRuntimeID
public void setRuntimeID(int runtimeID)
getNodes
public Map<Integer,RuntimeNode> getNodes()
Copyright © 2012. All Rights Reserved.