Class ModulesArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ModulesArguments
Arguments for 'modules' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModulesArgumentscreate()booleanThe number of modules to return.The index of the first module to return; if omitted modules start at 0.inthashCode()setModuleCount(Integer moduleCount) setStartModule(Integer startModule)
-
Method Details
-
getStartModule
The index of the first module to return; if omitted modules start at 0. -
setStartModule
-
getModuleCount
The number of modules to return. If moduleCount is not specified or 0, all modules are returned. -
setModuleCount
-
equals
-
hashCode
public int hashCode() -
create
-