public interface MNetListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
MNetParser.| Modifier and Type | Method and Description |
|---|---|
void |
enterAnd(MNetParser.AndContext ctx)
Enter a parse tree produced by
MNetParser.and(). |
void |
enterAndExpr(MNetParser.AndExprContext ctx)
Enter a parse tree produced by the
andExpr
labeled alternative in MNetParser.expr(). |
void |
enterAssign(MNetParser.AssignContext ctx)
Enter a parse tree produced by
MNetParser.assign(). |
void |
enterModel(MNetParser.ModelContext ctx)
Enter a parse tree produced by
MNetParser.model(). |
void |
enterNot(MNetParser.NotContext ctx)
Enter a parse tree produced by
MNetParser.not(). |
void |
enterOr(MNetParser.OrContext ctx)
Enter a parse tree produced by
MNetParser.or(). |
void |
enterOrExpr(MNetParser.OrExprContext ctx)
Enter a parse tree produced by the
orExpr
labeled alternative in MNetParser.expr(). |
void |
enterSimpleExpr(MNetParser.SimpleExprContext ctx)
Enter a parse tree produced by the
simpleExpr
labeled alternative in MNetParser.expr(). |
void |
enterVal(MNetParser.ValContext ctx)
Enter a parse tree produced by
MNetParser.val(). |
void |
enterVar(MNetParser.VarContext ctx)
Enter a parse tree produced by
MNetParser.var(). |
void |
exitAnd(MNetParser.AndContext ctx)
Exit a parse tree produced by
MNetParser.and(). |
void |
exitAndExpr(MNetParser.AndExprContext ctx)
Exit a parse tree produced by the
andExpr
labeled alternative in MNetParser.expr(). |
void |
exitAssign(MNetParser.AssignContext ctx)
Exit a parse tree produced by
MNetParser.assign(). |
void |
exitModel(MNetParser.ModelContext ctx)
Exit a parse tree produced by
MNetParser.model(). |
void |
exitNot(MNetParser.NotContext ctx)
Exit a parse tree produced by
MNetParser.not(). |
void |
exitOr(MNetParser.OrContext ctx)
Exit a parse tree produced by
MNetParser.or(). |
void |
exitOrExpr(MNetParser.OrExprContext ctx)
Exit a parse tree produced by the
orExpr
labeled alternative in MNetParser.expr(). |
void |
exitSimpleExpr(MNetParser.SimpleExprContext ctx)
Exit a parse tree produced by the
simpleExpr
labeled alternative in MNetParser.expr(). |
void |
exitVal(MNetParser.ValContext ctx)
Exit a parse tree produced by
MNetParser.val(). |
void |
exitVar(MNetParser.VarContext ctx)
Exit a parse tree produced by
MNetParser.var(). |
void enterAssign(MNetParser.AssignContext ctx)
MNetParser.assign().ctx - the parse treevoid exitAssign(MNetParser.AssignContext ctx)
MNetParser.assign().ctx - the parse treevoid enterModel(MNetParser.ModelContext ctx)
MNetParser.model().ctx - the parse treevoid exitModel(MNetParser.ModelContext ctx)
MNetParser.model().ctx - the parse treevoid enterSimpleExpr(MNetParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid exitSimpleExpr(MNetParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid enterOrExpr(MNetParser.OrExprContext ctx)
orExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid exitOrExpr(MNetParser.OrExprContext ctx)
orExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid enterAndExpr(MNetParser.AndExprContext ctx)
andExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid exitAndExpr(MNetParser.AndExprContext ctx)
andExpr
labeled alternative in MNetParser.expr().ctx - the parse treevoid enterAnd(MNetParser.AndContext ctx)
MNetParser.and().ctx - the parse treevoid exitAnd(MNetParser.AndContext ctx)
MNetParser.and().ctx - the parse treevoid enterOr(MNetParser.OrContext ctx)
MNetParser.or().ctx - the parse treevoid exitOr(MNetParser.OrContext ctx)
MNetParser.or().ctx - the parse treevoid enterNot(MNetParser.NotContext ctx)
MNetParser.not().ctx - the parse treevoid exitNot(MNetParser.NotContext ctx)
MNetParser.not().ctx - the parse treevoid enterVar(MNetParser.VarContext ctx)
MNetParser.var().ctx - the parse treevoid exitVar(MNetParser.VarContext ctx)
MNetParser.var().ctx - the parse treevoid enterVal(MNetParser.ValContext ctx)
MNetParser.val().ctx - the parse treevoid exitVal(MNetParser.ValContext ctx)
MNetParser.val().ctx - the parse treeCopyright © 2012–2020. All rights reserved.