org.eidola.kernel
Class Namespace.Compilation
java.lang.Object
|
+--org.eidola.kernel.Container.Compilation
|
+--org.eidola.kernel.Namespace.Compilation
- Enclosing class:
- Namespace
- public class Namespace.Compilation
- extends Container.Compilation
Method Summary |
protected void |
calculateDerived()
Calculates the contents of this namespace, which are,
of course, just the root element and nothing else. |
protected void |
checkLazy()
Checks that this namespace has a root element and owns it. |
Namespace.Compilation
public Namespace.Compilation()
calculateDerived
protected void calculateDerived()
- Calculates the contents of this namespace, which are,
of course, just the root element and nothing else.
- Overrides:
calculateDerived
in class Container.Compilation
checkLazy
protected void checkLazy()
- Checks that this namespace has a root element and owns it.
- Overrides:
checkLazy
in class Container.Compilation