AssemblyResolution

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

11.1_PUBLIC

addedmethod: getChildren
java.util.List<ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> getChildren()
addedmethod: getDescription
java.lang.String getDescription()
addedmethod: getRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution getRight()
modifiedtype-extends: AssemblyResolution
- java.lang.Object
+ (none)
removedmethod: backfill
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedBackfill backfill(ghidra.app.plugin.processors.sleigh.expression.PatternExpression exp, ghidra.app.plugin.assembler.sleigh.expr.MaskedLong goal, int inslen, java.lang.String description)
removedfield: children
java.util.List<ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children
removedmethod: childrenToString
java.lang.String childrenToString(java.lang.String indent)
removedmethod: compareTo
int compareTo(ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution that)
removedmethod: computeHash
int computeHash()
removedmethod: contextOnly
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns contextOnly(ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ctx, java.lang.String description)
removedfield: description
java.lang.String description
removedmethod: error
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedError error(java.lang.String error, java.lang.String description)
removedmethod: error
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution error(java.lang.String error, ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns res)
removedmethod: fromPattern
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns fromPattern(ghidra.app.plugin.processors.sleigh.pattern.DisjointPattern pat, int minLen, java.lang.String description, ghidra.app.plugin.processors.sleigh.Constructor cons)
removedmethod: getAllRight
java.util.List<ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> getAllRight()
removedmethod: hashCode
int hashCode()
removedmethod: instrOnly
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns instrOnly(ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ins, java.lang.String description)
removedmethod: nop
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns nop(java.lang.String description)
removedfield: right
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right
removedmethod: withoutRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withoutRight()
removedmethod: withRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withRight(ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right)

10.2_PUBLIC

addedmethod: backfill
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedBackfill backfill(ghidra.app.plugin.processors.sleigh.expression.PatternExpression exp, ghidra.app.plugin.assembler.sleigh.expr.MaskedLong goal, int inslen, java.lang.String description)
addedmethod: contextOnly
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns contextOnly(ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ctx, java.lang.String description)
addedmethod: error
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedError error(java.lang.String error, java.lang.String description)
addedmethod: error
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution error(java.lang.String error, ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns res)
addedmethod: fromPattern
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns fromPattern(ghidra.app.plugin.processors.sleigh.pattern.DisjointPattern pat, int minLen, java.lang.String description, ghidra.app.plugin.processors.sleigh.Constructor cons)
addedmethod: getAllRight
java.util.List<ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> getAllRight()
addedmethod: instrOnly
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns instrOnly(ghidra.app.plugin.assembler.sleigh.sem.AssemblyPatternBlock ins, java.lang.String description)
addedmethod: nop
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedPatterns nop(java.lang.String description)
addedmethod: parent
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution parent(java.lang.String description, int opCount)
addedfield: right
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right
addedmethod: shift
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution shift(int amt)
addedmethod: withoutRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withoutRight()
addedmethod: withRight
ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution withRight(ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution right)
modifiedfield: children
type: List → List
- java.util.List<? extends ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children
+ java.util.List<ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children
removedmethod: error
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution error(java.lang.String error, ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedConstructor res)
removedmethod: fromPattern
static ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolvedConstructor fromPattern(ghidra.app.plugin.processors.sleigh.pattern.DisjointPattern pat, int minLen, java.lang.String description)

9.2_PUBLIC

modifiedfield: children
type: ImmutableList → List
- com.google.common.collect.ImmutableList<? extends ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children
+ java.util.List<? extends ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children

9.0.2_PUBLIC

addedfield: children
com.google.common.collect.ImmutableList<? extends ghidra.app.plugin.assembler.sleigh.sem.AssemblyResolution> children
addedmethod: childrenToString
java.lang.String childrenToString(java.lang.String indent)
addedmethod: computeHash
int computeHash()
addedfield: description
java.lang.String description
addedmethod: lineToString
java.lang.String lineToString()

9.0.1_PUBLIC

introducedInitial version