public final class ParameterCountOptions extends Object
ParameterCounter.| Constructor and Description |
|---|
ParameterCountOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExcludeNullDistributions()
Gets a value indicating whether null distributions are excluded from the parameter count.
|
void |
setExcludeNullDistributions(boolean value)
Sets a value indicating whether null distributions are excluded from the parameter count.
|
public boolean getExcludeNullDistributions()
true if null distributions should be excluded; otherwise, false.public void setExcludeNullDistributions(boolean value)
value - true if null distributions should be excluded; otherwise, false.Copyright © 2021. All rights reserved.