Uses of Interface
com._1c.g5.v8.dt.stacktraces.model.IStacktraceElement
-
Packages that use IStacktraceElement Package Description com._1c.g5.v8.dt.stacktraces.model -
-
Uses of IStacktraceElement in com._1c.g5.v8.dt.stacktraces.model
Subinterfaces of IStacktraceElement in com._1c.g5.v8.dt.stacktraces.model Modifier and Type Interface Description interface
IStacktrace
Stacktraces root element container.interface
IStacktraceError
Stacktrace error element.interface
IStacktraceFrame
Represents BSL module stack frame in aIStacktrace
.Methods in com._1c.g5.v8.dt.stacktraces.model that return IStacktraceElement Modifier and Type Method Description IStacktraceElement
IStacktraceFactory. createStacktraceElement(IStacktraceElement parent, String name, String projectName)
Creates newStacktraceElement
.IStacktraceElement
IStacktraceElement. getParent()
Returns element parent.Methods in com._1c.g5.v8.dt.stacktraces.model that return types with arguments of type IStacktraceElement Modifier and Type Method Description List<IStacktraceElement>
IStacktraceElement. getChilden()
Returns element children.Methods in com._1c.g5.v8.dt.stacktraces.model with parameters of type IStacktraceElement Modifier and Type Method Description IStacktraceFrame
IStacktraceFactory. createStackFrame(IStacktraceElement parent, String name, String symlink, String lineNumber, String projectName, boolean extension)
Creates newIStacktraceFrame
.IStacktraceElement
IStacktraceFactory. createStacktraceElement(IStacktraceElement parent, String name, String projectName)
Creates newStacktraceElement
.IStacktraceError
IStacktraceFactory. createStacktraceError(IStacktraceElement parent, String name, String projectName)
Creates newStacktraceError
.
-