Modifier and Type | Method and Description |
---|---|
static String |
getClassName(String binaryName) |
static String |
getShortClassName(String binaryName) |
static String |
toInternalName(String binaryName) |
static String |
toSourceName(String binaryName)
Deprecated.
BinaryName 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 binaryName)
Copyright © 2018. All rights reserved.