Package ghidra.pcode.emu.stdoplib
Class TrigPcodeUseropLibraryFactory
java.lang.Object
ghidra.pcode.emu.stdoplib.TrigPcodeUseropLibraryFactory
- All Implemented Interfaces:
PcodeUseropLibraryFactory,ExtensionPoint
-
Nested Class Summary
Nested ClassesChangeModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface ghidra.pcode.exec.PcodeUseropLibraryFactory
PcodeUseropLibraryFactory.UseropLibrary -
Field Summary
Fields inherited from interface ghidra.pcode.exec.PcodeUseropLibraryFactory
KEY_USEROP_LIBS -
Constructor Summary
Constructors -
Method Summary
ChangeModifier and TypeMethodDescription<T> PcodeUseropLibrary<T> create(SleighLanguage language, PcodeArithmetic<T> arithmetic) Create the userop libraryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.pcode.exec.PcodeUseropLibraryFactory
getId
-
Constructor Details
-
TrigPcodeUseropLibraryFactory
public TrigPcodeUseropLibraryFactory()
-
-
Method Details
-
create
Description copied from interface:PcodeUseropLibraryFactoryCreate the userop library- Specified by:
createin interfacePcodeUseropLibraryFactory- Type Parameters:
T- the type of values in the emulator- Parameters:
language- the language of the emulatorarithmetic- the arithmetic of the emulator- Returns:
- the userop library
-