public abstract class AsmDecompiler
extends java.lang.Object
ClassStub objects reflecting their structure.| Constructor and Description | 
|---|
| AsmDecompiler() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClassStub | parseClass(java.net.URL url)Loads the URL contents and parses them with ASM, producing a  ClassStubobject representing the structure of
 the corresponding class file. | 
public static ClassStub parseClass(java.net.URL url) throws java.io.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.java.io.IOException - if reading from this URL is impossible