Uses of Interface
org.eolang.Phi
-
Packages that use Phi Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime. -
-
Uses of Phi in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Phi 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$EOnotAND.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 Phi in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Phi Modifier and Type Class Description classEOstdoutStdout.Constructors in EOorg.EOeolang.EOio with parameters of type Phi Constructor Description EOstdout(Phi sigma) -
Uses of Phi in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Phi Modifier and Type Class Description classEOsprintfSprintf.Constructors in EOorg.EOeolang.EOtxt with parameters of type Phi Constructor Description EOsprintf(Phi sigma) -
Uses of Phi in org.eolang
Classes in org.eolang that implement Phi Modifier and Type Class Description 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.classPhManyAn object wrapping another one.classPhMethodA method-calling object.classPhOnceAn object wrapping another one.classPhWithA attr-putting object.classPhWithRhoA phi with pre-cached \rho.Fields in org.eolang declared as Phi Modifier and Type Field Description static PhiPhi. ΦThe global scope object, which owns all other objects.Methods in org.eolang that return Phi Modifier and Type Method Description PhiPhConst. copy(Phi rho)PhiPhDefault. copy(Phi rho)PhiPhi. copy(Phi rho)Make a copy, attaching it to a new parent.PhiPhMany. copy(Phi rho)PhiPhOnce. copy(Phi rho)PhiPhWithRho. copy(Phi rho)PhiAtAbsent. get()PhiAtComposite. get()PhiAtConst. get()PhiAtFree. get()PhiAtNamed. get()PhiAtOnce. get()PhiAtSimple. get()PhiAttr. get()Take the object out.PhiAtVararg. get()PhiExpr. get(Phi rho)Get the object.Methods in org.eolang with parameters of type Phi Modifier and Type Method Description AttrAtAbsent. copy(Phi self)AttrAtComposite. copy(Phi self)AttrAtConst. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtNamed. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAtSimple. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.AttrAtVararg. copy(Phi self)PhiPhConst. copy(Phi rho)PhiPhDefault. copy(Phi rho)PhiPhi. copy(Phi rho)Make a copy, attaching it to a new parent.PhiPhMany. copy(Phi rho)PhiPhOnce. copy(Phi rho)PhiPhWithRho. copy(Phi rho)PhiExpr. get(Phi rho)Get the object.voidAtAbsent. put(Phi phi)voidAtComposite. put(Phi phi)voidAtConst. put(Phi src)voidAtFree. put(Phi phi)voidAtNamed. put(Phi src)voidAtOnce. put(Phi phi)voidAtSimple. put(Phi src)voidAttr. put(Phi phi)Put a new object in.voidAtVararg. put(Phi phi)Constructors in org.eolang with parameters of type Phi Constructor Description AtComposite(Phi rho, Expr exp)AtConst(Attr attr, Phi phi)AtFree(Phi phi)AtNamed(String nme, Phi src, Attr attr)AtSimple(Phi src)Dataized(Phi src)Ctor.PhConst(Phi phi)Ctor.PhConst(Phi phi, Map<String,Attr> names, Map<Integer,Attr> nums)Ctor.PhCopy(Phi phi, Phi rho)Ctor.PhDefault(Phi sigma)Ctor.PhMethod(Phi phi, String mtd)Ctor.PhWith(Phi phi, int pos, Phi attr)Ctor.PhWith(Phi phi, String name, Phi attr)Ctor.PhWithRho(Phi phi, Phi cache)Ctor.Constructor parameters in org.eolang with type arguments of type Phi Constructor Description PhMany(Data<Phi> data, Supplier<String> blank, Supplier<String> expr)Ctor.PhOnce(Data<Phi> data, Supplier<String> blank, Supplier<String> expr)Ctor.
-