Skip to content

Query API

Christian Banse edited this page Mar 24, 2022 · 20 revisions

We want to create a way to create "rules" or "checks", that check for certain patterns in the code. Therefore we need to decide, if we want to have a "algorithmic" or a "descriptive" way to declare such as check. }

Out of bounds exception

for all nodes(array_subscription_expression): |array.index| < |array.capacity|
Clone this wiki locally