Class ElementInfo

  • Direct Known Subclasses:
    ClassFile, MemberInfo

    public abstract class ElementInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ElementInfo​(int access, Attribute[] attributes)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • access

        public final int access
      • attributes

        public final Attribute[] attributes
    • Constructor Detail

      • ElementInfo

        protected ElementInfo​(int access,
                              Attribute[] attributes)