class |
AtComposite |
Attribute that constructs object lazily.
|
class |
AtOnce |
Attribute that retrieves object only once.
|
class |
AtSimple |
Default attribute that just keeps single object.
|
interface |
Attr |
Attribute.
|
class |
AtVoid |
Void attribute.
|
interface |
Bytes |
Bytes.
|
class |
BytesOf |
Bytes.
|
interface |
Data |
A data container.
|
class |
Dataized |
A dataized object.
|
class |
ExAbstract |
Abstract exception.
|
class |
ExFailure |
Common exception.
|
class |
ExInterrupted |
Exception to control threads interruptions.
|
class |
ExNative |
Exception in native method.
|
interface |
Expr |
Lambda expression.
|
class |
ExReadOnly |
The exception raised when trying to put() an attribute,
which is read-only.
|
class |
ExUnset |
The exception raised when trying to get() an attribute,
which is still abstract.
|
class |
Main |
Bridge between Java CLI and EO.
|
class |
Param |
Param of an object (convenient retrieval mechanism).
|
class |
PhCopy |
A copy-making object.
|
class |
PhDefault |
A simple object.
|
class |
PhFake |
Fake object, mostly for unit tests.
|
class |
PhLocated |
An object with coordinates (line and position).
|
class |
PhLogged |
An object that reports all manipulations with it to the log (very useful
for debugging purposes).
|
class |
PhMethod |
A method-calling object.
|
class |
PhSafe |
|
class |
PhTraced |
Class to trace if the "cage.new" got into recursion during the dataization.
|
class |
PhWith |
A attr-putting object.
|
interface |
Term |
A φ-calculus term.
|
interface |
Universe |
Class to manipulate eo objects within "Universe" paradigm.
|
class |
UniverseDefault |
Default implementation that can be used on the java side.
|
class |
UniverseSafe |
Universe to be used from within native function.
|
interface |
Volatile |
Annotation for an object with a volatile phi (never cached).
|
interface |
XmirObject |
Annotation for an object made from XMIR.
|