Class AttributeMethodParameters
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.AttributeMethodParameters
-
-
Field Summary
Fields Modifier and Type Field Description protected MethodParameter[]
parameters
-
Constructor Summary
Constructors Constructor Description AttributeMethodParameters(MethodParameter[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodParameter[]
getParameters()
-
-
-
Field Detail
-
parameters
protected MethodParameter[] parameters
-
-
Constructor Detail
-
AttributeMethodParameters
public AttributeMethodParameters(MethodParameter[] parameters)
-
-
Method Detail
-
getParameters
public MethodParameter[] getParameters()
-
-