Uses of Class
net.maswag.falcaun.STLParser.BinaryOperatorContext
Packages that use STLParser.BinaryOperatorContext
-
Uses of STLParser.BinaryOperatorContext in net.maswag.falcaun
Methods in net.maswag.falcaun that return STLParser.BinaryOperatorContextModifier and TypeMethodDescriptionSTLParser.binaryOperator()
STLParser.ExprContext.binaryOperator()
Methods in net.maswag.falcaun with parameters of type STLParser.BinaryOperatorContextModifier and TypeMethodDescriptionvoid
STLBaseListener.enterBinaryOperator
(STLParser.BinaryOperatorContext ctx) Enter a parse tree produced bySTLParser.binaryOperator()
.void
STLListener.enterBinaryOperator
(STLParser.BinaryOperatorContext ctx) Enter a parse tree produced bySTLParser.binaryOperator()
.void
STLBaseListener.exitBinaryOperator
(STLParser.BinaryOperatorContext ctx) Exit a parse tree produced bySTLParser.binaryOperator()
.void
STLListener.exitBinaryOperator
(STLParser.BinaryOperatorContext ctx) Exit a parse tree produced bySTLParser.binaryOperator()
.STLBaseVisitor.visitBinaryOperator
(STLParser.BinaryOperatorContext ctx) Visit a parse tree produced bySTLParser.binaryOperator()
.STLVisitor.visitBinaryOperator
(STLParser.BinaryOperatorContext ctx) Visit a parse tree produced bySTLParser.binaryOperator()
.