Class OpTpl
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.template.OpTpl
-
public class OpTpl extends java.lang.ObjectPlaceholder for what will resolve to a PcodeOp for a specific InstructionContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpTpl()OpTpl(int opcode, VarnodeTpl output, VarnodeTpl[] inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VarnodeTpl[]getInput()intgetOpcode()VarnodeTplgetOutput()voidrestoreXml(XmlPullParser parser, AddressFactory factory)java.lang.StringtoString()
-
-
-
Constructor Detail
-
OpTpl
protected OpTpl()
-
OpTpl
public OpTpl(int opcode, VarnodeTpl output, VarnodeTpl[] inputs)
-
-
Method Detail
-
getOutput
public VarnodeTpl getOutput()
-
getInput
public VarnodeTpl[] getInput()
-
getOpcode
public int getOpcode()
-
restoreXml
public void restoreXml(XmlPullParser parser, AddressFactory factory) throws UnknownInstructionException
- Throws:
UnknownInstructionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-