public static class Name.SourceOrBinaryName
extends Object
Represents a Java class name in either source or binary form, for example:
org.example.Foo.Bar or org.example.Foo$Bar.
See "http://java.sun.com/docs/books/jls/third_edition/html/binaryComp.html#59892"