public static class MethodPrototype.ParameterLValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MethodPrototype.HiddenReason |
hidden |
LocalVariable |
localVariable |
Constructor and Description |
---|
ParameterLValue(LocalVariable localVariable,
MethodPrototype.HiddenReason hidden) |
Modifier and Type | Method and Description |
---|---|
boolean |
isHidden() |
java.lang.String |
toString() |
public LocalVariable localVariable
public MethodPrototype.HiddenReason hidden
ParameterLValue(LocalVariable localVariable, MethodPrototype.HiddenReason hidden)