Class TryStatementOrError

All Implemented Interfaces:
Consumer<EK9Parser.TryStatementExpressionContext>

final class TryStatementOrError extends PossibleExpressionConstruct implements Consumer<EK9Parser.TryStatementExpressionContext>
Checks the try/catch/finally structure via the code analysers. This is for each variable at this scope, once we know it is initialised in preflow all good. So this below is a cascade of more checks but once we know it's assigned that's it.