Package org.ek9lang.compiler.phase3
Class MapOperatorText
java.lang.Object
org.ek9lang.compiler.phase3.MapOperatorText
- All Implemented Interfaces:
Function<EK9Parser.ExpressionContext,
String>
Returns the appropriate operator text symbol for the expression.
This assumes there is an operator.
-
Constructor Details
-
MapOperatorText
MapOperatorText()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.ExpressionContext,
String>
-