Package ghidra.app.util.cparser.C
Class CompositeHandler
- java.lang.Object
 - 
- ghidra.app.util.cparser.C.CompositeHandler
 
 
- 
public class CompositeHandler extends java.lang.ObjectUsed 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 Summary
Constructors Constructor Description CompositeHandler(Composite parent) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Declaration dec)CompositegetComposite() 
 - 
 
- 
- 
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
 
 - 
 
 -