Package ghidra.program.model.lang
Class PrototypeModelError
java.lang.Object
ghidra.program.model.lang.PrototypeModel
ghidra.program.model.lang.PrototypeModelError
A PrototypeModel cloned from another, but marked as an error placeholder
-
Field Summary
Fields inherited from class ghidra.program.model.lang.PrototypeModel
isExtension, name, UNKNOWN_EXTRAPOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
If a PrototypeModel fails to parse (from XML) a substitute model may be provided, in which case this method returns true.Methods inherited from class ghidra.program.model.lang.PrototypeModel
assignParameterStorage, encode, getAliasParent, getArgLocation, getExtrapop, getInjectName, getInputListType, getInternalStorage, getKilledByCallList, getLikelyTrash, getName, getNextArgLocation, getPotentialInputRegisterStorage, getReturnAddress, getReturnLocation, getStackParameterAlignment, getStackParameterOffset, getStackshift, getStorageLocations, getUnaffectedList, hasInjection, hasThisPointer, isConstructor, isEquivalent, isMerged, isProgramExtension, possibleInputParamWithSlot, possibleOutputParamWithSlot, restoreXml, setReturnAddress, toString
-
Constructor Details
-
PrototypeModelError
-
-
Method Details
-
isErrorPlaceholder
public boolean isErrorPlaceholder()Description copied from class:PrototypeModel
If a PrototypeModel fails to parse (from XML) a substitute model may be provided, in which case this method returns true. In all other cases this method returns false;- Overrides:
isErrorPlaceholder
in classPrototypeModel
- Returns:
- true if this object is a substitute for a model that didn't parse
-