|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.go.trove.classfile.Descriptor
This class represents a descriptor. See section 4.3 of The Java Virtual Machine Specification.
| Constructor Summary | |
Descriptor()
|
|
| Method Summary | |
static Descriptor |
parse(java.lang.String desc)
|
abstract java.lang.String |
toString()
Returns the descriptor string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Descriptor()
| Method Detail |
public abstract java.lang.String toString()
toString in class java.lang.Object
public static Descriptor parse(java.lang.String desc)
throws java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||