Class SourceArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SourceArguments
Arguments for 'source' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SourceArgumentsbooleanSpecifies the source content to load.intThe reference to the source.inthashCode()setSourceReference(int sourceReference)
-
Method Details
-
getSource
Specifies the source content to load. Either source.path or source.sourceReference must be specified. -
setSource
-
getSourceReference
public int getSourceReference()The reference to the source. This is the same as source.sourceReference. This is provided for backward compatibility since old backends do not understand the 'source' attribute. -
setSourceReference
-
equals
-
hashCode
public int hashCode() -
create
-