class |
AtAtom |
Attribute for inner atoms.
|
class |
AtCage |
An attribute that knows how to store an object inside EOcage .
|
class |
AtComposite |
Static attribute with an expression inside, which
constructs an object.
|
class |
AtFree |
Free attribute.
|
class |
AtMemoized |
An attribute that knows how to memoize an object.
|
class |
AtOnce |
Read only once.
|
class |
AtSafe |
|
class |
AtSimple |
Default attribute.
|
static class |
Data.ToPhi |
|
static class |
Data.Value<T> |
A single value as Phi .
|
class |
PhConst |
A constant object.
|
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 |
PhWith |
A attr-putting object.
|