AnnotatedPcodeUseropDefinition

Package: ghidra.pcode.exec
Type: class

12.0_PUBLIC

addedmethod: getOutputType
java.lang.Class<?> getOutputType()

11.4_PUBLIC

addedmethod: modifiesContext
boolean modifiesContext()

11.3_PUBLIC

addedmethod: canInlinePcode
boolean canInlinePcode()
addedmethod: getDefiningLibrary
ghidra.pcode.exec.PcodeUseropLibrary<T> getDefiningLibrary()
addedmethod: getJavaMethod
java.lang.reflect.Method getJavaMethod()
addedmethod: hasSideEffects
boolean hasSideEffects()
addedmethod: isFunctional
boolean isFunctional()
addedmethod: isPrimitive
static boolean isPrimitive(java.lang.reflect.Type type)

11.0_PUBLIC

introducedInitial version