Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checking class dependencies


  • From: Cedric.Beust@xxxxxxx (Cedric Beust)
  • Subject: Checking class dependencies
  • Date: Wed, 27 Dec 2000 02:32:11 -0800

From: "Erez Katz" <erez@xxxxxxxxxxxxxx>

> Is there a way to tell what classes a given class uses?

Just parse its bytecode:  the Constant Item Pool contains all the
information you need (and much more).

--
Cedric



---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx


  • Follow-Ups:
    • JAVA???
      • From: A. VIKRAM SATHYANARAYANA