
s.greycat-language.10.source-code.GreyCatModelBaseListener Maven / Gradle / Ivy
// Generated from GreyCatModel.g4 by ANTLR 4.7
package greycat.language;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link GreyCatModelListener},
* which can be extended to create a listener which only needs to handle a subset
* of the available methods.
*/
public class GreyCatModelBaseListener implements GreyCatModelListener {
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterModelDcl(GreyCatModelParser.ModelDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitModelDcl(GreyCatModelParser.ModelDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterImportDcl(GreyCatModelParser.ImportDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitImportDcl(GreyCatModelParser.ImportDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterConstDcl(GreyCatModelParser.ConstDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitConstDcl(GreyCatModelParser.ConstDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterConstValueDcl(GreyCatModelParser.ConstValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitConstValueDcl(GreyCatModelParser.ConstValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSimpleValueDcl(GreyCatModelParser.SimpleValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSimpleValueDcl(GreyCatModelParser.SimpleValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterTaskValueDcl(GreyCatModelParser.TaskValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitTaskValueDcl(GreyCatModelParser.TaskValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterActionValueDcl(GreyCatModelParser.ActionValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitActionValueDcl(GreyCatModelParser.ActionValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterActionParamList(GreyCatModelParser.ActionParamListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitActionParamList(GreyCatModelParser.ActionParamListContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterActionParam(GreyCatModelParser.ActionParamContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitActionParam(GreyCatModelParser.ActionParamContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterSubTask(GreyCatModelParser.SubTaskContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitSubTask(GreyCatModelParser.SubTaskContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterClassDcl(GreyCatModelParser.ClassDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitClassDcl(GreyCatModelParser.ClassDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterCustomTypeDcl(GreyCatModelParser.CustomTypeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitCustomTypeDcl(GreyCatModelParser.CustomTypeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterParentDcl(GreyCatModelParser.ParentDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitParentDcl(GreyCatModelParser.ParentDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterAttributeDcl(GreyCatModelParser.AttributeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitAttributeDcl(GreyCatModelParser.AttributeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterAnnotationDcl(GreyCatModelParser.AnnotationDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitAnnotationDcl(GreyCatModelParser.AnnotationDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterAttributeValueDcl(GreyCatModelParser.AttributeValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitAttributeValueDcl(GreyCatModelParser.AttributeValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterComplexAttributeValueDcl(GreyCatModelParser.ComplexAttributeValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitComplexAttributeValueDcl(GreyCatModelParser.ComplexAttributeValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterComplexValueDcl(GreyCatModelParser.ComplexValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitComplexValueDcl(GreyCatModelParser.ComplexValueDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterNtupleValueDlc(GreyCatModelParser.NtupleValueDlcContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitNtupleValueDlc(GreyCatModelParser.NtupleValueDlcContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterNtupleElementDlc(GreyCatModelParser.NtupleElementDlcContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitNtupleElementDlc(GreyCatModelParser.NtupleElementDlcContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterRelationDcl(GreyCatModelParser.RelationDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitRelationDcl(GreyCatModelParser.RelationDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterReferenceDcl(GreyCatModelParser.ReferenceDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitReferenceDcl(GreyCatModelParser.ReferenceDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterOppositeDcl(GreyCatModelParser.OppositeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitOppositeDcl(GreyCatModelParser.OppositeDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterLocalIndexDcl(GreyCatModelParser.LocalIndexDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitLocalIndexDcl(GreyCatModelParser.LocalIndexDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterIndexAttributesDcl(GreyCatModelParser.IndexAttributesDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitIndexAttributesDcl(GreyCatModelParser.IndexAttributesDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterGlobalIndexDcl(GreyCatModelParser.GlobalIndexDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitGlobalIndexDcl(GreyCatModelParser.GlobalIndexDclContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void enterEveryRule(ParserRuleContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void exitEveryRule(ParserRuleContext ctx) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void visitTerminal(TerminalNode node) { }
/**
* {@inheritDoc}
*
* The default implementation does nothing.
*/
@Override public void visitErrorNode(ErrorNode node) { }
}