IDE - yuki-kimoto/SPVM GitHub Wiki
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)
Use the following regex.
( |(C<))(((static|precompile|native|private|protected) +)+)?(our|has|method)