public class RegisterParserBaseListener extends java.lang.Object implements RegisterParserListener
RegisterParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RegisterParserBaseListener() |
public void enterRegister(RegisterParser.RegisterContext ctx)
RegisterParser.register().
The default implementation does nothing.
enterRegister in interface RegisterParserListenerctx - the parse treepublic void exitRegister(RegisterParser.RegisterContext ctx)
RegisterParser.register().
The default implementation does nothing.
exitRegister in interface RegisterParserListenerctx - the parse treepublic void enterClassDef(RegisterParser.ClassDefContext ctx)
RegisterParser.classDef().
The default implementation does nothing.
enterClassDef in interface RegisterParserListenerctx - the parse treepublic void exitClassDef(RegisterParser.ClassDefContext ctx)
RegisterParser.classDef().
The default implementation does nothing.
exitClassDef in interface RegisterParserListenerctx - the parse treepublic void enterExampleClause(RegisterParser.ExampleClauseContext ctx)
RegisterParser.exampleClause().
The default implementation does nothing.
enterExampleClause in interface RegisterParserListenerctx - the parse treepublic void exitExampleClause(RegisterParser.ExampleClauseContext ctx)
RegisterParser.exampleClause().
The default implementation does nothing.
exitExampleClause in interface RegisterParserListenerctx - the parse treepublic void enterExampleValue(RegisterParser.ExampleValueContext ctx)
RegisterParser.exampleValue().
The default implementation does nothing.
enterExampleValue in interface RegisterParserListenerctx - the parse treepublic void exitExampleValue(RegisterParser.ExampleValueContext ctx)
RegisterParser.exampleValue().
The default implementation does nothing.
exitExampleValue in interface RegisterParserListenerctx - the parse treepublic void enterAttrDef(RegisterParser.AttrDefContext ctx)
RegisterParser.attrDef().
The default implementation does nothing.
enterAttrDef in interface RegisterParserListenerctx - the parse treepublic void exitAttrDef(RegisterParser.AttrDefContext ctx)
RegisterParser.attrDef().
The default implementation does nothing.
exitAttrDef in interface RegisterParserListenerctx - the parse treepublic void enterRoleDef(RegisterParser.RoleDefContext ctx)
RegisterParser.roleDef().
The default implementation does nothing.
enterRoleDef in interface RegisterParserListenerctx - the parse treepublic void exitRoleDef(RegisterParser.RoleDefContext ctx)
RegisterParser.roleDef().
The default implementation does nothing.
exitRoleDef in interface RegisterParserListenerctx - the parse treepublic void enterCfClause(RegisterParser.CfClauseContext ctx)
RegisterParser.cfClause().
The default implementation does nothing.
enterCfClause in interface RegisterParserListenerctx - the parse treepublic void exitCfClause(RegisterParser.CfClauseContext ctx)
RegisterParser.cfClause().
The default implementation does nothing.
exitCfClause in interface RegisterParserListenerctx - the parse treepublic void enterCardinality(RegisterParser.CardinalityContext ctx)
RegisterParser.cardinality().
The default implementation does nothing.
enterCardinality in interface RegisterParserListenerctx - the parse treepublic void exitCardinality(RegisterParser.CardinalityContext ctx)
RegisterParser.cardinality().
The default implementation does nothing.
exitCardinality in interface RegisterParserListenerctx - 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