Package org.ek9lang.compiler.phase5
Class TernaryBlockSafeGenericAccessMarker
java.lang.Object
org.ek9lang.compiler.phase5.TernaryBlockSafeGenericAccessMarker
- All Implemented Interfaces:
Consumer<EK9Parser.ExpressionContext>
final class TernaryBlockSafeGenericAccessMarker
extends Object
implements Consumer<EK9Parser.ExpressionContext>
Similar to the if block check, but this is focused on the true part of the ternary expression.
-
Constructor Summary
ConstructorsConstructorDescriptionTernaryBlockSafeGenericAccessMarker
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Constructor to provided typed access. -
Method Summary
-
Constructor Details
-
TernaryBlockSafeGenericAccessMarker
TernaryBlockSafeGenericAccessMarker(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Constructor to provided typed access.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.ExpressionContext>
-