classComponents
Retrieve a class's methods, attributes, types, and interfaces directly from its definition to quickly understand what the class can do without parsing source code.
Instructions
What a class is made of: its methods with their visibility, its attributes, its types and its interfaces - read from the class rather than from its source. This is the cheap answer to "what can this class do"; the source of one method is then found with fragmentMappings or read whole with getObjectSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the class |