Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetBinaryOperatorText C# (CSharp) Method

GetBinaryOperatorText() static private method

static private GetBinaryOperatorText ( BinaryOperatorType op ) : string
op BinaryOperatorType
return string
        static string GetBinaryOperatorText(BinaryOperatorType op)
        {
            return BooPrinterVisitor.GetBinaryOperatorText(op);
        }
ProcessMethodBodies