fun isInheritFrom(child: ClassFile, parent: ClassFile): Boolean
fun isInheritFrom(child: String, parent: String): Boolean
fun isInheritFrom(child: String, parent: ClassFile): Boolean
fun isInheritFrom(child: ClassFile, parent: String): Boolean