Boo.Lang.Compiler.Steps.ProcessMethodBodies.LeaveLogicalNot C# (CSharp) 메소드

LeaveLogicalNot() 개인적인 메소드

private LeaveLogicalNot ( UnaryExpression node ) : void
node Boo.Lang.Compiler.Ast.UnaryExpression
리턴 void
        private void LeaveLogicalNot(UnaryExpression node)
        {
            BindExpressionType(node, TypeSystemServices.BoolType);
        }
ProcessMethodBodies