Class AsmWildcardType

java.lang.Object
gw.lang.reflect.java.asm.AsmType
gw.lang.reflect.java.asm.AsmWildcardType
All Implemented Interfaces:
IAsmType

public class AsmWildcardType extends AsmType
  • Field Details

    • _bound

      private AsmType _bound
    • _bCovariant

      private boolean _bCovariant
  • Constructor Details

    • AsmWildcardType

      public AsmWildcardType(AsmType bound, boolean bCovariant)
  • Method Details