Class DefaultPcodeUseropLibrary<T>

java.lang.Object
ghidra.pcode.exec.DefaultPcodeUseropLibrary<T>
Type Parameters:
T - the type of data processed by the library
All Implemented Interfaces:
PcodeUseropLibrary<T>
Direct Known Subclasses:
AnnotatedPcodeUseropLibrary

public class DefaultPcodeUseropLibrary<T> NEW extends Object implements PcodeUseropLibrary<T>
The default implemenation of a userop library

Userops are added by calling putOp(PcodeUseropDefinition), usually in the constructor.