Eidola home

Uses of Package
org.eidola.kernel

Packages that use org.eidola.kernel
org.eidola.kernel   
org.eidola.kernel.error   
org.eidola.kernel.event   
org.eidola.test   
 

Classes in org.eidola.kernel used by org.eidola.kernel
Capsule
          An element which encapsulates a unit of a program by holding member elements in public and private sections.
Capsule.Compilation
           
Class
          An Eidola type.
CompileAbortedException
          Signals that a compilation of a container was aborted, because the container was modified during the compile.
Container
          The general structural unit of an Eidola program.
Container.Compilation
          Generates and holds potentially computationally expensive derived structures, and checks the lazy rules of the semantics.
ContainerPart
          Identifies a paritcular part of an element.
Element
          A piece of an Eidola program which is owned by another container.
Element.Compilation
           
Engine
          Responsible for the large-scale organization of containers.
Function
          Holds a body of code which takes input and output parameters.
NamedElement
          An element which occupies a place in the namespace.
NamedElement.Compilation
           
Namespace
          The top container in the container hierarchy.
Package
          The largest unit in Eidola's hierarchical namespace.
Variable
          A named and typed reference to an object.
 

Classes in org.eidola.kernel used by org.eidola.kernel.error
Container
          The general structural unit of an Eidola program.
ContainerPart
          Identifies a paritcular part of an element.
Element
          A piece of an Eidola program which is owned by another container.
NamedElement
          An element which occupies a place in the namespace.
 

Classes in org.eidola.kernel used by org.eidola.kernel.event
Class
          An Eidola type.
Container
          The general structural unit of an Eidola program.
ContainerPart
          Identifies a paritcular part of an element.
Element
          A piece of an Eidola program which is owned by another container.
NamedElement
          An element which occupies a place in the namespace.
 

Classes in org.eidola.kernel used by org.eidola.test
Container
          The general structural unit of an Eidola program.
 


Eidola home