Class OpTpl
java.lang.Object
ghidra.app.plugin.processors.sleigh.template.OpTpl
Placeholder for what will resolve to a PcodeOp
for a specific InstructionContext
-
Constructor Summary
ModifierConstructorDescriptionprotected
OpTpl()
OpTpl
(int opcode, VarnodeTpl output, VarnodeTpl[] inputs) -
Method Summary
-
Constructor Details
-
OpTpl
protected OpTpl() -
OpTpl
-
-
Method Details
-
getOutput
-
getInput
-
getOpcode
public int getOpcode() -
decode
- Throws:
DecoderException
-
toString
-