Class UnSafePropertyAccessAnalyzer

java.lang.Object
org.ek9lang.compiler.common.CodeFlowMap
org.ek9lang.compiler.common.UnSafePropertyAccessAnalyzer
All Implemented Interfaces:
CodeFlowAnalyzer

final class UnSafePropertyAccessAnalyzer extends CodeFlowMap
Checks to see if a property on an aggregate is safe to access. So if it has not been initialised at declaration then it is questionable whether it can be accessed. It might not have a meaningful value, but really ideally should be allocated memory.
  • Constructor Details

    • UnSafePropertyAccessAnalyzer

      UnSafePropertyAccessAnalyzer()