Package org.ek9lang.compiler.phase3
Class AccessTernaryExpressionsOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.AccessTernaryExpressionsOrError
- All Implemented Interfaces:
Function<EK9Parser.ExpressionContext,
Optional<ExprLeftAndRightData>>
final class AccessTernaryExpressionsOrError
extends TypedSymbolAccess
implements Function<EK9Parser.ExpressionContext,Optional<ExprLeftAndRightData>>
Just gets both of the ternary expression parts (not the control).
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionAccessTernaryExpressionsOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
AccessTernaryExpressionsOrError
AccessTernaryExpressionsOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.ExpressionContext,
Optional<ExprLeftAndRightData>>
-