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