The number of registers required to store the method parameters.
The number of registers required to store the method parameters.
An additional register may be required for storing the self
reference this.
Selects the indexes of the parameters that pass the filter function.
Selects the indexes of the parameters that pass the filter function.
This index is not necessarily identical to the value used to identify the origin of value (a parameter passed to a method.)
Returns a Java like view when a MethodDescriptor is used as a BootstrapArgument.
Returns a Java like view when a MethodDescriptor is used as a BootstrapArgument.
The concrete value.
The concrete value.
A string representation of the concrete value; used for debugging purposes.
A string representation of the concrete value; used for debugging purposes.
The (runtime) type of the concrete value.
The (runtime) type of the concrete value.
A method descriptor represents the parameters that the method takes and the value that it returns.
The
equals(Any):Booleanmethod takes the number of parameters and types into account. I.e., two method descriptor objects are equal if they have the same number of parameters and each parameter has the same Type.