public interface ListListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
ListParser.void enterList(ListParser.ListContext ctx)
ListParser.list().ctx - the parse treevoid exitList(ListParser.ListContext ctx)
ListParser.list().ctx - the parse treevoid enterListElement(ListParser.ListElementContext ctx)
ListParser.listElement().ctx - the parse treevoid exitListElement(ListParser.ListElementContext ctx)
ListParser.listElement().ctx - the parse treevoid enterPath(ListParser.PathContext ctx)
ListParser.path().ctx - the parse treevoid exitPath(ListParser.PathContext ctx)
ListParser.path().ctx - the parse treevoid enterNumber(ListParser.NumberContext ctx)
ListParser.number().ctx - the parse treevoid exitNumber(ListParser.NumberContext ctx)
ListParser.number().ctx - the parse treevoid enterBool(ListParser.BoolContext ctx)
ListParser.bool().ctx - the parse treevoid exitBool(ListParser.BoolContext ctx)
ListParser.bool().ctx - the parse treevoid enterString(ListParser.StringContext ctx)
ListParser.string().ctx - the parse treevoid exitString(ListParser.StringContext ctx)
ListParser.string().ctx - the parse tree