Uses of Interface
org.eolang.Atom
-
Packages that use Atom Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOsys EO runtime, SYS.EOorg.EOeolang.EOtxt EO runtime, TXT.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$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
EOdataized
Dataized.class
EOerror
ERROR.class
EOmalloc$EOof$EOallocated$EOread
Malloc.of.allocated.read object.class
EOmalloc$EOof$EOallocated$EOwrite
Malloc.of.allocated.write object.class
EOmalloc$EOof$EOφ
Malloc.of.φ object.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 Atom in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Atom Modifier and Type Class Description class
EOconsole$EOread$EOread_bytes
Console.read.read-bytes.class
EOconsole$EOwrite$EOwritten_bytes
Console.write.written-bytes. -
Uses of Atom in EOorg.EOeolang.EOsys
Classes in EOorg.EOeolang.EOsys that implement Atom Modifier and Type Class Description class
EOuname$EOφ
Uname.@. -
Uses of Atom in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Atom Modifier and Type Class Description class
EOregex$EOcompiled
Regex.compiled.class
EOregex$EOpattern$EOmatch$EOmatched_from_index
Regex.pattern.match.matched-from-index.class
EOsprintf
Sprintf.class
EOsscanf
Sscanf. -
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.
-