Package ghidra.pcode.exec
Annotation Interface AnnotatedPcodeUseropLibrary.OpOutput
- Enclosing class:
AnnotatedPcodeUseropLibrary<T>
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface AnnotatedPcodeUseropLibrary.OpOutput
An annotation to receive the output varnode into a parameter
The annotated parameter must have type Varnode
.