Uses of Interface
org.eolang.Term
-
Packages that use Term Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime. -
-
Uses of Term in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Term Modifier and Type Class Description classEOarrayclassEOarray$EOappendAPPEND.classEOarray$EOeachEACH.classEOarray$EOemptyEMPTY.classEOarray$EOgetGET.classEOarray$EOlengthLENGTH.classEOarray$EOmapclassEOarray$EOmap$EO1$EO_1classEOarray$EOmapiMAPI.classEOarray$EOreduceREDUCE.classEOboolclassEObool$EOandAND.classEObool$EOeqBOOL.EQ.classEObool$EOifIF.classEObool$EOnotNOT.classEObool$EOorAND.classEObool$EOwhileWHILE.classEObytesclassEObytes$EOas_stringBYTES.AS-STRING.classEObytes$EOeqBYTES.EQ.classEObytes$EOpartBYTES.PART.classEObytes$EOsizeBYTES.SIZE.classEOcharclassEOchar$EOas_stringclassEOchar$EOeqCHAR.EQ.classEOerrorclassEOfloatclassEOfloat$EOabsABS.classEOfloat$EOaddADD.classEOfloat$EOas_intas-int.classEOfloat$EOas_stringas-string.classEOfloat$EOdivclassEOfloat$EOeqEQ.classEOfloat$EOgeqGREATER THAN OR EQUAL TO.classEOfloat$EOgreaterGREATER.classEOfloat$EOleqLESS THAN OR EQUAL TO.classEOfloat$EOlessLESS.classEOfloat$EOmulMUL.classEOfloat$EOnegNEG.classEOfloat$EOneqNOT EQUALS.classEOfloat$EOpowPOW.classEOfloat$EOsignumSIGNUM.classEOfloat$EOsubclassEOintclassEOint$EOabsABS.classEOint$EOaddADD.classEOint$EOas_floatas-float.classEOint$EOas_stringas-string.classEOint$EOdivDIV.classEOint$EOeqEQ.classEOint$EOgeqGREATER THAN OR EQUAL TO.classEOint$EOgreaterGREATER.classEOint$EOleqLESS THAN OR EQUAL TO.classEOint$EOlessLESS.classEOint$EOmodMOD.classEOint$EOmulMUL.classEOint$EOnegNEG.classEOint$EOneqNOT EQUALS.classEOint$EOpowPOW.classEOint$EOsubclassEOmemoryMEMORY.classEOrandomRANDOM.classEOregexclassEOregex$EOmatchREGEX.classEOregex$EOmatchesclassEOseqSEQ.classEOstringclassEOstring$EOas_bytesAS-BYTES.classEOstring$EOas_floatAS-FLOAT.classEOstring$EOas_intAS-INT.classEOstring$EOchar_atCHAR-AT.classEOstring$EOeqEQ.classEOstring$EOjoinedJOIN.classEOstring$EOlengthLENGTH.classEOstring$EOtrimTRIM. -
Uses of Term in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Term Modifier and Type Class Description classEOstdoutStdout. -
Uses of Term in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Term Modifier and Type Class Description classEOsprintfSprintf. -
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 classAtAbsentAbsent attribute.classAtCompositeStatic attribute with an expression inside, which constructs an object.classAtConstConst attribute.classAtFreeFree attribute.classAtNamedNamed attribute.classAtOnceRead only once.classAtSimpleDefault attribute.classAtVarargVararg attribute.static classData.ToPhiMakes aPhiout of a Java object, like String or integer.static classData.Value<T>A single value asPhi.classPhConstA const origin.classPhCopyA copy-making object.classPhDefaultA simple object.classPhMethodA method-calling object.classPhOnceAn object wrapping another one.classPhWithA attr-putting object.
-