Uses of Class
org.ek9lang.compiler.common.CodeFlowMap
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of CodeFlowMap in org.ek9lang.compiler.common
Modifier and TypeClassDescription(package private) final class
Used to check if variables within code blocks when declared without being initialised, actually get initialised before they are used.(package private) final class
Checks to see if a property on an aggregate is safe to access.