public class StackFrameFormat extends ValueFormat
Constructor and Description |
---|
StackFrameFormat() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIncludeAll()
Includes all stack frames, including those the debug adapter might otherwise hide.
|
java.lang.Boolean |
getLine()
Displays the line number of the stack frame.
|
java.lang.Boolean |
getModule()
Displays the module of the stack frame.
|
java.lang.Boolean |
getParameterNames()
Displays the names of parameters for the stack frame.
|
java.lang.Boolean |
getParameters()
Displays parameters for the stack frame.
|
java.lang.Boolean |
getParameterTypes()
Displays the types of parameters for the stack frame.
|
java.lang.Boolean |
getParameterValues()
Displays the values of parameters for the stack frame.
|
int |
hashCode() |
void |
setIncludeAll(java.lang.Boolean includeAll)
Includes all stack frames, including those the debug adapter might otherwise hide.
|
void |
setLine(java.lang.Boolean line)
Displays the line number of the stack frame.
|
void |
setModule(java.lang.Boolean module)
Displays the module of the stack frame.
|
void |
setParameterNames(java.lang.Boolean parameterNames)
Displays the names of parameters for the stack frame.
|
void |
setParameters(java.lang.Boolean parameters)
Displays parameters for the stack frame.
|
void |
setParameterTypes(java.lang.Boolean parameterTypes)
Displays the types of parameters for the stack frame.
|
void |
setParameterValues(java.lang.Boolean parameterValues)
Displays the values of parameters for the stack frame.
|
java.lang.String |
toString() |
getHex, setHex
@Pure public java.lang.Boolean getParameters()
This is an optional property.
public void setParameters(java.lang.Boolean parameters)
This is an optional property.
@Pure public java.lang.Boolean getParameterTypes()
This is an optional property.
public void setParameterTypes(java.lang.Boolean parameterTypes)
This is an optional property.
@Pure public java.lang.Boolean getParameterNames()
This is an optional property.
public void setParameterNames(java.lang.Boolean parameterNames)
This is an optional property.
@Pure public java.lang.Boolean getParameterValues()
This is an optional property.
public void setParameterValues(java.lang.Boolean parameterValues)
This is an optional property.
@Pure public java.lang.Boolean getLine()
This is an optional property.
public void setLine(java.lang.Boolean line)
This is an optional property.
@Pure public java.lang.Boolean getModule()
This is an optional property.
public void setModule(java.lang.Boolean module)
This is an optional property.
@Pure public java.lang.Boolean getIncludeAll()
This is an optional property.
public void setIncludeAll(java.lang.Boolean includeAll)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class ValueFormat
@Pure public boolean equals(java.lang.Object obj)
equals
in class ValueFormat
@Pure public int hashCode()
hashCode
in class ValueFormat