Uses of Interface
org.eolang.Atom
-
Packages that use Atom Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.org.eolang EO runtime. -
-
Uses of Atom in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Atom 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 Atom in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Atom Modifier and Type Class Description class
EOstdin$EOnext_line
Standard Input.class
EOstdin$EOφ
Standard Input.class
EOstdout
Stdout. -
Uses of Atom in org.eolang
Classes in org.eolang that implement Atom Modifier and Type Class Description class
AtomSafe
Atom that catches exceptions.class
PhWrite
Object that writes other object to own \rho.Constructors in org.eolang with parameters of type Atom Constructor Description AtomSafe(Atom atom)
Ctor.
-