Package step.repositories.parser
Class CustomExpectedStepParser
- java.lang.Object
-
- step.repositories.parser.CustomExpectedStepParser
-
- All Implemented Interfaces:
StepParser<ExpectedStep>
public class CustomExpectedStepParser extends Object implements StepParser<ExpectedStep>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomExpectedStepParser.Visitor
-
Constructor Summary
Constructors Constructor Description CustomExpectedStepParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParserScoreForStep(AbstractStep step)voidparseStep(ParsingContext parsingContext, ExpectedStep step)
-
-
-
Method Detail
-
getParserScoreForStep
public int getParserScoreForStep(AbstractStep step)
- Specified by:
getParserScoreForStepin interfaceStepParser<ExpectedStep>
-
parseStep
public void parseStep(ParsingContext parsingContext, ExpectedStep step)
- Specified by:
parseStepin interfaceStepParser<ExpectedStep>
-
-