Exemplo n.º 1
0
        internal static string GetBinOp(ParseTreeNode node)
        {
            node = node.SkipToRelevant();

            return(!node.IsBinaryNonReferenceOperation() ? "" : node.GetFunction());
        }