Alexander Udalov
|
715641fb0d
|
Call getMethod/getDeclaredMethod depending on visibility
|
2015-04-07 20:20:40 +03:00 |
|
Alexander Udalov
|
0202217135
|
Fix JVM signatures involving multi-dimensional array types
Apparently ASM's Type#getElementType returns the type of the array even if it's
multi-dimensional, so the loop was incorrect
|
2015-04-07 20:06:23 +03:00 |
|
Alexander Udalov
|
a4f9fe1eaa
|
Filter out invisible fakes in KClass.properties
A user will rarely need those at the moment, and there's currently no other way
to let him filter out them by himself
|
2015-03-17 23:39:13 +03:00 |
|
Alexander Udalov
|
d3abd54b06
|
Add 'val KClass.declaredProperties', make getProperties a property
|
2015-03-17 23:39:13 +03:00 |
|
Alexander Udalov
|
dc4dfbeec1
|
Fix generic class literals, substitute type parameters with stars
|
2015-03-11 16:42:47 +03:00 |
|
Alexander Udalov
|
b3cdd818f0
|
Support member extension properties, implement KClass.getExtensionProperties()
#KT-6570 Fixed
|
2015-03-11 16:42:38 +03:00 |
|
Alexander Udalov
|
da209e673c
|
Implement KClass.getProperties()
#KT-6570 In Progress
|
2015-03-11 16:42:37 +03:00 |
|