Inner Classes - Scala Documentation

In Scala it is possible to let classes have other classes as members. As opposed to Java-like languages where such inner classes are members of the enclosing class, in Scala such inner classes are bound to the outer object. Suppose we want the compiler to prevent us, at compile time, from mixing up which nodes belong to what graph. Path-dependent types provide a solution.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//tutorials/tour/inner-classes.html.html