Uses of Class
org.ek9lang.compiler.common.CodeFlowMap
Packages that use CodeFlowMap
Package
Description
Common parts of processing that can be reused across various phases.
-
Uses of CodeFlowMap in org.ek9lang.compiler.common
Subclasses of CodeFlowMap in org.ek9lang.compiler.commonModifier and TypeClassDescription(package private) final classTracks closeable resources to detect abandoned resources (Rule 2 - E81056).(package private) final classUsed to check if variables within code blocks when declared without being initialised, actually get initialised before they are used.(package private) final classChecks to see if a variable has a specific generic type.(package private) final classChecks to see if a property on an aggregate is safe to access.