Class DotSeparatedArgsParser
java.lang.Object
org.qubership.atp.dataset.macros.args.DotSeparatedArgsParser
- All Implemented Interfaces:
ArgsParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.qubership.atp.dataset.macros.args.ArgsParser
ArgsParser.Result -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.qubership.atp.dataset.macros.args.DotSeparatedArgsParser.State -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(CharSequence text) voidclear()protected abstract SignatureArgcreateArg(int index, MacroArgFactory args) toString()tryParse()
-
Field Details
-
state
protected org.qubership.atp.dataset.macros.args.DotSeparatedArgsParser.State state
-
-
Constructor Details
-
DotSeparatedArgsParser
-
-
Method Details
-
createArg
protected abstract SignatureArg createArg(int index, @Nonnull MacroArgFactory args) throws Exception - Throws:
Exception
-
append
- Specified by:
appendin interfaceArgsParser
-
clear
public void clear()- Specified by:
clearin interfaceArgsParser
-
tryParse
- Specified by:
tryParsein interfaceArgsParser
-
toString
-
parseToTheEnd
- Specified by:
parseToTheEndin interfaceArgsParser
-