Uses of Class
org.eolang.Versionized
-
Packages that use Versionized Package Description EOorg.EOeolang EO runtime.org.eolang EO runtime. -
-
Uses of Versionized in EOorg.EOeolang
Classes in EOorg.EOeolang with annotations of type Versionized Modifier and Type Class Description class
EOas_phi
AS-PHI.class
EObytes$EOand
BYTES.AND.class
EObytes$EOconcat
BYTES.CONCAT.class
EObytes$EOeq
BYTES.EQ.class
EObytes$EOnot
BYTES.NOT.class
EObytes$EOor
BYTES.OR.class
EObytes$EOright
BYTES.RIGHT.class
EObytes$EOsize
BYTES.SIZE.class
EObytes$EOslice
BYTES.SLICE.class
EObytes$EOxor
BYTES.XOR.class
EOcage$EOencaged$EOencage
Cage.encaged.encage object.class
EOcage$EOencaged$EOφ
Cage.encaged.φ object.class
EOcage$EOφ
Cage.φ object.class
EOerror
ERROR.class
EOi16$EOas_i32
The i16.as-i32.class
EOi32$EOas_i64
The i32.as-i64.class
EOi64$EOas_number
The i64.as-number.class
EOi64$EOdiv
The i64.div object.class
EOi64$EOgt
The i64.gt object.class
EOi64$EOplus
The i64.plus.class
EOi64$EOtimes
The i64.times object.class
EOmalloc$EOof$EOallocated$EOread
Malloc.of.allocated.read object.class
EOmalloc$EOof$EOallocated$EOresize
Malloc.of.allocated.resize object.class
EOmalloc$EOof$EOallocated$EOsize
Malloc.of.allocated.size object.class
EOmalloc$EOof$EOallocated$EOwrite
Malloc.of.allocated.write object.class
EOmalloc$EOof$EOφ
Malloc.of.φ object.class
EOnumber$EOas_i64
The number.as-i64.class
EOnumber$EOdiv
Number.div object.class
EOnumber$EOfloor
Number.floor object.class
EOnumber$EOgt
Number.gt object.class
EOnumber$EOplus
Number.plus.class
EOnumber$EOtimes
Number.times object.class
EOrust
Rust.class
EOstring$EOlength
String.length.class
EOstring$EOslice
SLICE.class
EOtry
TRY. -
Uses of Versionized in org.eolang
Classes in org.eolang with annotations of type Versionized Modifier and Type Class Description 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
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
It catchesExFailure
and throwsEOerror.ExError
.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.
-