public interface BoolsimListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
BoolsimParser.| Modifier and Type | Method and Description |
|---|---|
void |
enterAndExpr(BoolsimParser.AndExprContext ctx)
Enter a parse tree produced by the
andExpr
labeled alternative in BoolsimParser.expr(). |
void |
enterAssign(BoolsimParser.AssignContext ctx)
Enter a parse tree produced by
BoolsimParser.assign(). |
void |
enterModel(BoolsimParser.ModelContext ctx)
Enter a parse tree produced by
BoolsimParser.model(). |
void |
enterNot(BoolsimParser.NotContext ctx)
Enter a parse tree produced by
BoolsimParser.not(). |
void |
enterOp(BoolsimParser.OpContext ctx)
Enter a parse tree produced by
BoolsimParser.op(). |
void |
enterSimpleExpr(BoolsimParser.SimpleExprContext ctx)
Enter a parse tree produced by the
simpleExpr
labeled alternative in BoolsimParser.expr(). |
void |
enterVar(BoolsimParser.VarContext ctx)
Enter a parse tree produced by
BoolsimParser.var(). |
void |
exitAndExpr(BoolsimParser.AndExprContext ctx)
Exit a parse tree produced by the
andExpr
labeled alternative in BoolsimParser.expr(). |
void |
exitAssign(BoolsimParser.AssignContext ctx)
Exit a parse tree produced by
BoolsimParser.assign(). |
void |
exitModel(BoolsimParser.ModelContext ctx)
Exit a parse tree produced by
BoolsimParser.model(). |
void |
exitNot(BoolsimParser.NotContext ctx)
Exit a parse tree produced by
BoolsimParser.not(). |
void |
exitOp(BoolsimParser.OpContext ctx)
Exit a parse tree produced by
BoolsimParser.op(). |
void |
exitSimpleExpr(BoolsimParser.SimpleExprContext ctx)
Exit a parse tree produced by the
simpleExpr
labeled alternative in BoolsimParser.expr(). |
void |
exitVar(BoolsimParser.VarContext ctx)
Exit a parse tree produced by
BoolsimParser.var(). |
void enterModel(BoolsimParser.ModelContext ctx)
BoolsimParser.model().ctx - the parse treevoid exitModel(BoolsimParser.ModelContext ctx)
BoolsimParser.model().ctx - the parse treevoid enterAssign(BoolsimParser.AssignContext ctx)
BoolsimParser.assign().ctx - the parse treevoid exitAssign(BoolsimParser.AssignContext ctx)
BoolsimParser.assign().ctx - the parse treevoid enterSimpleExpr(BoolsimParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BoolsimParser.expr().ctx - the parse treevoid exitSimpleExpr(BoolsimParser.SimpleExprContext ctx)
simpleExpr
labeled alternative in BoolsimParser.expr().ctx - the parse treevoid enterAndExpr(BoolsimParser.AndExprContext ctx)
andExpr
labeled alternative in BoolsimParser.expr().ctx - the parse treevoid exitAndExpr(BoolsimParser.AndExprContext ctx)
andExpr
labeled alternative in BoolsimParser.expr().ctx - the parse treevoid enterOp(BoolsimParser.OpContext ctx)
BoolsimParser.op().ctx - the parse treevoid exitOp(BoolsimParser.OpContext ctx)
BoolsimParser.op().ctx - the parse treevoid enterNot(BoolsimParser.NotContext ctx)
BoolsimParser.not().ctx - the parse treevoid exitNot(BoolsimParser.NotContext ctx)
BoolsimParser.not().ctx - the parse treevoid enterVar(BoolsimParser.VarContext ctx)
BoolsimParser.var().ctx - the parse treevoid exitVar(BoolsimParser.VarContext ctx)
BoolsimParser.var().ctx - the parse treeCopyright © 2012–2020. All rights reserved.