Package ghidra.pcode.exec
Class SleighPcodeUseropDefinition.Factory
java.lang.Object
ghidra.pcode.exec.SleighPcodeUseropDefinition.Factory
- Enclosing class:
SleighPcodeUseropDefinition<T>
A factory for building
SleighPcodeUseropDefinition
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBegin building the definition for a userop with the given name
-
Constructor Details
-
Factory
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
-