scala.tools.nsc.symtab.classfile.ClassfileParser
Return the class symbol for the given name. It looks it up in its outer class. Forces all outer class symbols to be completed.
If the given name is not an inner class, it returns the symbol found in definitions.
definitions
(Since version ) see corresponding Javadoc for more information.
Return the class symbol for the given name. It looks it up in its outer class. Forces all outer class symbols to be completed.
If the given name is not an inner class, it returns the symbol found in
definitions
.