Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractContext<T> - Class in org.qubership.atp.macros.core.processor
- AbstractContext() - Constructor for class org.qubership.atp.macros.core.processor.AbstractContext
-
Creates root.
- AbstractContext(T, MacrosParser.MacrosStartContext, Macros, Evaluator) - Constructor for class org.qubership.atp.macros.core.processor.AbstractContext
-
Creates child.
- AbstractEntity - Class in org.qubership.atp.macros.core.model
- AbstractEntity() - Constructor for class org.qubership.atp.macros.core.model.AbstractEntity
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- addContentItem(MacrosDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- addParametersItem(MacrosParameterDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- ApiUtil - Class in org.qubership.atp.macros.clients.api
- ApiUtil() - Constructor for class org.qubership.atp.macros.clients.api.ApiUtil
- args - Variable in class org.qubership.atp.macros.core.processor.SimpleContext
B
- body() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- BodyContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- brackets - Variable in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
C
- calculate(Macros, List<String>, AbstractContext) - Method in interface org.qubership.atp.macros.core.calculator.MacrosCalculator
- calculate(Macros, List<String>, AbstractContext) - Method in class org.qubership.atp.macros.core.calculator.ScriptMacrosCalculator
- channelNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- CLOSE - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- CLOSE - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- CLOSE() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- CLOSE() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- compile(Macros) - Method in class org.qubership.atp.macros.core.calculator.ScriptMacrosCalculator
-
Try to compile a macros.
- content(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- content(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- content(List<MacrosDto>) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- context(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- contextMap - Variable in class org.qubership.atp.macros.core.processor.AbstractContext
- contextParameters - Variable in class org.qubership.atp.macros.core.processor.AbstractContext
- convert(Object, Class<T>) - Method in class org.qubership.atp.macros.core.converter.MacrosDtoConvertService
-
Convert t.
- convert(MappingContext<OffsetDateTime, Date>) - Method in class org.qubership.atp.macros.core.converter.OffsetDateTime2DateConverter
- convert(MappingContext<Date, OffsetDateTime>) - Method in class org.qubership.atp.macros.core.converter.Date2OffsetDateTimeConverter
- convertList(List, Class<T>) - Method in class org.qubership.atp.macros.core.converter.MacrosDtoConvertService
-
Convert list to list.
- convertSetToList(Set, Class<T>) - Method in class org.qubership.atp.macros.core.converter.MacrosDtoConvertService
-
Convert set to list.
- create(String) - Static method in class org.qubership.atp.macros.core.processor.DataKey
-
Create a new data key.
- create(MacrosDto) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
POST /api/v1/macros : Create a new macros
- createChildContext(MacrosParser.MacrosStartContext, Macros, Evaluator) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked when macro denoted by current context contains another macro as argument.
- createChildContext(MacrosParser.MacrosStartContext, Macros, Evaluator) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- createdBy - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- createdBy(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- createdWhen - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- createdWhen(OffsetDateTime) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- createRootContext() - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- CtxEvalException - Exception Class in org.qubership.atp.macros.core.processor
- CtxEvalException(String, AbstractContext) - Constructor for exception class org.qubership.atp.macros.core.processor.CtxEvalException
-
Wraps a macro context with cause exception.
- CtxEvalException(String, AbstractContext, Throwable) - Constructor for exception class org.qubership.atp.macros.core.processor.CtxEvalException
-
Wraps a macro context with cause exception.
D
- DataKey<T> - Class in org.qubership.atp.macros.core.processor
- DataKey(String) - Constructor for class org.qubership.atp.macros.core.processor.DataKey
- Date2OffsetDateTimeConverter - Class in org.qubership.atp.macros.core.converter
- Date2OffsetDateTimeConverter() - Constructor for class org.qubership.atp.macros.core.converter.Date2OffsetDateTimeConverter
- defaultValue - Variable in class org.qubership.atp.macros.core.model.MacrosParameter
- defaultValue(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- delete(UUID) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
DELETE /api/v1/macros/{uuid} : Delete specified macros
- description - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- description - Variable in class org.qubership.atp.macros.core.model.MacrosParameter
- description(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- description(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
E
- empty(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- empty(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- emptyMacros() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- emptyMacros() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- EmptyMacrosContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- engine(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- enterBody(MacrosParser.BodyContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.body(). - enterBody(MacrosParser.BodyContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.body(). - enterEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.emptyMacros(). - enterEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.emptyMacros(). - enterEveryRule(ParserRuleContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
- enterMacroArg(MacrosParser.MacroArgContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macroArg(). - enterMacroArg(MacrosParser.MacroArgContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macroArg(). - enterMacroParam(MacrosParser.MacroParamContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macroParam(). - enterMacroParam(MacrosParser.MacroParamContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macroParam(). - enterMacroParams(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macroParams(). - enterMacroParams(MacrosParser.MacroParamsContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macroParams(). - enterMacros(MacrosParser.MacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macros(). - enterMacros(MacrosParser.MacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macros(). - enterMacrosEnd(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macrosEnd(). - enterMacrosEnd(MacrosParser.MacrosEndContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macrosEnd(). - enterMacrosStart(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.macrosStart(). - enterMacrosStart(MacrosParser.MacrosStartContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.macrosStart(). - enterQuote(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.quote(). - enterQuote(MacrosParser.QuoteContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.quote(). - enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- enterRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- enterSlash(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.slash(). - enterSlash(MacrosParser.SlashContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.slash(). - enterText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Enter a parse tree produced by
MacrosParser.text(). - enterText(MacrosParser.TextContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Enter a parse tree produced by
MacrosParser.text(). - equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- equals(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- equals(Object) - Method in class org.qubership.atp.macros.core.processor.DataKey
- ERROR_LISTENER - Static variable in class org.qubership.atp.macros.core.exception.ThrowingErrorListener
- ESC - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- ESC - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- ESC() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- ESC(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- evaluate(String) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
POST /api/v1/macros/evaluate : Evaluate specified content
- evaluate(String) - Method in class org.qubership.atp.macros.core.repository.MacrosRepository
-
Evaluate macro.
- evaluate(String, T) - Method in interface org.qubership.atp.macros.core.processor.Evaluator
- evaluate(String, T) - Method in class org.qubership.atp.macros.core.processor.EvaluatorImpl
-
Evaluate a string.
- evaluate(Macros, List<String>, T) - Method in interface org.qubership.atp.macros.core.processor.Evaluator
- evaluate(Macros, List<String>, T) - Method in class org.qubership.atp.macros.core.processor.EvaluatorImpl
- evaluateWithContext(EvaluationRequestDto) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
POST /api/v1/macros/evaluate/context : Evaluate specified content with context
- EvaluationRequestDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
EvaluationRequestDto
- EvaluationRequestDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- evaluator - Variable in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- evaluator - Variable in class org.qubership.atp.macros.core.processor.SimpleContext
- Evaluator - Interface in org.qubership.atp.macros.core.processor
- EvaluatorImpl - Class in org.qubership.atp.macros.core.processor
- EvaluatorImpl() - Constructor for class org.qubership.atp.macros.core.processor.EvaluatorImpl
- exitBody(MacrosParser.BodyContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.body(). - exitBody(MacrosParser.BodyContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.body(). - exitEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.emptyMacros(). - exitEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.emptyMacros(). - exitEveryRule(ParserRuleContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
- exitMacroArg(MacrosParser.MacroArgContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macroArg(). - exitMacroArg(MacrosParser.MacroArgContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macroArg(). - exitMacroParam(MacrosParser.MacroParamContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macroParam(). - exitMacroParam(MacrosParser.MacroParamContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macroParam(). - exitMacroParams(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macroParams(). - exitMacroParams(MacrosParser.MacroParamsContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macroParams(). - exitMacros(MacrosParser.MacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macros(). - exitMacros(MacrosParser.MacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macros(). - exitMacrosEnd(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macrosEnd(). - exitMacrosEnd(MacrosParser.MacrosEndContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macrosEnd(). - exitMacrosStart(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.macrosStart(). - exitMacrosStart(MacrosParser.MacrosStartContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.macrosStart(). - exitQuote(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.quote(). - exitQuote(MacrosParser.QuoteContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.quote(). - exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- exitRule(ParseTreeListener) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- exitSlash(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.slash(). - exitSlash(MacrosParser.SlashContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.slash(). - exitText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
-
Exit a parse tree produced by
MacrosParser.text(). - exitText(MacrosParser.TextContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosListener
-
Exit a parse tree produced by
MacrosParser.text().
F
- findAll() - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/all : Get all available macros
- findAllByProject(UUID) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/all/project/{uuid} : Get all available macros for specified project (including global)
- findAllByProjectId(UUID) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/project/{uuid}/all : Get all macros for specified project
- findByProjectId(UUID) - Method in class org.qubership.atp.macros.core.repository.MacrosRepository
-
Get All macros by projectId include Global.
- findByProjectId(UUID, Integer, Integer, String, String) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/project/{uuid} : Get specified page of all available macros for specified project
- findGlobal(Integer, Integer, String, String) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/global : Get all available global macros
- findNonTechnicalMacrosByProject(UUID) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/all-nontechnical/project/{uuid} : Get all non technical available macros for specified project (including global)
- first(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
G
- get(AbstractContext<?>) - Method in class org.qubership.atp.macros.core.processor.DataKey
-
Get data.
- getArgument(MacrosParser.MacroArgContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- getATN() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getATN() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- getChannelNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getContent() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
-
Get content
- getContent() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get content
- getContent() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get content
- getContext() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
-
Get context
- getCreatedBy() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get createdBy
- getCreatedWhen() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get createdWhen
- getDefaultValue() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
-
Get defaultValue
- getDescription() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get description
- getDescription() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
-
Get description
- getEmpty() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get empty
- getEmpty() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
-
Get empty
- getEngine() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get engine
- getEngines() - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
GET /api/v1/macros/engines : Get all available script engines
- getFirst() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get first
- getGrammarFileName() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getGrammarFileName() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- getHttpEntity() - Static method in class org.qubership.atp.macros.core.utils.HttpUtils
- getHttpEntity(String) - Static method in class org.qubership.atp.macros.core.utils.HttpUtils
-
Create
HttpEntity. - getKey() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
-
Get key
- getLast() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get last
- getMacros(String) - Method in interface org.qubership.atp.macros.core.registry.MacroRegistry
- getMacros(String) - Method in class org.qubership.atp.macros.core.registry.MacroRegistryImpl
- getModelMapper() - Method in class org.qubership.atp.macros.core.converter.MacrosDtoConvertService
-
Get modelMapper for additional configulations
- getModeNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getModifiedBy() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get modifiedBy
- getModifiedWhen() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get modifiedWhen
- getName() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get name
- getName() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
-
Get name
- getName() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
-
Get name
- getName() - Method in class org.qubership.atp.macros.core.processor.DataKey
- getNonnull(AbstractContext) - Method in class org.qubership.atp.macros.core.processor.DataKey
-
Get non null data.
- getNumber() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get number
- getNumberOfElements() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get numberOfElements
- getOffset() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get offset
- getOptional() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
-
Get optional
- getPageable() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get pageable
- getPaged() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get paged
- getPageNumber() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get pageNumber
- getPageSize() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get pageSize
- getParameters() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get parameters
- getParentId() - Method in class org.qubership.atp.macros.core.model.AbstractEntity
- getParentId() - Method in class org.qubership.atp.macros.core.model.Macros
- getProjectId() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
-
Get projectId
- getProjectId() - Method in class org.qubership.atp.macros.core.model.Macros
-
Get project UUID as string.
- getProjectUuid() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get projectUuid
- getResultOnEvaluationEnd() - Method in class org.qubership.atp.macros.core.processor.AbstractContext
- getResultOnEvaluationEnd() - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- getRuleIndex() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- getRuleNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getRuleNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- getSerializedATN() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getSerializedATN() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- getSize() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get size
- getSort() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get sort
- getSort() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get sort
- getSorted() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
-
Get sorted
- getSource() - Method in exception class org.qubership.atp.macros.core.processor.CtxEvalException
- getTokenNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
-
Deprecated.
- getTokenNames() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
-
Deprecated.
- getTotalElements() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get totalElements
- getTotalPages() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
-
Get totalPages
- getUnpaged() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
-
Get unpaged
- getUnsorted() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
-
Get unsorted
- getUuid() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
-
Get uuid
- getUuid() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
-
Get uuid
- getVocabulary() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- getVocabulary() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- goDeeper() - Method in class org.qubership.atp.macros.core.processor.MacrosOpeningCounter
H
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- hashCode() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- hashCode() - Method in class org.qubership.atp.macros.core.processor.DataKey
- HttpUtils - Class in org.qubership.atp.macros.core.utils
I
- is(String) - Method in class org.qubership.atp.macros.core.processor.DataKey
-
For short, use MY_KEY.is(dataId) instead of MY_KEY.getName().equals(dataId)
- isGoingUpperOnClose() - Method in class org.qubership.atp.macros.core.processor.MacrosOpeningCounter
-
Is going upper on close.
K
- key(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
L
- last(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
M
- macro - Variable in class org.qubership.atp.macros.core.processor.SimpleContext
- macroArg() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- macroArg() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- MacroArgContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- MacroControllerApi - Interface in org.qubership.atp.macros.clients.api
- macroParam() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- macroParam() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- macroParam(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- MacroParamContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- macroParams() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- macroParams() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- MacroParamsContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- MacroRegistry - Interface in org.qubership.atp.macros.core.registry
- MacroRegistryImpl - Class in org.qubership.atp.macros.core.registry
- MacroRegistryImpl(List<Macros>) - Constructor for class org.qubership.atp.macros.core.registry.MacroRegistryImpl
-
Contructor.
- macros() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- macros() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- macros() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- macros(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- macros(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- Macros - Class in org.qubership.atp.macros.core.model
- Macros() - Constructor for class org.qubership.atp.macros.core.model.Macros
- MACROS - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- MACROS - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MACROS() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- MACROS_MARKER - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- MACROS_MARKER - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MACROS_MARKER() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- MACROS_NAME - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- MACROS_NAME - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MACROS_NAME() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- MacrosBaseListener - Class in org.qubership.atp.macros.core.parser.antlr4
-
This class provides an empty implementation of
MacrosListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - MacrosBaseListener() - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
- MacrosBaseVisitor<T> - Class in org.qubership.atp.macros.core.parser.antlr4
-
This class provides an empty implementation of
MacrosVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - MacrosBaseVisitor() - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
- MacrosCalculator - Interface in org.qubership.atp.macros.core.calculator
- MacrosCompilationException - Exception Class in org.qubership.atp.macros.core.exception
- MacrosCompilationException(String) - Constructor for exception class org.qubership.atp.macros.core.exception.MacrosCompilationException
- MacrosCompilationException(String, Throwable) - Constructor for exception class org.qubership.atp.macros.core.exception.MacrosCompilationException
- MacrosContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- MacrosDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
MacrosDto
- MacrosDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- MacrosDtoConvertService - Class in org.qubership.atp.macros.core.converter
- MacrosDtoConvertService() - Constructor for class org.qubership.atp.macros.core.converter.MacrosDtoConvertService
- macrosEnd() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- macrosEnd() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- macrosEnd() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MacrosEndContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosEndContext
- MacrosException - Exception Class in org.qubership.atp.macros.core.exception
- MacrosException(String) - Constructor for exception class org.qubership.atp.macros.core.exception.MacrosException
- MacrosException(String, Throwable) - Constructor for exception class org.qubership.atp.macros.core.exception.MacrosException
- MacrosFeignClient - Interface in org.qubership.atp.macros.core.client
- MacrosLexer - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosLexer(CharStream) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- MacrosListener - Interface in org.qubership.atp.macros.core.parser.antlr4
-
This interface defines a complete listener for a parse tree produced by
MacrosParser. - MacrosOpeningCounter - Class in org.qubership.atp.macros.core.processor
- MacrosPageDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
MacrosPageDto
- MacrosPageDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- MacrosParameter - Class in org.qubership.atp.macros.core.model
- MacrosParameter() - Constructor for class org.qubership.atp.macros.core.model.MacrosParameter
- MacrosParameterDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
MacrosParameterDto
- MacrosParameterDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- MacrosParser - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser(TokenStream) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MacrosParser.BodyContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.EmptyMacrosContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacroArgContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacroParamContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacroParamsContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacrosContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacrosEndContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.MacrosStartContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.QuoteContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.SlashContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosParser.TextContext - Class in org.qubership.atp.macros.core.parser.antlr4
- MacrosRepository - Class in org.qubership.atp.macros.core.repository
- MacrosRepository() - Constructor for class org.qubership.atp.macros.core.repository.MacrosRepository
- macrosStart() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- macrosStart() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosContext
- macrosStart() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- MacrosStartContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacrosStartContext
- MacrosVisitor<T> - Interface in org.qubership.atp.macros.core.parser.antlr4
-
This interface defines a complete generic visitor for a parse tree produced by
MacrosParser. - MacrosVisitorImpl<T> - Class in org.qubership.atp.macros.core.processor
- MacrosVisitorImpl(MacroRegistry, Evaluator, T) - Constructor for class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
-
Constructor.
- match(Class<?>, Class<?>) - Method in class org.qubership.atp.macros.core.converter.Date2OffsetDateTimeConverter
- match(Class<?>, Class<?>) - Method in class org.qubership.atp.macros.core.converter.OffsetDateTime2DateConverter
- modeNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- modifiedBy - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- modifiedBy(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- modifiedWhen - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- modifiedWhen(OffsetDateTime) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
N
- name - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- name - Variable in class org.qubership.atp.macros.core.model.MacrosParameter
- name(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- name(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- name(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- notifyMacroEnds(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Args are filled up now.
- notifyMacroEnds(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- notifyMacroStarts(MacrosParser.MacrosStartContext, Macros, Evaluator) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Initializes with macro.
- notifyMacroStarts(MacrosParser.MacrosStartContext, Macros, Evaluator) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- number(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- numberOfElements(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
O
- offset(Long) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- OffsetDateTime2DateConverter - Class in org.qubership.atp.macros.core.converter
- OffsetDateTime2DateConverter() - Constructor for class org.qubership.atp.macros.core.converter.OffsetDateTime2DateConverter
- open() - Method in class org.qubership.atp.macros.core.processor.MacrosOpeningCounter
- OPEN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- OPEN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- OPEN() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- optional - Variable in class org.qubership.atp.macros.core.model.MacrosParameter
- optional(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- org.qubership.atp.macros.clients.api - package org.qubership.atp.macros.clients.api
- org.qubership.atp.macros.core.calculator - package org.qubership.atp.macros.core.calculator
- org.qubership.atp.macros.core.client - package org.qubership.atp.macros.core.client
- org.qubership.atp.macros.core.clients.api.dto.macros - package org.qubership.atp.macros.core.clients.api.dto.macros
- org.qubership.atp.macros.core.converter - package org.qubership.atp.macros.core.converter
- org.qubership.atp.macros.core.exception - package org.qubership.atp.macros.core.exception
- org.qubership.atp.macros.core.model - package org.qubership.atp.macros.core.model
- org.qubership.atp.macros.core.processor - package org.qubership.atp.macros.core.processor
- org.qubership.atp.macros.core.registry - package org.qubership.atp.macros.core.registry
- org.qubership.atp.macros.core.repository - package org.qubership.atp.macros.core.repository
- org.qubership.atp.macros.core.utils - package org.qubership.atp.macros.core.utils
P
- pageable(PageableDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- PageableDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
PageableDto
- PageableDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- paged(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- pageNumber(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- pageSize(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- parameters - Variable in class org.qubership.atp.macros.core.model.Macros
- parameters(List<MacrosParameterDto>) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- parent - Variable in class org.qubership.atp.macros.core.processor.AbstractContext
- projectId(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- projectUuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- pushArguments(MacrosParser.MacroParamContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushArguments(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on initialized context (in the macro).
- pushArguments(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
- pushText(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on uninitialized context (outside the macro).
- pushText(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on uninitialized context (outside the macro).
- pushText(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
- pushText(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
- pushText(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- pushText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked only on uninitialized context (outside the macro).
- pushText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
Q
- QUO - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- QUO - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- QUO() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- QUO() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- QUO() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
- QUO(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.EmptyMacrosContext
- QUO(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamContext
- quote() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- quote() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- quote(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- QuoteContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.QuoteContext
R
- reduce(MacrosParser.MacrosEndContext, SimpleContext) - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- reduce(MacrosParser.MacrosEndContext, T) - Method in class org.qubership.atp.macros.core.processor.AbstractContext
-
Invoked on parent to notify that child (nested macro) is fully processed and should be aggregated with parent.
- reducedChild - Variable in class org.qubership.atp.macros.core.processor.SimpleContext
- registry - Variable in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- remove(AbstractContext<?>) - Method in class org.qubership.atp.macros.core.processor.DataKey
- reset() - Method in class org.qubership.atp.macros.core.processor.AbstractContext
- reset() - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- resetMacro() - Method in class org.qubership.atp.macros.core.processor.SimpleContext
- RULE_body - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_emptyMacros - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macroArg - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macroParam - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macroParams - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macros - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macrosEnd - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_macrosStart - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_quote - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_slash - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- RULE_text - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- ruleNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- ruleNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
S
- ScriptEngineDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
ScriptEngineDto
- ScriptEngineDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- ScriptMacrosCalculator - Class in org.qubership.atp.macros.core.calculator
- ScriptMacrosCalculator() - Constructor for class org.qubership.atp.macros.core.calculator.ScriptMacrosCalculator
- SEPARATOR - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- SEPARATOR - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- SEPARATOR() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- SEPARATOR() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- SEPARATOR(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroParamsContext
- set(AbstractContext<?>, T) - Method in class org.qubership.atp.macros.core.processor.DataKey
- setContent(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- setContent(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setContent(List<MacrosDto>) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setContext(Object) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- setCreatedBy(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setCreatedWhen(OffsetDateTime) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setDefaultValue(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- setDescription(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setDescription(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- setEmpty(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setEmpty(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- setEngine(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setExampleResponse(NativeWebRequest, String, String) - Static method in class org.qubership.atp.macros.clients.api.ApiUtil
- setFirst(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setKey(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- setLast(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setModifiedBy(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setModifiedWhen(OffsetDateTime) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setName(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setName(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- setName(String) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- setNumber(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setNumberOfElements(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setOffset(Long) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setOptional(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- setPageable(PageableDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setPaged(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setPageNumber(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setPageSize(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setParameters(List<MacrosParameterDto>) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setProjectId(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- setProjectUuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setSize(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setSort(SortDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setSort(SortDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setSorted(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- setTotalElements(Long) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setTotalPages(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- setUnpaged(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- setUnsorted(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- setUuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- setUuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- SimpleContext - Class in org.qubership.atp.macros.core.processor
- SimpleContext() - Constructor for class org.qubership.atp.macros.core.processor.SimpleContext
- SimpleContext(SimpleContext, MacrosParser.MacrosStartContext, Macros, Evaluator) - Constructor for class org.qubership.atp.macros.core.processor.SimpleContext
- size(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- slash() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- slash() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- slash(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- SLASH - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- SLASH - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- SLASH() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- SlashContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.SlashContext
- sort(SortDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- sort(SortDto) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- SortDto - Class in org.qubership.atp.macros.core.clients.api.dto.macros
-
SortDto
- SortDto() - Constructor for class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- sorted(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- sourceUuid - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- state - Variable in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- strategy - Variable in class org.qubership.atp.macros.core.processor.AbstractContext
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.qubership.atp.macros.core.exception.ThrowingErrorListener
T
- text - Variable in class org.qubership.atp.macros.core.processor.SimpleContext
- text() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- text() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- text() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- text(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.BodyContext
- text(int) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.MacroArgContext
- TEXT - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- TEXT - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- TEXT() - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- TextContext(ParserRuleContext, int) - Constructor for class org.qubership.atp.macros.core.parser.antlr4.MacrosParser.TextContext
- ThrowingErrorListener - Class in org.qubership.atp.macros.core.exception
- ThrowingErrorListener() - Constructor for class org.qubership.atp.macros.core.exception.ThrowingErrorListener
- tokenNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
-
Deprecated.
- tokenNames - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
-
Deprecated.Use
MacrosParser.VOCABULARYinstead. - toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.EvaluationRequestDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.ScriptEngineDto
- toString() - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- toString() - Method in exception class org.qubership.atp.macros.core.processor.CtxEvalException
- toString() - Method in class org.qubership.atp.macros.core.processor.DataKey
- toString() - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- totalElements(Long) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
- totalPages(Integer) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosPageDto
U
- unpaged(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.PageableDto
- unsorted(Boolean) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.SortDto
- update(UUID, MacrosDto) - Method in interface org.qubership.atp.macros.clients.api.MacroControllerApi
-
PUT /api/v1/macros/{uuid} : Update specified macros
- uuid - Variable in class org.qubership.atp.macros.core.model.AbstractEntity
- uuid - Variable in class org.qubership.atp.macros.core.model.MacrosParameter
- uuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosDto
- uuid(UUID) - Method in class org.qubership.atp.macros.core.clients.api.dto.macros.MacrosParameterDto
V
- visitBody(MacrosParser.BodyContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.body(). - visitBody(MacrosParser.BodyContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.body(). - visitEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.emptyMacros(). - visitEmptyMacros(MacrosParser.EmptyMacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.emptyMacros(). - visitErrorNode(ErrorNode) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
- visitMacroArg(MacrosParser.MacroArgContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macroArg(). - visitMacroArg(MacrosParser.MacroArgContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macroArg(). - visitMacroParam(MacrosParser.MacroParamContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macroParam(). - visitMacroParam(MacrosParser.MacroParamContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macroParam(). - visitMacroParams(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macroParams(). - visitMacroParams(MacrosParser.MacroParamsContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macroParams(). - visitMacroParams(MacrosParser.MacroParamsContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- visitMacros(MacrosParser.MacrosContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macros(). - visitMacros(MacrosParser.MacrosContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macros(). - visitMacrosEnd(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macrosEnd(). - visitMacrosEnd(MacrosParser.MacrosEndContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macrosEnd(). - visitMacrosEnd(MacrosParser.MacrosEndContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- visitMacrosStart(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.macrosStart(). - visitMacrosStart(MacrosParser.MacrosStartContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.macrosStart(). - visitMacrosStart(MacrosParser.MacrosStartContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- visitQuote(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.quote(). - visitQuote(MacrosParser.QuoteContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.quote(). - visitQuote(MacrosParser.QuoteContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- visitSlash(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.slash(). - visitSlash(MacrosParser.SlashContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.slash(). - visitSlash(MacrosParser.SlashContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- visitTerminal(TerminalNode) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseListener
- visitText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.parser.antlr4.MacrosBaseVisitor
-
Visit a parse tree produced by
MacrosParser.text(). - visitText(MacrosParser.TextContext) - Method in interface org.qubership.atp.macros.core.parser.antlr4.MacrosVisitor
-
Visit a parse tree produced by
MacrosParser.text(). - visitText(MacrosParser.TextContext) - Method in class org.qubership.atp.macros.core.processor.MacrosVisitorImpl
- VOCABULARY - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- VOCABULARY - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
_
- _ATN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- _ATN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- _decisionToDFA - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- _decisionToDFA - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- _serializedATN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- _serializedATN - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
- _sharedContextCache - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosLexer
- _sharedContextCache - Static variable in class org.qubership.atp.macros.core.parser.antlr4.MacrosParser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
VOCABULARYinstead.