AssemblyResolvedError

Package: ghidra.app.plugin.assembler.sleigh.sem
Type: class

11.1_PUBLIC

modifiedtype-extends: AssemblyResolvedError
- ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution
+ (none)
modifiedtype-implements: AssemblyResolvedError
- (none)
+ ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution
removedmethod: computeHash
int computeHash()
removedmethod: equals
boolean equals(java.lang.Object obj)
removedfield: error
java.lang.String error
removedmethod: isBackfill
boolean isBackfill()
removedmethod: isError
boolean isError()
removedmethod: lineToString
java.lang.String lineToString()
removedmethod: parent
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution parent(java.lang.String description, int opCount)
removedmethod: shift
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution shift(int amt)
removedmethod: withRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withRight(ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right)

10.2_PUBLIC

addedmethod: parent
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution parent(java.lang.String description, int opCount)
addedmethod: shift
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution shift(int amt)
addedmethod: withRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withRight(ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right)

9.0.2_PUBLIC

addedmethod: computeHash
int computeHash()
addedfield: error
java.lang.String error

9.0.1_PUBLIC

introducedInitial version