Query specified as class!method
, with globs permitted. May
also be suffixed with /
and one or more modifiers:
- i
: Case-insensitive matching.
- s
: Include method signatures, so e.g. "putInt"
becomes
"putInt(java.lang.String, int): void"
.
- u
: User-defined classes only, ignoring system classes.
Generated using TypeDoc
Enumerates methods matching
query
.