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 PeriodCode
visitBalance(com.walkfares.calendar.period.grammar.PeriodCodeParser.BalanceContext ctx)
Visit a parse tree produced by thebalance
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitDated(com.walkfares.calendar.period.grammar.PeriodCodeParser.DatedContext ctx)
Visit a parse tree produced by thedated
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitDay(com.walkfares.calendar.period.grammar.PeriodCodeParser.DayContext ctx)
Visit a parse tree produced by theday
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitDayahead(com.walkfares.calendar.period.grammar.PeriodCodeParser.DayaheadContext ctx)
Visit a parse tree produced by thedayahead
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitEndOfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfMonthContext ctx)
Visit a parse tree produced by theendOfMonth
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitEndOfQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfQuarterContext ctx)
Visit a parse tree produced by theendOfQuarter
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitEndOfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.EndOfYearContext ctx)
Visit a parse tree produced by theendOfYear
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitFinancial(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialContext ctx)
Visit a parse tree produced by thefinancial
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitFinancialMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialMonthContext ctx)
Visit a parse tree produced by thefinancialMonth
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitFinancialWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialWeekContext ctx)
Visit a parse tree produced by thefinancialWeek
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitFinancialYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.FinancialYearContext ctx)
Visit a parse tree produced by thefinancialYear
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitGasYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.GasYearContext ctx)
Visit a parse tree produced by thegasYear
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitHalfHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfHourContext ctx)
Visit a parse tree produced by thehalfHour
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitHalfMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfMonthContext ctx)
Visit a parse tree produced by thehalfMonth
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitHalfYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.HalfYearContext ctx)
Visit a parse tree produced by thehalfYear
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.HourContext ctx)
Visit a parse tree produced by thehour
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.MonthContext ctx)
Visit a parse tree produced by themonth
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitPrompt(com.walkfares.calendar.period.grammar.PeriodCodeParser.PromptContext ctx)
Visit a parse tree produced by theprompt
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitQuarter(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterContext ctx)
Visit a parse tree produced by thequarter
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitQuarterHour(com.walkfares.calendar.period.grammar.PeriodCodeParser.QuarterHourContext ctx)
Visit a parse tree produced by thequarterHour
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSaturday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SaturdayContext ctx)
Visit a parse tree produced by thesaturday
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSeason(com.walkfares.calendar.period.grammar.PeriodCodeParser.SeasonContext ctx)
Visit a parse tree produced by theseason
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSpot(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpotContext ctx)
Visit a parse tree produced by thespot
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSpread(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpreadContext ctx)
Visit a parse tree produced by thespread
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSpring(com.walkfares.calendar.period.grammar.PeriodCodeParser.SpringContext ctx)
Visit a parse tree produced by thespring
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSummer(com.walkfares.calendar.period.grammar.PeriodCodeParser.SummerContext ctx)
Visit a parse tree produced by thesummer
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitSunday(com.walkfares.calendar.period.grammar.PeriodCodeParser.SundayContext ctx)
Visit a parse tree produced by thesunday
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekContext ctx)
Visit a parse tree produced by theweek
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitWeekend(com.walkfares.calendar.period.grammar.PeriodCodeParser.WeekendContext ctx)
Visit a parse tree produced by theweekend
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitWinter(com.walkfares.calendar.period.grammar.PeriodCodeParser.WinterContext ctx)
Visit a parse tree produced by thewinter
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitWithinDay(com.walkfares.calendar.period.grammar.PeriodCodeParser.WithinDayContext ctx)
Visit a parse tree produced by thewithinDay
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitWorkingWeek(com.walkfares.calendar.period.grammar.PeriodCodeParser.WorkingWeekContext ctx)
Visit a parse tree produced by theworkingWeek
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitYear(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearContext ctx)
Visit a parse tree produced by theyear
labeled alternative inPeriodCodeParser.period()
.PeriodCode
visitYearMonth(com.walkfares.calendar.period.grammar.PeriodCodeParser.YearMonthContext ctx)
Visit a parse tree produced by theyearMonth
labeled alternative inPeriodCodeParser.period()
.Methods inherited from class com.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor
visitDayperiod, visitMultiline, visitTest, visitTz
Methods 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thequarterHour
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQuarterHour
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitQuarterHour
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thehalfHour
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHalfHour
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitHalfHour
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thehour
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHour
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitHour
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theday
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDay
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitDay
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thedayahead
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDayahead
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitDayahead
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theweek
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWeek
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitWeek
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theweekend
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWeekend
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitWeekend
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theworkingWeek
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWorkingWeek
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitWorkingWeek
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thehalfMonth
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHalfMonth
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitHalfMonth
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by themonth
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMonth
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitMonth
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thequarter
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQuarter
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitQuarter
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theseason
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSeason
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSeason
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thewinter
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWinter
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitWinter
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thesummer
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSummer
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSummer
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thespring
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSpring
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSpring
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thehalfYear
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitHalfYear
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitHalfYear
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theyearMonth
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitYearMonth
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitYearMonth
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thegasYear
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGasYear
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitGasYear
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theyear
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitYear
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitYear
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thespread
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSpread
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSpread
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theendOfMonth
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEndOfMonth
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitEndOfMonth
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theendOfQuarter
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEndOfQuarter
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitEndOfQuarter
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theendOfYear
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEndOfYear
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitEndOfYear
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thespot
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSpot
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSpot
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thebalance
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBalance
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitBalance
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thewithinDay
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWithinDay
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitWithinDay
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by theprompt
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrompt
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitPrompt
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thedated
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDated
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitDated
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thesaturday
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSaturday
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSaturday
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thesunday
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSunday
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitSunday
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thefinancial
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFinancial
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitFinancial
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thefinancialWeek
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFinancialWeek
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitFinancialWeek
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thefinancialMonth
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFinancialMonth
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitFinancialMonth
in 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.PeriodCodeBaseVisitor
Visit a parse tree produced by thefinancialYear
labeled alternative inPeriodCodeParser.period()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFinancialYear
in interfacecom.walkfares.calendar.period.grammar.PeriodCodeVisitor<PeriodCode>
- Overrides:
visitFinancialYear
in classcom.walkfares.calendar.period.grammar.PeriodCodeBaseVisitor<PeriodCode>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-