SleighPcodeUseropDefinition

Package: ghidra.pcode.exec
Type: class

12.1_PUBLIC

addedfield: EMPTY_ARGS
static java.util.List<ghidra.program.model.pcode.Varnode> EMPTY_ARGS
modifiedtype-extends: SleighPcodeUseropDefinition
- java.lang.Object
+ (none)
removedmethod: canInlinePcode
boolean canInlinePcode()
removedmethod: getBody
java.lang.String getBody()
removedmethod: getDefiningLibrary
ghidra.pcode.exec.PcodeUseropLibrary<T> getDefiningLibrary()
removedmethod: getInputCount
int getInputCount()
removedmethod: getInputs
java.util.List<java.lang.String> getInputs()
removedmethod: getJavaMethod
java.lang.reflect.Method getJavaMethod()
removedmethod: getName
java.lang.String getName()
removedmethod: getOutputType
java.lang.Class<?> getOutputType()
removedmethod: hasSideEffects
boolean hasSideEffects()
removedmethod: isFunctional
boolean isFunctional()
removedmethod: modifiesContext
boolean modifiesContext()

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()

11.0_PUBLIC

introducedInitial version