Uses of Class
org.ek9lang.antlr.EK9Parser.OperatorContext
Packages that use EK9Parser.OperatorContext
-
Uses of EK9Parser.OperatorContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.OperatorContextModifier and TypeMethodDescriptionEK9Parser.OperationCallContext.operator()
EK9Parser.operator()
EK9Parser.OperatorDeclarationContext.operator()
EK9Parser.ServiceOperationDeclarationContext.operator()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.OperatorContextModifier 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()
.