Uses of Class
org.ek9lang.compiler.phase5.SafeSymbolAccess
Packages that use SafeSymbolAccess
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of SafeSymbolAccess in org.ek9lang.compiler.phase5
Subclasses of SafeSymbolAccess in org.ek9lang.compiler.phase5Modifier and TypeClassDescription(package private) final class
Check the assignment to a variable can be a single assignment or a deep copy type assignment.(package private) final class
In the case of specific variables of type like 'Result' and 'Optional' it is important to check if the method being called needs a previous call to isOk or isError or just '?' before accessing specific methods.