Class MethodPrototype.ParameterLValue
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.types.MethodPrototype.ParameterLValue
-
- Enclosing class:
- MethodPrototype
public static class MethodPrototype.ParameterLValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description MethodPrototype.HiddenReason
hidden
LocalVariable
localVariable
-
Constructor Summary
Constructors Constructor Description ParameterLValue(LocalVariable localVariable, MethodPrototype.HiddenReason hidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isHidden()
java.lang.String
toString()
-
-
-
Field Detail
-
localVariable
public LocalVariable localVariable
-
hidden
public MethodPrototype.HiddenReason hidden
-
-
Constructor Detail
-
ParameterLValue
ParameterLValue(LocalVariable localVariable, MethodPrototype.HiddenReason hidden)
-
-