Given an existing, loaded class in the compiler, compare the time stamp of the loaded class with the time stamp (mtime) of the file it was loaded from. If these differ, parse the file and merge it with the AST.
function reloadClass input TypeName name; input String encoding = "UTF-8"; output Boolean success; end reloadClass;