public final class ParameterDescriptor extends MemberDescriptor
declaringType| Constructor and Description |
|---|
ParameterDescriptor(TypeDescriptor declaringType,
Parameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
TypeDescriptor |
getType() |
int |
hashCode() |
getAnnotation, getAnnotations, getDeclaringType, hasAnnotationpublic ParameterDescriptor(TypeDescriptor declaringType, Parameter parameter)
public boolean equals(Object obj)
equals in class MemberDescriptorpublic TypeDescriptor getType()
public String getName()
public int hashCode()
hashCode in class MemberDescriptorCopyright © 2016. All rights reserved.