Class StackFrameFormat
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ValueFormat
com.oracle.truffle.tools.dap.types.StackFrameFormat
Provides formatting information for a stack frame.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StackFrameFormatcreate()booleanIncludes all stack frames, including those the debug adapter might otherwise hide.getLine()Displays the line number of the stack frame.Displays the module of the stack frame.Displays the names of parameters for the stack frame.Displays parameters for the stack frame.Displays the types of parameters for the stack frame.Displays the values of parameters for the stack frame.inthashCode()setIncludeAll(Boolean includeAll) setParameterNames(Boolean parameterNames) setParameters(Boolean parameters) setParameterTypes(Boolean parameterTypes) setParameterValues(Boolean parameterValues) Methods inherited from class com.oracle.truffle.tools.dap.types.ValueFormat
getHex, setHex
-
Method Details
-
getParameters
Displays parameters for the stack frame. -
setParameters
-
getParameterTypes
Displays the types of parameters for the stack frame. -
setParameterTypes
-
getParameterNames
Displays the names of parameters for the stack frame. -
setParameterNames
-
getParameterValues
Displays the values of parameters for the stack frame. -
setParameterValues
-
getLine
Displays the line number of the stack frame. -
setLine
-
getModule
Displays the module of the stack frame. -
setModule
-
getIncludeAll
Includes all stack frames, including those the debug adapter might otherwise hide. -
setIncludeAll
-
equals
- Overrides:
equalsin classValueFormat
-
hashCode
public int hashCode()- Overrides:
hashCodein classValueFormat
-
create
-