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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ParserWalker walker, SleighDebugLogger debug) int
getMask()
int
getShift()
int
void
restoreXml
(XmlPullParser parser, SleighLanguage lang) toString()
-
Constructor Details
-
ContextOp
public ContextOp()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceContextChange
- Throws:
MemoryAccessException
-
restoreXml
- Specified by:
restoreXml
in interfaceContextChange
-
getPatternExpression
-
getWordIndex
public int getWordIndex() -
getMask
public int getMask() -
getShift
public int getShift() -
toString
-