Uses of Class
org.qubership.atp.macros.core.processor.AbstractContext
Packages that use AbstractContext
Package
Description
-
Uses of AbstractContext in org.qubership.atp.macros.core.calculator
Methods in org.qubership.atp.macros.core.calculator with parameters of type AbstractContext -
Uses of AbstractContext in org.qubership.atp.macros.core.processor
Classes in org.qubership.atp.macros.core.processor with type parameters of type AbstractContextModifier and TypeClassDescriptionclassAbstractContext<T extends AbstractContext>classMacrosVisitorImpl<T extends AbstractContext<T>>Subclasses of AbstractContext in org.qubership.atp.macros.core.processorFields in org.qubership.atp.macros.core.processor declared as AbstractContextModifier and TypeFieldDescriptionprotected final TAbstractContext.parentprotected TMacrosVisitorImpl.stateMethods in org.qubership.atp.macros.core.processor with type parameters of type AbstractContextModifier and TypeMethodDescription<T extends AbstractContext<T>>
String<T extends AbstractContext<T>>
String<T extends AbstractContext<T>>
StringEvaluate a string.<T extends AbstractContext<T>>
StringMethods in org.qubership.atp.macros.core.processor with parameters of type AbstractContextModifier and TypeMethodDescriptionDataKey.get(AbstractContext<?> dataContext) Get data.DataKey.getNonnull(AbstractContext dataContext) Get non null data.DataKey.remove(AbstractContext<?> dataContext) DataKey.set(AbstractContext<?> dataContext, T data) Constructors in org.qubership.atp.macros.core.processor with parameters of type AbstractContextModifierConstructorDescriptionCtxEvalException(String message, AbstractContext ctx) Wraps a macro context with cause exception.CtxEvalException(String message, AbstractContext ctx, Throwable cause) Wraps a macro context with cause exception.