Uses of Class
org.ek9lang.antlr.EK9Parser.OperatorContext
-
Uses of EK9Parser.OperatorContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.OperationCallContext.operator()
EK9Parser.operator()
EK9Parser.OperatorDeclarationContext.operator()
EK9Parser.ServiceOperationDeclarationContext.operator()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterOperator
(EK9Parser.OperatorContext ctx) Enter a parse tree produced byEK9Parser.operator()
.void
EK9Listener.enterOperator
(EK9Parser.OperatorContext ctx) Enter a parse tree produced byEK9Parser.operator()
.void
EK9BaseListener.exitOperator
(EK9Parser.OperatorContext ctx) Exit a parse tree produced byEK9Parser.operator()
.void
EK9Listener.exitOperator
(EK9Parser.OperatorContext ctx) Exit a parse tree produced byEK9Parser.operator()
.EK9BaseVisitor.visitOperator
(EK9Parser.OperatorContext ctx) Visit a parse tree produced byEK9Parser.operator()
.EK9Visitor.visitOperator
(EK9Parser.OperatorContext ctx) Visit a parse tree produced byEK9Parser.operator()
.