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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
fix
(FixedHandle hand, ParserWalker walker) void
fixPrintPiece
(FixedHandle hand, ParserWalker walker, int handleIndex) Get the address space of the value, if applicableint
int
getSize()
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
-