Uses of Class
org.eolang.Versionized
-
Packages that use Versionized Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.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$EOas_float
BYTES.AS-FLOAT.class
EObytes$EOas_int
BYTES.AS-INT.class
EObytes$EOas_string
BYTES.AS-STRING.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
EOdataized
Dataized.class
EOerror
ERROR.class
EOfloat$EOdiv
DIV.class
EOfloat$EOgt
GT.class
EOfloat$EOplus
Plus.class
EOfloat$EOtimes
MUL.class
EOif
IF.class
EOint$EOdiv
DIV.class
EOint$EOgt
GT.class
EOint$EOplus
PLUS.class
EOint$EOtimes
TIMES.class
EOmalloc$EOmemory_block_pointer$EOfree
Malloc.pointer.free object.class
EOrust
Rust.class
EOseq
SEQ.class
EOstring$EOas_bytes
AS-BYTES.class
EOstring$EOlength
LENGTH.class
EOstring$EOslice
SLICE.class
EOtry
TRY. -
Uses of Versionized in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio with annotations of type Versionized Modifier and Type Class Description class
EOstdin$EOnext_line
Standard Input.class
EOstdin$EOφ
Standard Input.class
EOstdout
Stdout.class
Input
All system inputs. -
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
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
It catchesExFailure
and throwsEOerror.ExError
.class
PhTracedLocator
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.
-