Given a Class object, how do I check if one of its “ancestors” is a certain class?
Is there an alternative to call getSuperClass several times?
Given a Class object, how do I check if one of its ancestors is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Given a class
c1, you want to know if one of its ancestors isc2?Won’t
do the trick?