!752 !include #1004681 // Concepts p { // We can now load concepts we haven't even declared in this program. // They end up as instances of "DynamicObject". loadConceptsFrom("#1004820"); print("Java Tokens: " + l(conceptsOfType("JavaToken"))); for (DynamicObject o : allConcepts()) { print(dynamicClassName(o) + " " + get(o, "startIndex") + " " + className(o)); } }