Package ghidra.pcode.exec
Annotation Interface AnnotatedPcodeUseropLibrary.OpState
- Enclosing class:
 AnnotatedPcodeUseropLibrary<T>
An annotation to receive the executor's state into a parameter
 
 The annotated parameter must have type PcodeExecutorState with the same <T>
 as the class declaring the method.