Class SleighPcodeUseropDefinition.Factory

java.lang.Object
ghidra.pcode.exec.SleighPcodeUseropDefinition.Factory
Enclosing interface:
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 MODIFIED

      return type: Builder → BuilderStage1
      -ghidra.pcode.exec.SleighPcodeUseropDefinition.Builder define(java.lang.String name)
      +ghidra.pcode.exec.SleighPcodeUseropDefinition.BuilderStage1 define(java.lang.String name)
      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