Class HandleTpl
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.template.HandleTpl
-
public class HandleTpl extends java.lang.Object
Placeholder that resolves for a specific InstructionContext into a FixedHandle representing the semantic value of a Constructor
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HandleTpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fix(FixedHandle hand, ParserWalker walker)
void
fixPrintPiece(FixedHandle hand, ParserWalker walker, int handleIndex)
int
getOffsetOperandIndex()
int
getSize()
Get the size of the expected value in bitsvoid
restoreXml(XmlPullParser parser, AddressFactory factory)
-
-
-
Method Detail
-
fix
public void fix(FixedHandle hand, ParserWalker walker)
-
fixPrintPiece
public void fixPrintPiece(FixedHandle hand, ParserWalker walker, int handleIndex)
-
restoreXml
public void restoreXml(XmlPullParser parser, AddressFactory factory)
-
getOffsetOperandIndex
public int getOffsetOperandIndex()
-
getSize
public int getSize()
Get the size of the expected value in bits- Returns:
- the number of bits
-
-