public final class RawConstructor extends RawMember
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Constructor<?> |
_constructor |
protected int |
_hashCode |
_declaringType| Constructor and Description |
|---|
RawConstructor(ResolvedType context,
java.lang.reflect.Constructor<?> constructor) |
| Modifier and Type | Method and Description |
|---|---|
MethodKey |
createKey()
Although constructors are different from other methods, we can use
MethodKey easily. |
boolean |
equals(java.lang.Object o) |
java.lang.reflect.Constructor<?> |
getRawMember() |
int |
hashCode() |
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toStringprotected final java.lang.reflect.Constructor<?> _constructor
protected final int _hashCode
public RawConstructor(ResolvedType context, java.lang.reflect.Constructor<?> constructor)
public MethodKey createKey()
MethodKey easily.public java.lang.reflect.Constructor<?> getRawMember()
getRawMember in class RawMember