Uses of Class
org.htmlunit.corejs.javascript.tools.debugger.Dim.ContextData
Packages that use Dim.ContextData
-
Uses of Dim.ContextData in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as Dim.ContextDataModifier and TypeFieldDescriptionprivate Dim.ContextDataDim.StackFrame.contextDataThe ContextData for the Context being debugged.private Dim.ContextDataInformation about the current stack at the point of interruption.Methods in org.htmlunit.corejs.javascript.tools.debugger that return Dim.ContextDataModifier and TypeMethodDescriptionDim.StackFrame.contextData()Returns the ContextData object for the Context.Dim.currentContextData()Returns the current ContextData object.static Dim.ContextDataReturns the ContextData for the given Context.