Eidola home

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


Fields inherited from class org.eidola.kernel.Container.Compilation
contents
 
Constructor Summary
Namespace.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.
 
Methods inherited from class org.eidola.kernel.Container.Compilation
addError, getCompileVersion, getContents, getErrors, hasErrors, isCurrent, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Namespace.Compilation

public Namespace.Compilation()
Method Detail

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

Eidola home