Uses of Class
net.maswag.falcaun.LTLParser.UnaryOperatorContext
Packages that use LTLParser.UnaryOperatorContext
-
Uses of LTLParser.UnaryOperatorContext in net.maswag.falcaun
Methods in net.maswag.falcaun that return LTLParser.UnaryOperatorContextModifier and TypeMethodDescriptionLTLParser.ExprContext.unaryOperator()
LTLParser.unaryOperator()
Methods in net.maswag.falcaun with parameters of type LTLParser.UnaryOperatorContextModifier and TypeMethodDescriptionvoid
LTLBaseListener.enterUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Enter a parse tree produced byLTLParser.unaryOperator()
.void
LTLListener.enterUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Enter a parse tree produced byLTLParser.unaryOperator()
.void
LTLBaseListener.exitUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Exit a parse tree produced byLTLParser.unaryOperator()
.void
LTLListener.exitUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Exit a parse tree produced byLTLParser.unaryOperator()
.LTLBaseVisitor.visitUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Visit a parse tree produced byLTLParser.unaryOperator()
.LTLVisitor.visitUnaryOperator
(LTLParser.UnaryOperatorContext ctx) Visit a parse tree produced byLTLParser.unaryOperator()
.