The information about a script file.
Parent Class
Type | Name | Signature |
---|---|---|
method | getModule | public Module getModule() |
method | getPath | public String getPath() |
public Module getModule()
Get the module this script belongs to. Note a module consists of one or more scripts, but a script can only be part of a single module. For loose scripts which do not have a module declaration, this method still returns a module object that represents the statically unreferenceable default module.
Returns
public String getPath()
Get the absolute path to this script.
Returns