Package org.ek9lang.compiler.common
Class UnSafePropertyAccessAnalyzer
java.lang.Object
org.ek9lang.compiler.common.CodeFlowMap
org.ek9lang.compiler.common.UnSafePropertyAccessAnalyzer
- All Implemented Interfaces:
CodeFlowAnalyzer
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.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.CodeFlowMap
SAFE_ACCESS
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ek9lang.compiler.common.CodeFlowMap
doesSymbolMeetAcceptableCriteria, getSymbolsNotMeetingAcceptableCriteria, markSymbolAsMeetingAcceptableCriteria, recordSymbol
-
Constructor Details
-
UnSafePropertyAccessAnalyzer
UnSafePropertyAccessAnalyzer()
-