Package ghidra.pcode.exec
Annotation Interface AnnotatedPcodeUseropLibrary.OpExecutor
- Enclosing class:
 AnnotatedPcodeUseropLibrary<T>
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface AnnotatedPcodeUseropLibrary.OpExecutor
An annotation to receive the executor itself into a parameter
 
 
 The annotated parameter must have type PcodeExecutor with the same <T> as the
 class declaring the method.