ownerType supported on members

This commit is contained in:
Andrey Breslav
2013-10-13 00:54:35 +04:00
parent 6138902481
commit 5ea384a165
+3
View File
@@ -12,6 +12,9 @@ open data class MemberDescription(
val isStatic: Boolean val isStatic: Boolean
) )
val MemberDescription.ownerType: Type
get() = Type.getObjectType(ownerInternalName)
class MethodDescription( class MethodDescription(
ownerInternalName: String, ownerInternalName: String,
name: String, name: String,