Class AccessLeftAndRightOrError

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

final class AccessLeftAndRightOrError 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 'typed', issues errors if this is not the case and returns empty.