public interface TypeName
http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.7| Modifier and Type | Method and Description |
|---|---|
String |
asDescriptor()
Returns the field descriptor representation of the type name (i.e.
|
String |
asIdentifier()
Returns the identifier representation of the type name (i.e.
|
String |
asPath()
Returns the path representation of the type name (i.e.
|
List<String> |
getComponents()
Returns the components making up the TypeName.
|
String asIdentifier()
java.lang.String).String asDescriptor()
Ljava/lang/String;).String asPath()
java/lang/String).Copyright © 2012. All Rights Reserved.