Skip to content
Commit 9b5eae64 authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

scanner: Try to pair properties with accessor methods

The heuristic is pretty trivial: for any given non-construct-only,
writable property, we check if there's a `set_<property>` method; for
any given readable property, we check if there's a `get_<property>`
method.
parent de2f64c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment