Class AbstractAssemblyStateGenerator.GeneratorContext

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AbstractAssemblyStateGenerator.GeneratorContext
Enclosing class:
AbstractAssemblyStateGenerator<N extends AssemblyParseTreeNode>

protected static class AbstractAssemblyStateGenerator.GeneratorContext extends Object
Context to pass along as states are generated
  • Field Details

  • Constructor Details

    • GeneratorContext

      public GeneratorContext(List<AssemblyConstructorSemantic> path, int shift)
      Construct a context
      Parameters:
      path - the path of constructors, for diagnostics
      shift - the (right) shift in bytes of the operand whose state is being generated
  • Method Details