Class PeriodCodeGrammar
- All Implemented Interfaces:
com.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>,org.antlr.v4.runtime.tree.ParseTreeVisitor<PeriodCode>
public class PeriodCodeGrammar extends com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>
-
Constructor Summary
Constructors Constructor Description PeriodCodeGrammar() -
Method Summary
Modifier and Type Method Description PeriodCodevisitBalance(com.walkfares.calendar.period.grammar.PeriodCodeParser.BalanceContext ctx)Visit a parse tree produced by thebalancelabeled alternative inPeriodCodeParser.period().PeriodCodevisitDated(com.walkfares.calendar.period.grammar.PeriodCodeParser.DatedContext ctx)Visit a parse tree produced by thedatedlabeled alternative inPeriodCodeParser.period().PeriodCodevisitDay(com.walkfares.calendar.period.grammar.PeriodCodeParser.DayContext ctx)Visit a parse tree produced by thedaylabeled alternative inPeriodCodeParser.period().PeriodCodevisitDayahead(com.walkfares.calendar.period.grammar.PeriodCodeParser.DayaheadContext ctx)Visit a parse tree produced by thedayaheadlabeled alternative inPeriodCodeParser.period().PeriodCodevisitEndOfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfMonthContext ctx)Visit a parse tree produced by theendOfMonthlabeled alternative inPeriodCodeParser.period().PeriodCodevisitEndOfQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfQuarterContext ctx)Visit a parse tree produced by theendOfQuarterlabeled alternative inPeriodCodeParser.period().PeriodCodevisitEndOfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfYearContext ctx)Visit a parse tree produced by theendOfYearlabeled alternative inPeriodCodeParser.period().PeriodCodevisitFinancial(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialContext ctx)Visit a parse tree produced by thefinanciallabeled alternative inPeriodCodeParser.period().PeriodCodevisitFinancialMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialMonthContext ctx)Visit a parse tree produced by thefinancialMonthlabeled alternative inPeriodCodeParser.period().PeriodCodevisitFinancialWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialWeekContext ctx)Visit a parse tree produced by thefinancialWeeklabeled alternative inPeriodCodeParser.period().PeriodCodevisitFinancialYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialYearContext ctx)Visit a parse tree produced by thefinancialYearlabeled alternative inPeriodCodeParser.period().PeriodCodevisitGasYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.GasYearContext ctx)Visit a parse tree produced by thegasYearlabeled alternative inPeriodCodeParser.period().PeriodCodevisitHalfHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfHourContext ctx)Visit a parse tree produced by thehalfHourlabeled alternative inPeriodCodeParser.period().PeriodCodevisitHalfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfMonthContext ctx)Visit a parse tree produced by thehalfMonthlabeled alternative inPeriodCodeParser.period().PeriodCodevisitHalfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfYearContext ctx)Visit a parse tree produced by thehalfYearlabeled alternative inPeriodCodeParser.period().PeriodCodevisitHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HourContext ctx)Visit a parse tree produced by thehourlabeled alternative inPeriodCodeParser.period().PeriodCodevisitMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.MonthContext ctx)Visit a parse tree produced by themonthlabeled alternative inPeriodCodeParser.period().PeriodCodevisitPrompt(com.walkfares.calendar.period.grammar.PeriodCodeParser.PromptContext ctx)Visit a parse tree produced by thepromptlabeled alternative inPeriodCodeParser.period().PeriodCodevisitQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterContext ctx)Visit a parse tree produced by thequarterlabeled alternative inPeriodCodeParser.period().PeriodCodevisitQuarterHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterHourContext ctx)Visit a parse tree produced by thequarterHourlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSaturday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SaturdayContext ctx)Visit a parse tree produced by thesaturdaylabeled alternative inPeriodCodeParser.period().PeriodCodevisitSeason(com.walkfares.calendar.period.grammar.PeriodCodeParser.SeasonContext ctx)Visit a parse tree produced by theseasonlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSpot(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpotContext ctx)Visit a parse tree produced by thespotlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSpread(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpreadContext ctx)Visit a parse tree produced by thespreadlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSpring(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpringContext ctx)Visit a parse tree produced by thespringlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSummer(com.walkfares.calendar.period.grammar.PeriodCodeParser.SummerContext ctx)Visit a parse tree produced by thesummerlabeled alternative inPeriodCodeParser.period().PeriodCodevisitSunday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SundayContext ctx)Visit a parse tree produced by thesundaylabeled alternative inPeriodCodeParser.period().PeriodCodevisitWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekContext ctx)Visit a parse tree produced by theweeklabeled alternative inPeriodCodeParser.period().PeriodCodevisitWeekend(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekendContext ctx)Visit a parse tree produced by theweekendlabeled alternative inPeriodCodeParser.period().PeriodCodevisitWinter(com.walkfares.calendar.period.grammar.PeriodCodeParser.WinterContext ctx)Visit a parse tree produced by thewinterlabeled alternative inPeriodCodeParser.period().PeriodCodevisitWithinDay(com.walkfares.calendar.period.grammar.PeriodCodeParser.WithinDayContext ctx)Visit a parse tree produced by thewithinDaylabeled alternative inPeriodCodeParser.period().PeriodCodevisitWorkingWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WorkingWeekContext ctx)Visit a parse tree produced by theworkingWeeklabeled alternative inPeriodCodeParser.period().PeriodCodevisitYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearContext ctx)Visit a parse tree produced by theyearlabeled alternative inPeriodCodeParser.period().PeriodCodevisitYearMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearMonthContext ctx)Visit a parse tree produced by theyearMonthlabeled alternative inPeriodCodeParser.period().Methods inherited from class com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor
visitDayperiod, visitMultiline, visitTest, visitTzMethods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
PeriodCodeGrammar
public PeriodCodeGrammar()
-
-
Method Details
-
visitQuarterHour
public PeriodCode visitQuarterHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterHourContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thequarterHourlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuarterHourin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitQuarterHourin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHalfHour
public PeriodCode visitHalfHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfHourContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thehalfHourlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHalfHourin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitHalfHourin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHour
public PeriodCode visitHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HourContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thehourlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHourin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitHourin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDay
Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thedaylabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDayin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitDayin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDayahead
public PeriodCode visitDayahead(com.walkfares.calendar.period.grammar.PeriodCodeParser.DayaheadContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thedayaheadlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDayaheadin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitDayaheadin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWeek
public PeriodCode visitWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theweeklabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWeekin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitWeekin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWeekend
public PeriodCode visitWeekend(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekendContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theweekendlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWeekendin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitWeekendin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWorkingWeek
public PeriodCode visitWorkingWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WorkingWeekContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theworkingWeeklabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWorkingWeekin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitWorkingWeekin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHalfMonth
public PeriodCode visitHalfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfMonthContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thehalfMonthlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHalfMonthin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitHalfMonthin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMonth
public PeriodCode visitMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.MonthContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by themonthlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMonthin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitMonthin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuarter
public PeriodCode visitQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thequarterlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuarterin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitQuarterin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeason
public PeriodCode visitSeason(com.walkfares.calendar.period.grammar.PeriodCodeParser.SeasonContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theseasonlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeasonin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSeasonin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWinter
public PeriodCode visitWinter(com.walkfares.calendar.period.grammar.PeriodCodeParser.WinterContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thewinterlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWinterin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitWinterin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSummer
public PeriodCode visitSummer(com.walkfares.calendar.period.grammar.PeriodCodeParser.SummerContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thesummerlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSummerin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSummerin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpring
public PeriodCode visitSpring(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpringContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thespringlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpringin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSpringin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHalfYear
public PeriodCode visitHalfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfYearContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thehalfYearlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHalfYearin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitHalfYearin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYearMonth
public PeriodCode visitYearMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearMonthContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theyearMonthlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYearMonthin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitYearMonthin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGasYear
public PeriodCode visitGasYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.GasYearContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thegasYearlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGasYearin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitGasYearin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYear
public PeriodCode visitYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theyearlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYearin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitYearin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpread
public PeriodCode visitSpread(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpreadContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thespreadlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpreadin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSpreadin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfMonth
public PeriodCode visitEndOfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfMonthContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theendOfMonthlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfMonthin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitEndOfMonthin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfQuarter
public PeriodCode visitEndOfQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfQuarterContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theendOfQuarterlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfQuarterin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitEndOfQuarterin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndOfYear
public PeriodCode visitEndOfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfYearContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by theendOfYearlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndOfYearin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitEndOfYearin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpot
public PeriodCode visitSpot(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpotContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thespotlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpotin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSpotin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBalance
public PeriodCode visitBalance(com.walkfares.calendar.period.grammar.PeriodCodeParser.BalanceContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thebalancelabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBalancein interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitBalancein classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithinDay
public PeriodCode visitWithinDay(com.walkfares.calendar.period.grammar.PeriodCodeParser.WithinDayContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thewithinDaylabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithinDayin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitWithinDayin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrompt
public PeriodCode visitPrompt(com.walkfares.calendar.period.grammar.PeriodCodeParser.PromptContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thepromptlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPromptin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitPromptin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDated
public PeriodCode visitDated(com.walkfares.calendar.period.grammar.PeriodCodeParser.DatedContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thedatedlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDatedin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitDatedin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSaturday
public PeriodCode visitSaturday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SaturdayContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thesaturdaylabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSaturdayin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSaturdayin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSunday
public PeriodCode visitSunday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SundayContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thesundaylabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSundayin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitSundayin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinancial
public PeriodCode visitFinancial(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thefinanciallabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinancialin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitFinancialin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinancialWeek
public PeriodCode visitFinancialWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialWeekContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thefinancialWeeklabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinancialWeekin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitFinancialWeekin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinancialMonth
public PeriodCode visitFinancialMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialMonthContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thefinancialMonthlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinancialMonthin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitFinancialMonthin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinancialYear
public PeriodCode visitFinancialYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialYearContext ctx)Description copied from class:com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitorVisit a parse tree produced by thefinancialYearlabeled alternative inPeriodCodeParser.period().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinancialYearin interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>- Overrides:
visitFinancialYearin classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-