Class ExceptionPathSegment
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ExceptionPathSegment
An ExceptionPathSegment represents a segment in a path that is used to match leafs or nodes in a
tree of exceptions. If a segment consists of more than one name, it matches the names provided if
'negate' is false or missing or it matches anything except the names provided if 'negate' is
true.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionPathSegmentbooleangetNames()Depending on the value of 'negate' the names that should match or not match.If false or missing this segment matches the names provided, otherwise it matches anything except the names provided.inthashCode()
-
Method Details
-
getNegate
If false or missing this segment matches the names provided, otherwise it matches anything except the names provided. -
setNegate
-
getNames
Depending on the value of 'negate' the names that should match or not match. -
setNames
-
equals
-
hashCode
public int hashCode() -
create
-