public class GenTreeSrcBaseListener extends java.lang.Object implements GenTreeSrcListener
GenTreeSrcListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GenTreeSrcBaseListener() |
public void enterMain(GenTreeSrcParser.MainContext ctx)
GenTreeSrcParser.main().
The default implementation does nothing.
enterMain in interface GenTreeSrcListenerctx - the parse treepublic void exitMain(GenTreeSrcParser.MainContext ctx)
GenTreeSrcParser.main().
The default implementation does nothing.
exitMain in interface GenTreeSrcListenerctx - the parse treepublic void enterTypeDeclaration(GenTreeSrcParser.TypeDeclarationContext ctx)
GenTreeSrcParser.typeDeclaration().
The default implementation does nothing.
enterTypeDeclaration in interface GenTreeSrcListenerctx - the parse treepublic void exitTypeDeclaration(GenTreeSrcParser.TypeDeclarationContext ctx)
GenTreeSrcParser.typeDeclaration().
The default implementation does nothing.
exitTypeDeclaration in interface GenTreeSrcListenerctx - the parse treepublic void enterTypeModifier(GenTreeSrcParser.TypeModifierContext ctx)
GenTreeSrcParser.typeModifier().
The default implementation does nothing.
enterTypeModifier in interface GenTreeSrcListenerctx - the parse treepublic void exitTypeModifier(GenTreeSrcParser.TypeModifierContext ctx)
GenTreeSrcParser.typeModifier().
The default implementation does nothing.
exitTypeModifier in interface GenTreeSrcListenerctx - the parse treepublic void enterSubtypeList(GenTreeSrcParser.SubtypeListContext ctx)
GenTreeSrcParser.subtypeList().
The default implementation does nothing.
enterSubtypeList in interface GenTreeSrcListenerctx - the parse treepublic void exitSubtypeList(GenTreeSrcParser.SubtypeListContext ctx)
GenTreeSrcParser.subtypeList().
The default implementation does nothing.
exitSubtypeList in interface GenTreeSrcListenerctx - the parse treepublic void enterPropertyList(GenTreeSrcParser.PropertyListContext ctx)
GenTreeSrcParser.propertyList().
The default implementation does nothing.
enterPropertyList in interface GenTreeSrcListenerctx - the parse treepublic void exitPropertyList(GenTreeSrcParser.PropertyListContext ctx)
GenTreeSrcParser.propertyList().
The default implementation does nothing.
exitPropertyList in interface GenTreeSrcListenerctx - the parse treepublic void enterProperty(GenTreeSrcParser.PropertyContext ctx)
GenTreeSrcParser.property().
The default implementation does nothing.
enterProperty in interface GenTreeSrcListenerctx - the parse treepublic void exitProperty(GenTreeSrcParser.PropertyContext ctx)
GenTreeSrcParser.property().
The default implementation does nothing.
exitProperty in interface GenTreeSrcListenerctx - the parse treepublic void enterPropertyModifier(GenTreeSrcParser.PropertyModifierContext ctx)
GenTreeSrcParser.propertyModifier().
The default implementation does nothing.
enterPropertyModifier in interface GenTreeSrcListenerctx - the parse treepublic void exitPropertyModifier(GenTreeSrcParser.PropertyModifierContext ctx)
GenTreeSrcParser.propertyModifier().
The default implementation does nothing.
exitPropertyModifier in interface GenTreeSrcListenerctx - the parse treepublic void enterType(GenTreeSrcParser.TypeContext ctx)
GenTreeSrcParser.type().
The default implementation does nothing.
enterType in interface GenTreeSrcListenerctx - the parse treepublic void exitType(GenTreeSrcParser.TypeContext ctx)
GenTreeSrcParser.type().
The default implementation does nothing.
exitType in interface GenTreeSrcListenerctx - the parse treepublic void enterPrimaryType(GenTreeSrcParser.PrimaryTypeContext ctx)
GenTreeSrcParser.primaryType().
The default implementation does nothing.
enterPrimaryType in interface GenTreeSrcListenerctx - the parse treepublic void exitPrimaryType(GenTreeSrcParser.PrimaryTypeContext ctx)
GenTreeSrcParser.primaryType().
The default implementation does nothing.
exitPrimaryType in interface GenTreeSrcListenerctx - the parse treepublic void enterNamedType(GenTreeSrcParser.NamedTypeContext ctx)
GenTreeSrcParser.namedType().
The default implementation does nothing.
enterNamedType in interface GenTreeSrcListenerctx - the parse treepublic void exitNamedType(GenTreeSrcParser.NamedTypeContext ctx)
GenTreeSrcParser.namedType().
The default implementation does nothing.
exitNamedType in interface GenTreeSrcListenerctx - the parse treepublic void enterGenericArguments(GenTreeSrcParser.GenericArgumentsContext ctx)
GenTreeSrcParser.genericArguments().
The default implementation does nothing.
enterGenericArguments in interface GenTreeSrcListenerctx - the parse treepublic void exitGenericArguments(GenTreeSrcParser.GenericArgumentsContext ctx)
GenTreeSrcParser.genericArguments().
The default implementation does nothing.
exitGenericArguments in interface GenTreeSrcListenerctx - the parse treepublic void enterListType(GenTreeSrcParser.ListTypeContext ctx)
GenTreeSrcParser.listType().
The default implementation does nothing.
enterListType in interface GenTreeSrcListenerctx - the parse treepublic void exitListType(GenTreeSrcParser.ListTypeContext ctx)
GenTreeSrcParser.listType().
The default implementation does nothing.
exitListType in interface GenTreeSrcListenerctx - the parse treepublic void enterMapType(GenTreeSrcParser.MapTypeContext ctx)
GenTreeSrcParser.mapType().
The default implementation does nothing.
enterMapType in interface GenTreeSrcListenerctx - the parse treepublic void exitMapType(GenTreeSrcParser.MapTypeContext ctx)
GenTreeSrcParser.mapType().
The default implementation does nothing.
exitMapType in interface GenTreeSrcListenerctx - the parse treepublic void enterTypeSuffix(GenTreeSrcParser.TypeSuffixContext ctx)
GenTreeSrcParser.typeSuffix().
The default implementation does nothing.
enterTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void exitTypeSuffix(GenTreeSrcParser.TypeSuffixContext ctx)
GenTreeSrcParser.typeSuffix().
The default implementation does nothing.
exitTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void enterOptionalTypeSuffix(GenTreeSrcParser.OptionalTypeSuffixContext ctx)
GenTreeSrcParser.optionalTypeSuffix().
The default implementation does nothing.
enterOptionalTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void exitOptionalTypeSuffix(GenTreeSrcParser.OptionalTypeSuffixContext ctx)
GenTreeSrcParser.optionalTypeSuffix().
The default implementation does nothing.
exitOptionalTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void enterArrayTypeSuffix(GenTreeSrcParser.ArrayTypeSuffixContext ctx)
GenTreeSrcParser.arrayTypeSuffix().
The default implementation does nothing.
enterArrayTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void exitArrayTypeSuffix(GenTreeSrcParser.ArrayTypeSuffixContext ctx)
GenTreeSrcParser.arrayTypeSuffix().
The default implementation does nothing.
exitArrayTypeSuffix in interface GenTreeSrcListenerctx - the parse treepublic void enterPackageName(GenTreeSrcParser.PackageNameContext ctx)
GenTreeSrcParser.packageName().
The default implementation does nothing.
enterPackageName in interface GenTreeSrcListenerctx - the parse treepublic void exitPackageName(GenTreeSrcParser.PackageNameContext ctx)
GenTreeSrcParser.packageName().
The default implementation does nothing.
exitPackageName in interface GenTreeSrcListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener