Package com.strobel.reflection
Class RawConstructor
- java.lang.Object
-
- com.strobel.reflection.RawMember
-
- com.strobel.reflection.RawConstructor
-
final class RawConstructor extends RawMember
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Constructor<?>
_constructor
private int
_hashCode
-
Constructor Summary
Constructors Constructor Description RawConstructor(Type context, java.lang.reflect.Constructor<?> constructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodKey
createKey()
boolean
equals(java.lang.Object o)
java.lang.reflect.Constructor<?>
getRawMember()
int
hashCode()
-
Methods inherited from class com.strobel.reflection.RawMember
getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
-
-
-
-
Constructor Detail
-
RawConstructor
public RawConstructor(Type context, java.lang.reflect.Constructor<?> constructor)
-
-
Method Detail
-
createKey
public MethodKey createKey()
-
getRawMember
public java.lang.reflect.Constructor<?> getRawMember()
- Specified by:
getRawMember
in classRawMember
-
-