Interface FieldOutputFunction<T>
- Type Parameters:
T-
public interface FieldOutputFunction<T>
A function that helps construct a Ghidra
DataType from annotated field information
found in a Java class.-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFieldToStructure(StructureContext<T> context, Structure structure, FieldOutputInfo<T> fieldOutputInfo)
-
Method Details
-
addFieldToStructure
void addFieldToStructure(StructureContext<T> context, Structure structure, FieldOutputInfo<T> fieldOutputInfo) throws IOException - Throws:
IOException
-