Eidola home

org.eidola.kernel
Class Capsule.Compilation

java.lang.Object
  |
  +--org.eidola.kernel.Container.Compilation
        |
        +--org.eidola.kernel.Element.Compilation
              |
              +--org.eidola.kernel.NamedElement.Compilation
                    |
                    +--org.eidola.kernel.Capsule.Compilation
Direct Known Subclasses:
Class.Compilation, Package.Compilation
Enclosing class:
Capsule

public abstract class Capsule.Compilation
extends NamedElement.Compilation


Fields inherited from class org.eidola.kernel.Element.Compilation
elementsUsed
 
Fields inherited from class org.eidola.kernel.Container.Compilation
contents
 
Constructor Summary
Capsule.Compilation()
           
 
Method Summary
protected  void calculateDerived()
          Calculates the contents of this capsule.
protected  void checkLazy()
          Check the capsule structure.
 
Methods inherited from class org.eidola.kernel.NamedElement.Compilation
specializes
 
Methods inherited from class org.eidola.kernel.Element.Compilation
getElementsUsed
 
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

Capsule.Compilation

public Capsule.Compilation()
Method Detail

calculateDerived

protected void calculateDerived()
Calculates the contents of this capsule.
Overrides:
calculateDerived in class Container.Compilation

checkLazy

protected void checkLazy()
Check the capsule structure. A capsule must satisfy the following conditions, in addition to the conditions required by Element.Compilation.checkLazy():
Overrides:
checkLazy in class NamedElement.Compilation

Eidola home