Bundle Allow programmers to introspect the runtime elements
Method
Represents a runtime method or function
Operations
GetClass #
Returns the class associated with this method
method : public : GetClass() ~ ClassReturn
| Type | Description |
|---|---|
| Class | associated class |
GetName #
Returns the name of the method
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | name of the method |