Class GotoTargetsArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.GotoTargetsArguments
Arguments for 'gotoTargets' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GotoTargetsArgumentsbooleanAn optional column location for which the goto targets are determined.intgetLine()The line location for which the goto targets are determined.The source location for which the goto targets are determined.inthashCode()setLine(int line)
-
Method Details
-
getSource
The source location for which the goto targets are determined. -
setSource
-
getLine
public int getLine()The line location for which the goto targets are determined. -
setLine
-
getColumn
An optional column location for which the goto targets are determined. -
setColumn
-
equals
-
hashCode
public int hashCode() -
create
-