public abstract class Descriptor extends Object
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescriptor()
Returns a descriptor string, excluding generics.
|
static Descriptor |
parse(String desc)
Returns a descriptor string, including any generics.
|
public abstract String getDescriptor()
public static Descriptor parse(String desc) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2004-2015 Cojen. All Rights Reserved.