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