ownerType supported on members
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user