Class SimpleContextWithParametersDecrypting

java.lang.Object
org.qubership.atp.macros.core.processor.AbstractContext<org.qubership.atp.macros.core.processor.SimpleContext>
org.qubership.atp.macros.core.processor.SimpleContext
org.qubership.atp.itf.lite.backend.service.macros.SimpleContextWithParametersDecrypting

public class SimpleContextWithParametersDecrypting extends org.qubership.atp.macros.core.processor.SimpleContext
  • Field Summary

    Fields inherited from class org.qubership.atp.macros.core.processor.SimpleContext

    args, evaluator, macro, reducedChild, text

    Fields inherited from class org.qubership.atp.macros.core.processor.AbstractContext

    contextMap, contextParameters, parent, strategy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    getArgument(org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext arg)
     

    Methods inherited from class org.qubership.atp.macros.core.processor.SimpleContext

    createChildContext, createRootContext, getResultOnEvaluationEnd, notifyMacroEnds, notifyMacroStarts, pushArguments, pushArguments, pushArguments, pushArguments, pushArguments, pushArguments, pushArguments, pushText, pushText, pushText, pushText, pushText, pushText, reduce, reset, resetMacro

    Methods inherited from class org.qubership.atp.macros.core.processor.AbstractContext

    canEqual, equals, getContextMap, getContextParameters, getParent, getStrategy, hashCode, setContextMap, setContextParameters, setStrategy, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SimpleContextWithParametersDecrypting

      public SimpleContextWithParametersDecrypting()
  • Method Details

    • getArgument

      protected String getArgument(org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext arg)
      Overrides:
      getArgument in class org.qubership.atp.macros.core.processor.SimpleContext