Class ReferencesPhase1Listener

java.lang.Object
org.ek9lang.antlr.EK9BaseListener
org.ek9lang.compiler.phase1.ReferencesPhase1Listener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, EK9Listener

final class ReferencesPhase1Listener extends EK9BaseListener
Antlr listener for the references phase. i.e. check each reference and ensure it resolves, but also check that no named constructs conflict with any named reference. This is mainly rules and conflicts in different scenarios.