Interface MacroProcessorBase.Strategy
- Enclosing class:
MacroProcessorBase<T extends MacroContextBase>
protected static interface MacroProcessorBase.Strategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidread(Token token, MacroContextBase state) reduceTreeLevel(MacroContextBase state)
-
Method Details
-
read
- Throws:
CtxEvalException
-
assertEvaluationEnded
- Throws:
CtxEvalException
-
reduceTreeLevel
- Throws:
CtxEvalException
-