public class ScriptDebugFrame extends Object implements IScriptDebugFrame
TYPE_FILE, TYPE_FUNCTION
Constructor and Description |
---|
ScriptDebugFrame(IScriptDebugFrame frame) |
ScriptDebugFrame(Script script,
int lineNumber,
int type) |
public ScriptDebugFrame(Script script, int lineNumber, int type)
public ScriptDebugFrame(IScriptDebugFrame frame)
public int getLineNumber()
getLineNumber
in interface IScriptDebugFrame
public Script getScript()
getScript
in interface IScriptDebugFrame
public int getType()
getType
in interface IScriptDebugFrame
public String getName()
getName
in interface IScriptDebugFrame
public Map<String,Object> getVariables()
getVariables
in interface IScriptDebugFrame