Class HandleTpl
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.template.HandleTpl
-
public class HandleTpl extends java.lang.ObjectPlaceholder that resolves for a specific InstructionContext into a FixedHandle representing the semantic value of a Constructor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHandleTpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfix(FixedHandle hand, ParserWalker walker)voidfixPrintPiece(FixedHandle hand, ParserWalker walker, int handleIndex)intgetOffsetOperandIndex()intgetSize()Get the size of the expected value in bitsvoidrestoreXml(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
-
-