Uses of Class
org.ek9lang.compiler.phase5.AbstractSafeGenericAccessMarker
Packages that use AbstractSafeGenericAccessMarker
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of AbstractSafeGenericAccessMarker in org.ek9lang.compiler.phase5
Subclasses of AbstractSafeGenericAccessMarker in org.ek9lang.compiler.phase5Modifier and TypeClassDescription(package private) final class
Does checks on both for loops and for range in terms of pre-flow and expressions (for loop).(package private) final class
Does basic checks on the if condition to see if a Result/Optional access has been made safe.(package private) final class
(package private) final class
Similar to the if block check, but this is focused on the true part of the ternary expression.(package private) final class
(package private) final class
Does checks on the control part of a while loop to see if Optional/Result/Iterator are now safe via method access.