Modifier and Type | Method and Description |
---|---|
static String |
getClassName(String name) |
static String |
toBinaryName(String internalName) |
static String |
toSourceName(String internalName)
Deprecated.
InternalName to SourceName transformation is ambiguous in rare circumstances
(for example when the name of a top level class includes a $, like "Foo$Bar").
Instead use some source of SourceName that has been accurately preserved since
initial compilation.
|
@Deprecated public static String toSourceName(String internalName)
Copyright © 2018. All rights reserved.