| Constructor and Description | 
|---|
AsmDecompiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClassStub | 
parseClass(URL url)
Loads the URL contents and parses them with ASM, producing a  
ClassStub object representing the structure of
 the corresponding class file. | 
public static ClassStub parseClass(URL url) throws IOException
ClassStub object representing the structure of
 the corresponding class file. Stubs are cached and reused if queried several times with equal URLs.url - an URL from a class loader, most likely a file system file or a JAR entry.IOException - if reading from this URL is impossible