Interface IStacktraceFrame
- All Superinterfaces:
- IStacktraceElement
- All Known Implementing Classes:
- StacktraceFrame
Represents BSL module stack frame in a 
IStacktrace.- 
Method SummaryModifier and TypeMethodDescriptionintReturns the line number of the instruction pointer in this stack frame that corresponds to a line in an associated source element, or-1if line number information is unavailable.Returns the BSL module of stack frame source.Returns associated BSL module symlink.booleanReturns whether project is extension project.voidSets module.Methods inherited from interface com._1c.g5.v8.dt.stacktraces.model.IStacktraceElementgetChilden, getName, getParent, getProjectName, getStacktrace, setName, setProjectName
- 
Method Details- 
getLineNumberint getLineNumber()Returns the line number of the instruction pointer in this stack frame that corresponds to a line in an associated source element, or-1if line number information is unavailable.- Returns:
- line number of instruction pointer in this stack frame, or
 -1if line number information is unavailable
 
- 
getModuleModule getModule()Returns the BSL module of stack frame source.- Returns:
- the BSL module associated with this BSL stack frame, can be null
 
- 
getSymlinkString getSymlink()Returns associated BSL module symlink.- Returns:
- BSL module symlink, associated with this stack frame, never null
 
- 
isExtensionboolean isExtension()Returns whether project is extension project.- Returns:
- true
 
- 
setModuleSets module.- Parameters:
- module- the module, cannot be- null
 
 
-