aesi-eclipse / com.virtlink.aesi.eclipse.debugging.model / AesiStackFrame
AesiStackFrame
open class AesiStackFrame : AbstractStackFrame
A stack frame.
Constructors
| <init> | AesiStackFrame(thread: IThread, stackFrame: IAesiStackFrame)Initializes a new instance of the AbstractStackFrame class. |
Functions
| getCharEnd | open fun getCharEnd(): Int |
| getCharStart | open fun getCharStart(): Int |
| getLineNumber | open fun getLineNumber(): Int |
| getName | open fun getName(): String |
| getVariables | open fun getVariables(): Array<IVariable> |