functionreloadClass
Reloads the file associated with the given loaded class.
Information
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.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | name | ||
| String | encoding | "UTF-8" |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success |