abstract fun <PSI : Any> findAll(target: PSI): Iterator<SKryptonMatch>
Finds all occurrences of the given target in the region and returns an Iterator of SKryptonMatch.
PSI - Pattern, String or Image.
FindFailed - If the find operation failed.
Return
Iterator of matches.