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
ConstructorsChangeModifierConstructorDescriptionprotectedOpTpl()OpTpl(int opcode, VarnodeTpl output, VarnodeTpl[] inputs) -
Method Summary
ChangeModifier and TypeMethodDescriptionNEWvoidgetInput()inttoString()REMOVEDvoidrestoreXml(XmlPullParser parser, AddressFactory factory) Removed
-
Constructor Details
-
OpTpl
protected OpTpl() -
OpTpl
-
-
Method Details
-
getOutput
-
getInput
-
getOpcode
public int getOpcode() -
decode NEW
- Throws:
DecoderException
-
toString
-