Package ghidra.pcode.exec
Class SleighPcodeUseropDefinition.Factory
java.lang.Object
ghidra.pcode.exec.SleighPcodeUseropDefinition.Factory
- Enclosing interface:
SleighPcodeUseropDefinition<T>
A factory for building
SleighPcodeUseropDefinitions.-
Constructor Summary
ConstructorsChangeConstructorDescriptionFactory(SleighLanguage language) Construct a factory for the given language -
Method Summary
ChangeModifier and TypeMethodDescriptionMODIFIEDBegin 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 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
-