Class SleighPcodeUseropDefinition.Factory

java.lang.Object
ghidra.pcode.exec.SleighPcodeUseropDefinition.Factory
Enclosing class:
SleighPcodeUseropDefinition<T>

public static class SleighPcodeUseropDefinition.Factory extends Object
A factory for building SleighPcodeUseropDefinitions.
  • Constructor Details

    • Factory

      public Factory(SleighLanguage language)
      Construct a factory for the given language
      Parameters:
      language - the language
  • Method Details

    • define

      Begin building the definition for a userop with the given name
      Parameters:
      name - the name of the new userop
      Returns:
      a builder for the userop