You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second way to collect the pragmas to handle them is to use the PragmaCollector. This class can be configured with a query and will return all the pragmas matching the query.
105
+
You can also use the Pragma class to collect pramgas in the entire image by using:
106
+
-`allNamed: aSymbol `
107
+
108
+
A second, now less reccomended way to collect pragmas, is to use the PragmaCollector. This class can be configured with a query and will return all the pragmas matching the query.
106
109
107
110
To configure the PragmaCollector we need to send implement a filter block. If we want to collect the `primitive:` pragmas:
0 commit comments