public class ReferencedClasses extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set |
compute(InputStream in)
Computes the classes referred to by another class.
|
public static Set compute(InputStream in) throws IOException
in - the input stream containing the class bytecodesIOException - if a I/O failure occurs while reading the class
bytecodesCopyright © 2016–2018. All rights reserved.