Uses of Class
org.eolang.Versionized
-
Packages that use Versionized Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.org.eolang EO runtime. -
-
Uses of Versionized in EOorg.EOeolang
Classes in EOorg.EOeolang with annotations of type Versionized 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.classEOcage$EOencaged$EOencageCage.encaged.encage object.classEOcage$EOencaged$EOφCage.encaged.φ object.classEOcage$EOφCage.φ object.classEOdataizedDataized.classEOerrorERROR.classEOfloat$EOdivDIV.classEOfloat$EOgtGT.classEOfloat$EOplusPlus.classEOfloat$EOtimesMUL.classEOint$EOdivDIV.classEOint$EOgtGT.classEOint$EOplusPLUS.classEOint$EOtimesTIMES.classEOmalloc$EOof$EOallocated$EOreadMalloc.of.allocated.read object.classEOmalloc$EOof$EOallocated$EOwriteMalloc.of.allocated.write object.classEOmalloc$EOof$EOφMalloc.of.φ object.classEOrustRust.classEOseqSEQ.classEOstring$EOas_bytesAS-BYTES.classEOstring$EOlengthLENGTH.classEOstring$EOsliceSLICE.classEOtryTRY. -
Uses of Versionized in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio with annotations of type Versionized Modifier and Type Class Description classEOstdin$EOnext_lineStandard Input.classEOstdin$EOφStandard Input.classEOstdoutStdout. -
Uses of Versionized in org.eolang
Classes in org.eolang with annotations of type Versionized Modifier and Type Class Description classAtCompositeAttribute that constructs object lazily.classAtOnceAttribute that retrieves object only once.classAtSimpleDefault attribute that just keeps single object.interfaceAttrAttribute.classAtVoidVoid attribute.interfaceBytesBytes.classBytesOfBytes.interfaceDataA data container.classDataizedA dataized object.classExAbstractAbstract exception.classExFailureCommon exception.classExInterruptedException to control threads interruptions.classExNativeException in native method.interfaceExprLambda expression.classExReadOnlyThe exception raised when trying to put() an attribute, which is read-only.classExUnsetThe exception raised when trying to get() an attribute, which is still abstract.classMainBridge between Java CLI and EO.classParamParam of an object (convenient retrieval mechanism).classPhCopyA copy-making object.classPhDefaultA simple object.classPhFakeFake object, mostly for unit tests.classPhLocatedAn object with coordinates (line and position).classPhLoggedAn object that reports all manipulations with it to the log (very useful for debugging purposes).classPhMethodA method-calling object.classPhSafeIt catchesExFailureand throwsEOerror.ExError.classPhTracedClass to trace if the "cage.new" got into recursion during the dataization.classPhWithA attr-putting object.interfaceTermA φ-calculus term.interfaceUniverseClass to manipulate eo objects within "Universe" paradigm.classUniverseDefaultDefault implementation that can be used on the java side.classUniverseSafeUniverseto be used from within native function.interfaceVolatileAnnotation for an object with a volatile phi (never cached).interfaceXmirObjectAnnotation for an object made from XMIR.
-