Class AsmWildcardType

  • All Implemented Interfaces:
    IAsmType

    public class AsmWildcardType
    extends AsmType
    • Field Detail

      • _bCovariant

        private boolean _bCovariant
    • Constructor Detail

      • AsmWildcardType

        public AsmWildcardType​(AsmType bound,
                               boolean bCovariant)
    • Method Detail

      • getBound

        public AsmType getBound()
      • isCovariant

        public boolean isCovariant()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class AsmType
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class AsmType