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