Uses of Interface
org.eolang.Atom
-
Packages that use Atom Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOfs EO runtime, FS.EOorg.EOeolang.EOmath EO runtime, Math.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
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 Atom in EOorg.EOeolang.EOfs
Classes in EOorg.EOeolang.EOfs that implement Atom Modifier and Type Class Description class
EOdir$EOmade$EOmkdir
Dir.made.mkdir.class
EOdir$EOtmpfile$EOtouch
Dir.tmpfile.touch.class
EOdir$EOwalk
Dir.walk.class
EOfile$EOdeleted$EOdelete
File.deleted.delete.class
EOfile$EOexists
File.exists.class
EOfile$EOis_directory
File.is-directory.class
EOfile$EOmoved$EOmove
File.moved.move.class
EOfile$EOopen$EOfile_stream$EOread$EOread_bytes
File.open.file-stream.read.read-bytes.class
EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes
File.open.file-stream.write.written-bytes.class
EOfile$EOopen$EOprocess_file
File.open.process-file.class
EOfile$EOsize
File.size.class
EOfile$EOtouched$EOtouch
File.touched.touch. -
Uses of Atom in EOorg.EOeolang.EOmath
Classes in EOorg.EOeolang.EOmath that implement Atom Modifier and Type Class Description class
EOangle$EOcos
Angle.cos.class
EOangle$EOsin
Angle.sin.class
EOreal$EOacos
Real.acos.class
EOreal$EOasin
Real.asin.class
EOreal$EOln
Real.ln.class
EOreal$EOpow
Real.pow.class
EOreal$EOsqrt
Real.sqrt. -
Uses of Atom in EOorg.EOeolang.EOsys
Classes in EOorg.EOeolang.EOsys that implement Atom Modifier and Type Class Description class
EOos$EOname
Os.name.class
EOposix$EOφ
Posix syscall.class
EOwin32$EOφ
Win32 function call. -
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.class
PhNamed
A named object.Constructors in org.eolang with parameters of type Atom Constructor Description AtomSafe(Atom atom)
Ctor.
-