com.aptana.ide.debug.core.model
Interface IJSStackFrame

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IStackFrame, org.eclipse.debug.core.model.IStep, org.eclipse.debug.core.model.ISuspendResume, org.eclipse.debug.core.model.ITerminate
All Known Implementing Classes:
JSDebugStackFrame

public interface IJSStackFrame
extends org.eclipse.debug.core.model.IStackFrame

Author:
Max Stepanov

Method Summary
 org.eclipse.debug.core.model.IVariable findVariable(java.lang.String variableName)
          findVariable
 java.lang.String getSourceFileName()
          getSourceFileName
 
Methods inherited from interface org.eclipse.debug.core.model.IStackFrame
getCharEnd, getCharStart, getLineNumber, getName, getRegisterGroups, getThread, getVariables, hasRegisterGroups, hasVariables
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.debug.core.model.IStep
canStepInto, canStepOver, canStepReturn, isStepping, stepInto, stepOver, stepReturn
 
Methods inherited from interface org.eclipse.debug.core.model.ISuspendResume
canResume, canSuspend, isSuspended, resume, suspend
 
Methods inherited from interface org.eclipse.debug.core.model.ITerminate
canTerminate, isTerminated, terminate
 

Method Detail

getSourceFileName

java.lang.String getSourceFileName()
getSourceFileName

Returns:
String

findVariable

org.eclipse.debug.core.model.IVariable findVariable(java.lang.String variableName)
                                                    throws org.eclipse.debug.core.DebugException
findVariable

Parameters:
variableName -
Returns:
IVariable
Throws:
org.eclipse.debug.core.DebugException