Class TokenFieldSolver

java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.AbstractExpressionSolver<TokenField>
ghidra.app.plugin.assembler.sleigh.expr.TokenFieldSolver

public class TokenFieldSolver extends AbstractExpressionSolver<TokenField>
Solves expressions of a token (instruction encoding) field

Essentially, this just encodes the goal into the field, if it can be represented in the given space and format. Otherwise, there is no solution.