Skip to content

Commit

Permalink
Add TOC to call_matcher.md
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Feb 27, 2023
1 parent 9740b7a commit 5600847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/call_matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
There is a smart tool called `CallMatcher` with which `PsiExpression`s can be matched against a class' fully qualified name, methods' name(s),
parameter count and types.

<!-- TOC -->
* [References for CallMatcher static factory method arguments](#references-for-callmatcher-static-factory-method-arguments)
* [No method with given name exists](#no-method-with-given-name-exists)
* [Combine CallMatcher boolean expressions to CallMatcher.anyOf()](#combine-callmatcher-boolean-expressions-to-callmatcheranyof--)
* [Generate CallMatcher from Java class method](#generate-callmatcher-from-java-class-method)
<!-- TOC -->

## References for CallMatcher static factory method arguments

![](https://img.shields.io/badge/referencecontributor-orange) ![](https://img.shields.io/badge/since-0.1.0-blue) [![](https://img.shields.io/badge/implementation-CallMatcherReferenceContributor-blue)](../src/main/java/com/picimako/justkitting/reference/CallMatcherReferenceContributor.java)
Expand Down

0 comments on commit 5600847

Please sign in to comment.