class cpp.vm.Parameter
import cpp.vm.Debugger;
Available on cpp
Parameter describes a function parameter. Instances of this class are embedded in stack frame objects to describe the function parameters that were used in the invocation of the function that defines that stack frame.