Uses of Interface
org.eolang.Term
-
Packages that use Term Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOcollections EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOmath org.eolang EO runtime. -
-
Uses of Term in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Term Modifier and Type Class Description classAtMemoizedAn attribute that knows how to memoize an object.classEOarrayclassEOarray$EOatAT.classEOarray$EOemptyclassEOarray$EOlengthLENGTH.classEOarray$EOwithWITH.classEOas_phiAS-PHI.classEOboolclassEObool$EOandAND.classEObool$EOas_bytesclassEObool$EOas_hashclassEObool$EOeqclassEObool$EOifIF.classEObool$EOnotclassEObool$EOorAND.classEObool$EOwhileWHILE.classEObytesclassEObytes$EOandBYTES.AND.classEObytes$EOas_boolclassEObytes$EOas_bytesclassEObytes$EOas_floatBYTES.AS-FLOAT.classEObytes$EOas_hashclassEObytes$EOas_hash$EOt0$EOa2classEObytes$EOas_intBYTES.AS-INT.classEObytes$EOas_stringBYTES.AS-STRING.classEObytes$EOconcatBYTES.CONCAT.classEObytes$EOeqBYTES.EQ.classEObytes$EOleftclassEObytes$EOnotBYTES.NOT.classEObytes$EOorBYTES.OR.classEObytes$EOrightBYTES.RIGHT.classEObytes$EOsizeBYTES.SIZE.classEObytes$EOsliceBYTES.SLICE.classEObytes$EOxorBYTES.XOR.classEOcageCAGE.classEOerrorERROR.classEOfloatclassEOfloat$EOas_bytesFLOAT.AS-BYTES.classEOfloat$EOas_hashclassEOfloat$EOdivDIV.classEOfloat$EOeqclassEOfloat$EOgtGT.classEOfloat$EOgteclassEOfloat$EOltclassEOfloat$EOlteclassEOfloat$EOminusclassEOfloat$EOminus$EOt1$EOa1classEOfloat$EOnegclassEOfloat$EOplusPlus.classEOfloat$EOtimesMUL.classEOgotoGOTO.classEOheapclassEOheap$EOfreeHEAP.FREE.classEOheap$EOmallocHEAP.MALLOC.classEOheap$EOpointerclassEOheap$EOpointer$EOaddclassEOheap$EOpointer$EOblockHEAP.POINTER.BLOCK.classEOheap$EOpointer$EOsubclassEOintclassEOint$EOas_bytesINT.AS-BYTES.classEOint$EOas_hashclassEOint$EOdivDIV.classEOint$EOeqclassEOint$EOgtGT.classEOint$EOgteclassEOint$EOltclassEOint$EOlteclassEOint$EOminusclassEOint$EOminus$EOt1$EOa1classEOint$EOnegclassEOint$EOplusPLUS.classEOint$EOtimesTIMES.classEOmemoryMEMORY.classEOnopclassEOramclassEOram$EOram_sliceclassEOram$EOram_slice$EOwriteWrite bytes to memory from position, according to the ram.slice object.classEOram$EOram_slice$EOφRead from memory.classEOram$EOsliceSlice fixed size of bytes from position.classEOram$EOwriteWrite into memory.classEOseqSEQ.classEOstringclassEOstring$EOas_bytesAS-BYTES.classEOstring$EOas_hashclassEOstring$EOeqclassEOstring$EOlengthLENGTH.classEOstring$EOsliceSLICE.classEOswitchclassEOswitch$EOarrclassEOswitch$EOarr$EOt0$EOa2classEOtryTRY. -
Uses of Term in EOorg.EOeolang.EOcollections
-
Uses of Term in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Term Modifier and Type Class Description classEOstdinclassEOstdin$EOnext_lineStandard Input.classEOstdin$EOφStandard Input.classEOstdoutStdout. -
Uses of Term in EOorg.EOeolang.EOmath
-
Uses of Term in org.eolang
Subinterfaces of Term in org.eolang Modifier and Type Interface Description interfaceAttrAttribute.interfacePhiA simple object.Classes in org.eolang that implement Term Modifier and Type Class Description classAtCompositeStatic attribute with an expression inside, which constructs an object.classAtFreeFree attribute.classAtOnceRead only once.classAtSafeIt catchesExFailureand throwsEOerror.ExError.classAtSimpleDefault attribute.classAtVarargVararg attribute.static classData.ToPhistatic classData.Value<T>A single value asPhi.classPhConstA constant object.classPhCopyA copy-making object.classPhDefaultA simple object.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.classPhUnvarUnvaring object.classPhWithA attr-putting object.
-