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

            if (typedListener != null)
            {
                typedListener.ExitRelop(this);
            }
        }
Ejemplo n.º 2
0
        public override void EnterRule(IParseTreeListener listener)
        {
            IProfaneListener typedListener = listener as IProfaneListener;

            if (typedListener != null)
            {
                typedListener.EnterPrintstmt(this);
            }
        }
Ejemplo n.º 3
0
        public override void EnterRule(IParseTreeListener listener)
        {
            IProfaneListener typedListener = listener as IProfaneListener;

            if (typedListener != null)
            {
                typedListener.EnterOpExpression(this);
            }
        }
Ejemplo n.º 4
0
        public override void EnterRule(IParseTreeListener listener)
        {
            IProfaneListener typedListener = listener as IProfaneListener;

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