Class ModifiedPcodeThread.ModifierUseropLibrary
java.lang.Object
ghidra.pcode.emu.ModifiedPcodeThread.ModifierUseropLibrary
- All Implemented Interfaces:
PcodeUseropLibrary<T>
- Enclosing class:
ModifiedPcodeThread<T>
protected class ModifiedPcodeThread.ModifierUseropLibrary
extends Object
implements PcodeUseropLibrary<T>
For incorporating the state modifier's userop behaviors
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface PcodeUseropLibrary
PcodeUseropLibrary.EmptyPcodeUseropLibrary, PcodeUseropLibrary.PcodeUseropDefinition<T> -
Field Summary
Fields inherited from interface PcodeUseropLibrary
NIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all the userops defined in this library, keyed by (symbol) name.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PcodeUseropLibrary
compose, getSymbols
-
Constructor Details
-
ModifierUseropLibrary
protected ModifierUseropLibrary()
-
-
Method Details
-
getUserops
Description copied from interface:PcodeUseropLibraryGet all the userops defined in this library, keyed by (symbol) name.- Specified by:
getUseropsin interfacePcodeUseropLibrary<T>- Returns:
- the map of names to defined userops
-