3 Commits

Author SHA1 Message Date
Gabriel Tofvesson
bf749f838a Fixed EXT call
- Doesn't crash now
  - Makes a proper assessment based on an approximate statistical likelihood that a given set of parameters will work with the required method
    - Assessment determines the statistically most likely method that was intended in the case of overloads
2017-07-16 23:02:57 +02:00
847911a89d Revised EXT call to add better support for dynamic method lookup and parameter matching
- When suitable methods, the algorithm checks if the parameter counts vaguely matches
  - It also checks if the desired parameter type can be instantiated through constructors or static factory methods if the passed parameter isn't primitive or already of the desired type
  - An assessment is automatically made as to whether or not the desired method may be static or not
  - Method searches target superclasses of a supplied type as well as the given type
Added support function for easier reflective method invocation
Added support functions for easier method lookup and parameter matching
Note: Untested code! May not be stable or at all functional!
2017-07-16 02:17:59 +02:00
Gabriel Tofvesson
8241033eba Initial commit 2017-07-04 22:28:16 +02:00