Class RawConstructor

java.lang.Object
com.strobel.reflection.RawMember
com.strobel.reflection.RawConstructor

final class RawConstructor extends RawMember
  • Field Details

    • _constructor

      private final Constructor<?> _constructor
    • _hashCode

      private final int _hashCode
  • Constructor Details

    • RawConstructor

      public RawConstructor(Type context, Constructor<?> constructor)
  • Method Details