Class ExpressionsListener

All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, EK9Listener
Direct Known Subclasses:
ResolveDefineInferredTypeListener

abstract class ExpressionsListener extends ScopeStackConsistencyListener
This listener just deals with expressions and the types that result from expressions. Note that the correct must be inplace for these expressions to 'reside in'. See 'instructionBlock' and enter/exit in the 'ScopeStackConsistencyListener' and 'AbstractEK9PhaseListener'. Now some of this may feel upside down, processing on 'exit' and from the 'bottom up'.