Exemplo n.º 1
0
        public override void ExitRule(IParseTreeListener listener)
        {
            IBotsScriptListener typedListener = listener as IBotsScriptListener;

            if (typedListener != null)
            {
                typedListener.ExitOutput(this);
            }
        }
Exemplo n.º 2
0
        public override void EnterRule(IParseTreeListener listener)
        {
            IBotsScriptListener typedListener = listener as IBotsScriptListener;

            if (typedListener != null)
            {
                typedListener.EnterDest(this);
            }
        }