Class ClassInfo


  • public abstract class ClassInfo
    extends Object
    • Constructor Detail

      • ClassInfo

        protected ClassInfo()
    • Method Detail

      • getType

        public abstract org.objectweb.asm.Type getType()
      • getSuperType

        public abstract org.objectweb.asm.Type getSuperType()
      • getInterfaces

        public abstract org.objectweb.asm.Type[] getInterfaces()
      • getModifiers

        public abstract int getModifiers()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object