Class AccessLeftAndRight

All Implemented Interfaces:
Function<EK9Parser.ExpressionContext,Optional<ExprLeftAndRightData>>

final class AccessLeftAndRight extends TypedSymbolAccess implements Function<EK9Parser.ExpressionContext,Optional<ExprLeftAndRightData>>
Just gets the left and right hand side of values in an expression. Expects both to be available and types, issues errors if this is not the case and returns empty.