Class CompositeHandler


  • public class CompositeHandler
    extends java.lang.Object
    Used by the CParser to handle fields added to structures(composites). Currently only bitfields are handled specially. NOTE: when bitfield handling is added directly to structures, this class may no longer be necessary.
    • Constructor Detail

      • CompositeHandler

        public CompositeHandler​(Composite parent)
    • Method Detail

      • getComposite

        public Composite getComposite()
      • add

        public void add​(Declaration dec)
                 throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException