public class StackFrameFormat extends ValueFormat
| Modifier and Type | Method and Description |
|---|---|
static StackFrameFormat |
create() |
boolean |
equals(Object obj) |
Boolean |
getIncludeAll()
Includes all stack frames, including those the debug adapter might otherwise hide.
|
Boolean |
getLine()
Displays the line number of the stack frame.
|
Boolean |
getModule()
Displays the module of the stack frame.
|
Boolean |
getParameterNames()
Displays the names of parameters for the stack frame.
|
Boolean |
getParameters()
Displays parameters for the stack frame.
|
Boolean |
getParameterTypes()
Displays the types of parameters for the stack frame.
|
Boolean |
getParameterValues()
Displays the values of parameters for the stack frame.
|
int |
hashCode() |
StackFrameFormat |
setIncludeAll(Boolean includeAll) |
StackFrameFormat |
setLine(Boolean line) |
StackFrameFormat |
setModule(Boolean module) |
StackFrameFormat |
setParameterNames(Boolean parameterNames) |
StackFrameFormat |
setParameters(Boolean parameters) |
StackFrameFormat |
setParameterTypes(Boolean parameterTypes) |
StackFrameFormat |
setParameterValues(Boolean parameterValues) |
getHex, setHexpublic Boolean getParameters()
public StackFrameFormat setParameters(Boolean parameters)
public Boolean getParameterTypes()
public StackFrameFormat setParameterTypes(Boolean parameterTypes)
public Boolean getParameterNames()
public StackFrameFormat setParameterNames(Boolean parameterNames)
public Boolean getParameterValues()
public StackFrameFormat setParameterValues(Boolean parameterValues)
public Boolean getLine()
public StackFrameFormat setLine(Boolean line)
public Boolean getModule()
public StackFrameFormat setModule(Boolean module)
public Boolean getIncludeAll()
public StackFrameFormat setIncludeAll(Boolean includeAll)
public boolean equals(Object obj)
equals in class ValueFormatpublic int hashCode()
hashCode in class ValueFormatpublic static StackFrameFormat create()