Uses of Class
org.qubership.atp.dataset.macros.processor.RefAliasContext
Packages that use RefAliasContext
-
Uses of RefAliasContext in org.qubership.atp.dataset.macros.processor
Methods in org.qubership.atp.dataset.macros.processor that return RefAliasContextModifier and TypeMethodDescriptionprotected RefAliasContextRefAliasProcessor.createChildContext(RefAliasContext parent, String macro) Methods in org.qubership.atp.dataset.macros.processor with parameters of type RefAliasContextModifier and TypeMethodDescriptionprotected RefAliasContextRefAliasProcessor.createChildContext(RefAliasContext parent, String macro) protected abstract voidRefAliasProcessor.notifyRefsFound(RefAliasContext context, ArgsParser.Result args) protected voidRefAliasProcessor.reduce(RefAliasContext parent, RefAliasContext child) protected booleanRefAliasProcessor.reevaluateRootLevel(RefAliasContext root) Constructors in org.qubership.atp.dataset.macros.processor with parameters of type RefAliasContextModifierConstructorDescriptionRefAliasContext(RefAliasContext parent, String macro) Child macro context used for ref alias processing.