Interface ContextChange
-
- All Known Implementing Classes:
ContextCommit,ContextOp
public interface ContextChange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(ParserWalker walker, SleighDebugLogger debug)voidrestoreXml(XmlPullParser parser, SleighLanguage lang)
-
-
-
Method Detail
-
apply
void apply(ParserWalker walker, SleighDebugLogger debug) throws MemoryAccessException
- Throws:
MemoryAccessException
-
restoreXml
void restoreXml(XmlPullParser parser, SleighLanguage lang)
-
-