public class MetaModelBaseListener extends Object implements MetaModelListener
MetaModelListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
MetaModelBaseListener() |
public void enterMetamodel(MetaModelParser.MetamodelContext ctx)
MetaModelParser.metamodel()
.
The default implementation does nothing.
enterMetamodel
in interface MetaModelListener
ctx
- the parse treepublic void exitMetamodel(MetaModelParser.MetamodelContext ctx)
MetaModelParser.metamodel()
.
The default implementation does nothing.
exitMetamodel
in interface MetaModelListener
ctx
- the parse treepublic void enterIndexDeclr(MetaModelParser.IndexDeclrContext ctx)
MetaModelParser.indexDeclr()
.
The default implementation does nothing.
enterIndexDeclr
in interface MetaModelListener
ctx
- the parse treepublic void exitIndexDeclr(MetaModelParser.IndexDeclrContext ctx)
MetaModelParser.indexDeclr()
.
The default implementation does nothing.
exitIndexDeclr
in interface MetaModelListener
ctx
- the parse treepublic void enterIndexLiterals(MetaModelParser.IndexLiteralsContext ctx)
MetaModelParser.indexLiterals()
.
The default implementation does nothing.
enterIndexLiterals
in interface MetaModelListener
ctx
- the parse treepublic void exitIndexLiterals(MetaModelParser.IndexLiteralsContext ctx)
MetaModelParser.indexLiterals()
.
The default implementation does nothing.
exitIndexLiterals
in interface MetaModelListener
ctx
- the parse treepublic void enterEnumDeclr(MetaModelParser.EnumDeclrContext ctx)
MetaModelParser.enumDeclr()
.
The default implementation does nothing.
enterEnumDeclr
in interface MetaModelListener
ctx
- the parse treepublic void exitEnumDeclr(MetaModelParser.EnumDeclrContext ctx)
MetaModelParser.enumDeclr()
.
The default implementation does nothing.
exitEnumDeclr
in interface MetaModelListener
ctx
- the parse treepublic void enterEnumLiterals(MetaModelParser.EnumLiteralsContext ctx)
MetaModelParser.enumLiterals()
.
The default implementation does nothing.
enterEnumLiterals
in interface MetaModelListener
ctx
- the parse treepublic void exitEnumLiterals(MetaModelParser.EnumLiteralsContext ctx)
MetaModelParser.enumLiterals()
.
The default implementation does nothing.
exitEnumLiterals
in interface MetaModelListener
ctx
- the parse treepublic void enterClassDeclr(MetaModelParser.ClassDeclrContext ctx)
MetaModelParser.classDeclr()
.
The default implementation does nothing.
enterClassDeclr
in interface MetaModelListener
ctx
- the parse treepublic void exitClassDeclr(MetaModelParser.ClassDeclrContext ctx)
MetaModelParser.classDeclr()
.
The default implementation does nothing.
exitClassDeclr
in interface MetaModelListener
ctx
- the parse treepublic void enterParentsDeclr(MetaModelParser.ParentsDeclrContext ctx)
MetaModelParser.parentsDeclr()
.
The default implementation does nothing.
enterParentsDeclr
in interface MetaModelListener
ctx
- the parse treepublic void exitParentsDeclr(MetaModelParser.ParentsDeclrContext ctx)
MetaModelParser.parentsDeclr()
.
The default implementation does nothing.
exitParentsDeclr
in interface MetaModelListener
ctx
- the parse treepublic void enterSemanticDeclr(MetaModelParser.SemanticDeclrContext ctx)
MetaModelParser.semanticDeclr()
.
The default implementation does nothing.
enterSemanticDeclr
in interface MetaModelListener
ctx
- the parse treepublic void exitSemanticDeclr(MetaModelParser.SemanticDeclrContext ctx)
MetaModelParser.semanticDeclr()
.
The default implementation does nothing.
exitSemanticDeclr
in interface MetaModelListener
ctx
- the parse treepublic void enterSemanticWith(MetaModelParser.SemanticWithContext ctx)
MetaModelParser.semanticWith()
.
The default implementation does nothing.
enterSemanticWith
in interface MetaModelListener
ctx
- the parse treepublic void exitSemanticWith(MetaModelParser.SemanticWithContext ctx)
MetaModelParser.semanticWith()
.
The default implementation does nothing.
exitSemanticWith
in interface MetaModelListener
ctx
- the parse treepublic void enterSemanticUsing(MetaModelParser.SemanticUsingContext ctx)
MetaModelParser.semanticUsing()
.
The default implementation does nothing.
enterSemanticUsing
in interface MetaModelListener
ctx
- the parse treepublic void exitSemanticUsing(MetaModelParser.SemanticUsingContext ctx)
MetaModelParser.semanticUsing()
.
The default implementation does nothing.
exitSemanticUsing
in interface MetaModelListener
ctx
- the parse treepublic void enterSemanticFrom(MetaModelParser.SemanticFromContext ctx)
MetaModelParser.semanticFrom()
.
The default implementation does nothing.
enterSemanticFrom
in interface MetaModelListener
ctx
- the parse treepublic void exitSemanticFrom(MetaModelParser.SemanticFromContext ctx)
MetaModelParser.semanticFrom()
.
The default implementation does nothing.
exitSemanticFrom
in interface MetaModelListener
ctx
- the parse treepublic void enterAnnotation(MetaModelParser.AnnotationContext ctx)
MetaModelParser.annotation()
.
The default implementation does nothing.
enterAnnotation
in interface MetaModelListener
ctx
- the parse treepublic void exitAnnotation(MetaModelParser.AnnotationContext ctx)
MetaModelParser.annotation()
.
The default implementation does nothing.
exitAnnotation
in interface MetaModelListener
ctx
- the parse treepublic void enterAttributeType(MetaModelParser.AttributeTypeContext ctx)
MetaModelParser.attributeType()
.
The default implementation does nothing.
enterAttributeType
in interface MetaModelListener
ctx
- the parse treepublic void exitAttributeType(MetaModelParser.AttributeTypeContext ctx)
MetaModelParser.attributeType()
.
The default implementation does nothing.
exitAttributeType
in interface MetaModelListener
ctx
- the parse treepublic void enterAttributeDeclaration(MetaModelParser.AttributeDeclarationContext ctx)
MetaModelParser.attributeDeclaration()
.
The default implementation does nothing.
enterAttributeDeclaration
in interface MetaModelListener
ctx
- the parse treepublic void exitAttributeDeclaration(MetaModelParser.AttributeDeclarationContext ctx)
MetaModelParser.attributeDeclaration()
.
The default implementation does nothing.
exitAttributeDeclaration
in interface MetaModelListener
ctx
- the parse treepublic void enterRelationDeclaration(MetaModelParser.RelationDeclarationContext ctx)
MetaModelParser.relationDeclaration()
.
The default implementation does nothing.
enterRelationDeclaration
in interface MetaModelListener
ctx
- the parse treepublic void exitRelationDeclaration(MetaModelParser.RelationDeclarationContext ctx)
MetaModelParser.relationDeclaration()
.
The default implementation does nothing.
exitRelationDeclaration
in interface MetaModelListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2016. All Rights Reserved.