Interface SleighProgramCompiler.PcodeProgramConstructor<T extends PcodeProgram>

Type Parameters:
T - the type of program to build
Enclosing class:
SleighProgramCompiler

public static interface SleighProgramCompiler.PcodeProgramConstructor<T extends PcodeProgram>
A factory for PcodePrograms
  • Method Summary

    Change
    Modifier and Type
    Method
    Description
    construct(SleighLanguage language, List<PcodeOp> ops, Map<Integer,ghidra.pcodeCPort.slghsymbol.UserOpSymbol> symbols)