Class HandleTpl
java.lang.Object
ghidra.app.plugin.processors.sleigh.template.HandleTpl
Placeholder that resolves for a specific
InstructionContext into a FixedHandle
representing the semantic value of a Constructor-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfix(FixedHandle hand, ParserWalker walker) voidfixPrintPiece(FixedHandle hand, ParserWalker walker, int handleIndex) Get the address space of the value, if applicableintintgetSize()Get the size of the expected value in bits
-
Constructor Details
-
HandleTpl
protected HandleTpl() -
HandleTpl
-
-
Method Details
-
fix
-
fixPrintPiece
-
decode
- Throws:
DecoderException
-
getOffsetOperandIndex
public int getOffsetOperandIndex() -
getSize
public int getSize()Get the size of the expected value in bits- Returns:
- the number of bits
-
getAddressSpace
Get the address space of the value, if applicable- Returns:
- the address space, or null if not applicable
-