Class ExceptionBreakpointsFilter
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ExceptionBreakpointsFilter
An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are
dealt with.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionBreakpointsFilterbooleanInitial value of the filter.The internal ID of the filter.getLabel()The name of the filter.inthashCode()setDefault(Boolean defaultValue)
-
Method Details
-
getFilter
The internal ID of the filter. This value is passed to the setExceptionBreakpoints request. -
setFilter
-
getLabel
The name of the filter. This will be shown in the UI. -
setLabel
-
getDefault
Initial value of the filter. If not specified a value 'false' is assumed. -
setDefault
-
equals
-
hashCode
public int hashCode() -
create
-