Class CompositeHandler

java.lang.Object
ghidra.app.util.cparser.C.CompositeHandler

public class CompositeHandler extends 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.