Class ContextCommit
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.ContextCommit
-
- All Implemented Interfaces:
ContextChange
public class ContextCommit extends java.lang.Object implements ContextChange
-
-
Constructor Summary
Constructors Constructor Description ContextCommit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ParserWalker walker, SleighDebugLogger debug)
void
restoreXml(XmlPullParser parser, SleighLanguage lang)
-
-
-
Method Detail
-
apply
public void apply(ParserWalker walker, SleighDebugLogger debug) throws MemoryAccessException
- Specified by:
apply
in interfaceContextChange
- Throws:
MemoryAccessException
-
restoreXml
public void restoreXml(XmlPullParser parser, SleighLanguage lang)
- Specified by:
restoreXml
in interfaceContextChange
-
-