Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the source code for a specified node in the AOT, such as a class or method.
Syntax
public void AOTsetSource(str source, [boolean isStatic])
Run On
Called
Parameters
- source
Type: str
A string that specifies the source code.
- isStatic
Type: boolean
A Boolean value: true for a static method or false for an instance method; optional.