Uses of Class
net.maswag.falcaun.STLParser.UnaryOperatorContext
Packages that use STLParser.UnaryOperatorContext
-
Uses of STLParser.UnaryOperatorContext in net.maswag.falcaun
Methods in net.maswag.falcaun that return STLParser.UnaryOperatorContextModifier and TypeMethodDescriptionSTLParser.ExprContext.unaryOperator()
STLParser.unaryOperator()
Methods in net.maswag.falcaun with parameters of type STLParser.UnaryOperatorContextModifier and TypeMethodDescriptionvoid
STLBaseListener.enterUnaryOperator
(STLParser.UnaryOperatorContext ctx) Enter a parse tree produced bySTLParser.unaryOperator()
.void
STLListener.enterUnaryOperator
(STLParser.UnaryOperatorContext ctx) Enter a parse tree produced bySTLParser.unaryOperator()
.void
STLBaseListener.exitUnaryOperator
(STLParser.UnaryOperatorContext ctx) Exit a parse tree produced bySTLParser.unaryOperator()
.void
STLListener.exitUnaryOperator
(STLParser.UnaryOperatorContext ctx) Exit a parse tree produced bySTLParser.unaryOperator()
.STLBaseVisitor.visitUnaryOperator
(STLParser.UnaryOperatorContext ctx) Visit a parse tree produced bySTLParser.unaryOperator()
.STLVisitor.visitUnaryOperator
(STLParser.UnaryOperatorContext ctx) Visit a parse tree produced bySTLParser.unaryOperator()
.