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
EObool$EOif
IF.class
EObool$EOwhile
WHILE.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
EOcage
CAGE.class
EOerror
ERROR.class
EOfloat$EOdiv
DIV.class
EOfloat$EOgt
GT.class
EOfloat$EOplus
Plus.class
EOfloat$EOtimes
MUL.class
EOgoto
GOTO.class
EOheap$EOpointer$EOblock
HEAP.POINTER.BLOCK.class
EOint$EOdiv
DIV.class
EOint$EOgt
GT.class
EOint$EOplus
PLUS.class
EOint$EOtimes
TIMES.class
EOmemory
MEMORY.class
EOram$EOram_slice$EOwrite
Write bytes to memory from position, according to the ram.slice object.class
EOram$EOram_slice$EOφ
Read from memory.class
EOram$EOslice
Slice fixed size of bytes from position.class
EOram$EOwrite
Write into memory.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.Constructors in org.eolang with parameters of type Atom Constructor Description AtomSafe(Atom atom)
Ctor.
-