Package ghidra.pcode.emu.jit.gen
Interface FieldReq<T extends Types.BNonVoid>
- Type Parameters:
T- the type of the field
- All Known Subinterfaces:
InstanceFieldReq<T>,StaticFieldReq<T>
- All Known Implementing Classes:
FieldForArrDirect,FieldForExitSlot,FieldForPcodeOp,FieldForSpaceIndirect,FieldForUserop,FieldForVarnode
public interface FieldReq<T extends Types.BNonVoid>
A field request for a pre-fetched or pre-constructed element
-
Method Summary
-
Method Details
-
name
String name()Derive a suitable name for the field- Returns:
- the name
-