Ejemplo n.º 1
0
        protected internal override bool DoMatch(AstNode other, PatternMatching.Match match)
        {
            BreakStatement o = other as BreakStatement;

            return(o != null);
        }