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 enterImportDeclaration(GenTreeSrcParser.ImportDeclarationContext ctx)
GenTreeSrcParser.importDeclaration().
The default implementation does nothing.
enterImportDeclaration in interface GenTreeSrcListenerctx - the parse treepublic void exitImportDeclaration(GenTreeSrcParser.ImportDeclarationContext ctx)
GenTreeSrcParser.importDeclaration().
The default implementation does nothing.
exitImportDeclaration 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 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 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 enterNonOptionalType(GenTreeSrcParser.NonOptionalTypeContext ctx)
GenTreeSrcParser.nonOptionalType().
The default implementation does nothing.
enterNonOptionalType in interface GenTreeSrcListenerctx - the parse treepublic void exitNonOptionalType(GenTreeSrcParser.NonOptionalTypeContext ctx)
GenTreeSrcParser.nonOptionalType().
The default implementation does nothing.
exitNonOptionalType 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 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 enterOptionalType(GenTreeSrcParser.OptionalTypeContext ctx)
GenTreeSrcParser.optionalType().
The default implementation does nothing.
enterOptionalType in interface GenTreeSrcListenerctx - the parse treepublic void exitOptionalType(GenTreeSrcParser.OptionalTypeContext ctx)
GenTreeSrcParser.optionalType().
The default implementation does nothing.
exitOptionalType 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