Class StackFrameFormat


public class StackFrameFormat extends ValueFormat
Provides formatting information for a stack frame.
  • Method Details

    • getParameters

      public Boolean getParameters()
      Displays parameters for the stack frame.
    • setParameters

      public StackFrameFormat setParameters(Boolean parameters)
    • getParameterTypes

      public Boolean getParameterTypes()
      Displays the types of parameters for the stack frame.
    • setParameterTypes

      public StackFrameFormat setParameterTypes(Boolean parameterTypes)
    • getParameterNames

      public Boolean getParameterNames()
      Displays the names of parameters for the stack frame.
    • setParameterNames

      public StackFrameFormat setParameterNames(Boolean parameterNames)
    • getParameterValues

      public Boolean getParameterValues()
      Displays the values of parameters for the stack frame.
    • setParameterValues

      public StackFrameFormat setParameterValues(Boolean parameterValues)
    • getLine

      public Boolean getLine()
      Displays the line number of the stack frame.
    • setLine

      public StackFrameFormat setLine(Boolean line)
    • getModule

      public Boolean getModule()
      Displays the module of the stack frame.
    • setModule

      public StackFrameFormat setModule(Boolean module)
    • getIncludeAll

      public Boolean getIncludeAll()
      Includes all stack frames, including those the debug adapter might otherwise hide.
    • setIncludeAll

      public StackFrameFormat setIncludeAll(Boolean includeAll)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ValueFormat
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ValueFormat
    • create

      public static StackFrameFormat create()