FunctionsThat
Functions
Restricts the rules to functions annotated with all of the specified annotations. Matches either simple names or FQNs.
Restricts the rules to functions containing all of the specified modifiers.
Restricts the rules to functions annotated with any of the specified annotations.
Restricts the rules to functions annotated with the specified annotation. Matches either the annotation's simple name or its FQN.
Restricts the rules to functions annotated with any of the specified annotations. Matches either simple names or FQNs.
Restricts the rules to functions containing any of the specified modifiers.
Restricts the rules to functions where at least one parameter is of one of the specified types.
Restricts the rules to functions with any of the specified visibilities.
Restricts the rules to functions containing the specified modifier.
Restricts the rules to functions taking exactly these parameter types in order (simple or fully qualified).
Restricts the rules to functions with any of the specified return types.
Restricts the rules to functions with the specified return type (simple or fully qualified).
Restricts the rules to functions with the specified visibility.