AnnotatedPcodeUseropDefinition
Package:
ghidra.pcode.exec
Type:
class
12.0_PUBLIC
added
method
:
getOutputType
java.
lang.
Class<
?
> getOutputType(
)
11.4_PUBLIC
added
method
:
modifiesContext
boolean modifiesContext(
)
11.3_PUBLIC
added
method
:
canInlinePcode
boolean canInlinePcode(
)
added
method
:
getDefiningLibrary
ghidra.
pcode.
exec.
PcodeUseropLibrary<
T
> getDefiningLibrary(
)
added
method
:
getJavaMethod
java.
lang.
reflect.
Method getJavaMethod(
)
added
method
:
hasSideEffects
boolean hasSideEffects(
)
added
method
:
isFunctional
boolean isFunctional(
)
added
method
:
isPrimitive
static boolean isPrimitive(
java.
lang.
reflect.
Type type)
11.0_PUBLIC
introduced
Initial version