Package ghidra.app.emulator
Class AdaptedEmulator.AdaptedPcodeUseropLibrary
java.lang.Object
ghidra.pcode.exec.DefaultPcodeUseropLibrary<byte[]>
ghidra.pcode.exec.AnnotatedPcodeUseropLibrary<byte[]>
ghidra.app.emulator.AdaptedEmulator.AdaptedPcodeUseropLibrary
- All Implemented Interfaces:
PcodeUseropLibrary<byte[]>
- Enclosing class:
AdaptedEmulator
@Deprecated(since="12.1",
forRemoval=true)
public class AdaptedEmulator.AdaptedPcodeUseropLibrary
extends AnnotatedPcodeUseropLibrary<byte[]>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class ghidra.pcode.exec.AnnotatedPcodeUseropLibrary
AnnotatedPcodeUseropLibrary.AnnotatedPcodeUseropDefinition<T>, AnnotatedPcodeUseropLibrary.FixedArgsAnnotatedPcodeUseropDefinition<T>, AnnotatedPcodeUseropLibrary.OpExecutor, AnnotatedPcodeUseropLibrary.OpLibrary, AnnotatedPcodeUseropLibrary.OpOp, AnnotatedPcodeUseropLibrary.OpOutput, AnnotatedPcodeUseropLibrary.OpState, AnnotatedPcodeUseropLibrary.PcodeUserop, AnnotatedPcodeUseropLibrary.VariadicAnnotatedPcodeUseropDefinition<T>Nested classes/interfaces inherited from interface ghidra.pcode.exec.PcodeUseropLibrary
PcodeUseropLibrary.EmptyPcodeUseropLibrary, PcodeUseropLibrary.PcodeUseropDefinition<T> -
Field Summary
Fields inherited from class ghidra.pcode.exec.DefaultPcodeUseropLibrary
opsFields inherited from interface ghidra.pcode.exec.PcodeUseropLibrary
NIL -
Constructor Summary
ConstructorsChangeConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
ChangeModifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ghidra.pcode.exec.AnnotatedPcodeUseropLibrary
getMethodLookup, getOperandTypeMethods inherited from class ghidra.pcode.exec.DefaultPcodeUseropLibrary
getUserops, putOpMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.pcode.exec.PcodeUseropLibrary
compose, compose, getSymbols
-
Constructor Details
-
AdaptedPcodeUseropLibrary
public AdaptedPcodeUseropLibrary()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
__addr_cb
public void __addr_cb()Deprecated, for removal: This API element is subject to removal in a future version.
-