Class ConstructTpl
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.template.ConstructTpl
-
public class ConstructTpl extends java.lang.Object
Placeholder for what resolves to a list of PcodeOps and a FixedHandle. It represents the semantic action of a constructor and its return value for a particular InstructionContext
-
-
Constructor Summary
Constructors Constructor Description ConstructTpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumLabels()
OpTpl[]
getOpVec()
HandleTpl
getResult()
int
restoreXml(XmlPullParser parser, AddressFactory factory)
-
-
-
Method Detail
-
getNumLabels
public int getNumLabels()
-
getOpVec
public OpTpl[] getOpVec()
-
getResult
public HandleTpl getResult()
-
restoreXml
public int restoreXml(XmlPullParser parser, AddressFactory factory) throws UnknownInstructionException
- Throws:
UnknownInstructionException
-
-