Uses of Class
org.qubership.atp.dataset.macros.processor.MacroContextBase
Packages that use MacroContextBase
Package
Description
-
Uses of MacroContextBase in org.qubership.atp.dataset.macros.exception
Constructors in org.qubership.atp.dataset.macros.exception with parameters of type MacroContextBaseModifierConstructorDescriptionCtxEvalException(String message, MacroContextBase ctx) CtxEvalException(String message, MacroContextBase ctx, Throwable cause) Wraps a macro context with cause exception. -
Uses of MacroContextBase in org.qubership.atp.dataset.macros.processor
Classes in org.qubership.atp.dataset.macros.processor with type parameters of type MacroContextBaseModifier and TypeClassDescriptionclassAbstractMacroProcessor<T extends MacroContextBase>classMacroProcessorBase<T extends MacroContextBase>Subclasses of MacroContextBase in org.qubership.atp.dataset.macros.processorFields in org.qubership.atp.dataset.macros.processor declared as MacroContextBaseModifier and TypeFieldDescriptionprotected final MacroContextBaseMacroContextBase.parentprotected TMacroProcessorBase.stateMethods in org.qubership.atp.dataset.macros.processor that return MacroContextBaseModifier and TypeMethodDescriptionMacroProcessorBase.Strategy.read(Token token, MacroContextBase state) MacroProcessorBase.Strategy.reduceTreeLevel(MacroContextBase state) Methods in org.qubership.atp.dataset.macros.processor with parameters of type MacroContextBaseModifier and TypeMethodDescriptionvoidMacroProcessorBase.Strategy.assertEvaluationEnded(MacroContextBase state) MacroProcessorBase.Strategy.read(Token token, MacroContextBase state) MacroProcessorBase.Strategy.reduceTreeLevel(MacroContextBase state) Constructors in org.qubership.atp.dataset.macros.processor with parameters of type MacroContextBaseModifierConstructorDescriptionMacroContextBase(MacroContextBase parent, String macro) Creates child.