search_method
Retrieve method details of Java classes using process ID and class pattern, with options for method filtering, regex matching, and detailed output. Designed for JVM process analysis and debugging.
Instructions
查看类的方法信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class_pattern | Yes | ||
classloader_class | No | ||
classloader_hash | No | ||
max_matches | No | ||
method_pattern | No | ||
pid | Yes | ||
show_detail | No | ||
use_regex | No |