Moves a class to the top of its enclosing class. Returns true if the move was successful, otherwise false.
function moveClassToTop input TypeName className; output Boolean result; end moveClassToTop;