Skip to content

Matching examples

Amy Brennan-Luna edited this page Aug 6, 2020 · 1 revision

Now that we understand the basics of structured matching, let's look at some examples.

Java

Match setter method and body

public static :[return.] set:[name.](:[params]) { :[stuff] }

Clone this wiki locally