Mar. Na. -3 Junior Poster in Training

Hi, how can I get inherited classes in java api ,
after parsing class ..
For example:
Public class h extends C
.....
and C extends B
and B extends A.....andso on...
How can I get these inheritance classes (A, B, C), I parsing class h using api parser:
JavaClass javaclass and I put the path of class h? Now , how can I get the inherited classes from main class using this parser ......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.