Uses of Interface
org.eolang.Atom
-
Packages that use Atom Package Description EOorg.EOeolang This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOfs This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOmath This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOsys This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOtxt This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.org.eolang EO runtime. -
-
Uses of Atom in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Atom Modifier and Type Class Description classEOas_phiAS-PHI.classEObytes$EOandBYTES.AND.classEObytes$EOconcatBYTES.CONCAT.classEObytes$EOeqBYTES.EQ.classEObytes$EOnotBYTES.NOT.classEObytes$EOorBYTES.OR.classEObytes$EOrightBYTES.RIGHT.classEObytes$EOsizeBYTES.SIZE.classEObytes$EOsliceBYTES.SLICE.classEObytes$EOxorBYTES.XOR.classEOerrorERROR.classEOi16$EOas_i32The i16.as-i32.classEOi32$EOas_i64The i32.as-i64.classEOi64$EOas_numberThe i64.as-number.classEOi64$EOdivThe i64.div object.classEOi64$EOgtThe i64.gt object.classEOi64$EOplusThe i64.plus.classEOi64$EOtimesThe i64.times object.classEOmalloc$EOof$EOallocated$EOreadMalloc.of.allocated.read object.classEOmalloc$EOof$EOallocated$EOresizedMalloc.of.allocated.resized object.classEOmalloc$EOof$EOallocated$EOsizeMalloc.of.allocated.size object.classEOmalloc$EOof$EOallocated$EOwriteMalloc.of.allocated.write object.classEOmalloc$EOof$EOφMalloc.of.φ object.classEOnumber$EOas_i64The number.as-i64.classEOnumber$EOdivNumber.div object.classEOnumber$EOfloorNumber.floor object.classEOnumber$EOgtNumber.gt object.classEOnumber$EOplusNumber.plus.classEOnumber$EOtimesNumber.times object.classEOtryTRY. -
Uses of Atom in EOorg.EOeolang.EOfs
Classes in EOorg.EOeolang.EOfs that implement Atom Modifier and Type Class Description classEOdir$EOmade$EOmkdirDir.made.mkdir.classEOdir$EOtmpfile$EOtouchDir.tmpfile.touch.classEOdir$EOwalkDir.walk.classEOfile$EOdeleted$EOdeleteFile.deleted.delete.classEOfile$EOexistsFile.exists.classEOfile$EOis_directoryFile.is-directory.classEOfile$EOmoved$EOmoveFile.moved.move.classEOfile$EOopen$EOfile_stream$EOread$EOread_bytesFile.open.file-stream.read.read-bytes.classEOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytesFile.open.file-stream.write.written-bytes.classEOfile$EOopen$EOprocess_fileFile.open.process-file.classEOfile$EOsizeFile.size.classEOfile$EOtouched$EOtouchFile.touched.touch. -
Uses of Atom in EOorg.EOeolang.EOmath
Classes in EOorg.EOeolang.EOmath that implement Atom Modifier and Type Class Description classEOangle$EOcosAngle.cos.classEOangle$EOsinAngle.sin.classEOreal$EOacosReal.acos.classEOreal$EOasinReal.asin.classEOreal$EOlnReal.ln.classEOreal$EOpowReal.pow.classEOreal$EOsqrtReal.sqrt. -
Uses of Atom in EOorg.EOeolang.EOsys
Classes in EOorg.EOeolang.EOsys that implement Atom Modifier and Type Class Description classEOos$EOnameOs.name.classEOposix$EOφPosix syscall.classEOwin32$EOφWin32 function call. -
Uses of Atom in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Atom Modifier and Type Class Description classEOregex$EOcompiledRegex.compiled.classEOregex$EOpattern$EOmatch$EOmatched_from_indexRegex.pattern.match.matched-from-index.classEOsprintfSprintf.classEOsscanfSscanf. -
Uses of Atom in org.eolang
Classes in org.eolang that implement Atom Modifier and Type Class Description classAtomSafeAtom that catches exceptions.classPhLocatedAn object with coordinates (line and position).Constructors in org.eolang with parameters of type Atom Constructor Description AtomSafe(Atom atom)Ctor.
-