Package org.ek9lang.compiler.common
Class UninitialisedVariableAnalyzer
java.lang.Object
org.ek9lang.compiler.common.CodeFlowMap
org.ek9lang.compiler.common.UninitialisedVariableAnalyzer
- All Implemented Interfaces:
CodeFlowAnalyzer
Used to check if variables within code blocks when declared without being initialised, actually
get initialised before they are used. This also applies to returning variables.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ek9lang.compiler.common.CodeFlowMap
doesSymbolMeetAcceptableCriteria, getSymbolsNotMeetingAcceptableCriteria, markSymbolAsMeetingAcceptableCriteria, recordSymbol
-
Constructor Details
-
UninitialisedVariableAnalyzer
UninitialisedVariableAnalyzer()
-