Class OpTpl
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.template.OpTpl
-
public class OpTpl extends java.lang.Object
Placeholder for what will resolve to a PcodeOp for a specific InstructionContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OpTpl()
OpTpl(int opcode, VarnodeTpl output, VarnodeTpl[] inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VarnodeTpl[]
getInput()
int
getOpcode()
VarnodeTpl
getOutput()
void
restoreXml(XmlPullParser parser, AddressFactory factory)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-