Eidola home

Package org.eidola.kernel

Class Summary
Capsule An element which encapsulates a unit of a program by holding member elements in public and private sections.
Class An Eidola type.
Compiler An EventListener which compiles containers as they broadcast CompileRequired events.
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.
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.
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.
 

Exception Summary
CompileAbortedException Signals that a compilation of a container was aborted, because the container was modified during the compile.
 


Eidola home