Uses of Record Class
org.ek9lang.compiler.phase3.ExprLeftAndRightData
Packages that use ExprLeftAndRightData
-
Uses of ExprLeftAndRightData in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type ExprLeftAndRightDataModifier and TypeClassDescription(package private) final class
Just gets the left and right hand side of values in an expression.(package private) final class
Just gets both of the ternary expression parts (not the control).Methods in org.ek9lang.compiler.phase3 that return types with arguments of type ExprLeftAndRightDataModifier and TypeMethodDescriptionAccessLeftAndRightOrError.apply
(EK9Parser.ExpressionContext ctx) AccessTernaryExpressionsOrError.apply
(EK9Parser.ExpressionContext ctx)