Skip to content
Yuki Kimoto edited this page Jul 17, 2024 · 1 revision

How to get fields, class variables, methods in a SPVM source file(.spvm) or a POD(.pm).

Use the following regex.

(  |(C<))(((static|precompile|native|private|protected) +)+)?(our|has|method) 

Clone this wiki locally