Class PrototypeModelError

java.lang.Object
ghidra.program.model.lang.PrototypeModel
ghidra.program.model.lang.PrototypeModelError

public class PrototypeModelError extends PrototypeModel
A PrototypeModel cloned from another, but marked as an error placeholder
  • Constructor Details

  • 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 class PrototypeModel
      Returns:
      true if this object is a substitute for a model that didn't parse