Class ContextOp
java.lang.Object
ghidra.app.plugin.processors.sleigh.ContextOp
- All Implemented Interfaces:
ContextChange
An operation on the context (bit-packed form) of an instruction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ParserWalker walker, SleighDebugLogger debug) void
decode
(Decoder decoder, SleighLanguage lang) int
getMask()
int
getShift()
int
toString()
-
Constructor Details
-
ContextOp
public ContextOp()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceContextChange
- Throws:
MemoryAccessException
-
decode
- Specified by:
decode
in interfaceContextChange
- Throws:
DecoderException
-
getPatternExpression
-
getWordIndex
public int getWordIndex() -
getMask
public int getMask() -
getShift
public int getShift() -
toString
-