Currently, the type guesser only analyses the method it is started on and a few methods used to access local variables.
Whenever it hits an unknown method, it stops.
Of course, this could be changed to simply start analysis if the return value of the found method.
Problems:
- Only unary methods could be analysed
- How to analyse a method with multiple returns?
Currently, the type guesser only analyses the method it is started on and a few methods used to access local variables.
Whenever it hits an unknown method, it stops.
Of course, this could be changed to simply start analysis if the return value of the found method.
Problems: