Uses of Interface
org.eolang.phi.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.phi 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$EOifIF.classEObool$EOnotAND.classEObool$EOorAND.classEObool$EOwhileWHILE.classEOcharclassEOchar$EOtoStringclassEOerrorclassEOfloatclassEOfloat$EOabsABS.classEOfloat$EOaddADD.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$EOaddADD.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$EOsubclassEOint$EOtoFloattoFloat.classEOmemoryMEMORY.classEOrandomRANDOM.classEOregexclassEOregex$EOmatchREGEX.classEOregex$EOmatchesclassEOseqSEQ.classEOstringclassEOstring$EOeqEQ.classEOstring$EOtoIntTOINT.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 parent) -
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 parent) -
Uses of Phi in org.eolang.phi
Classes in org.eolang.phi that implement Phi Modifier and Type Class Description static classData.ToPhistatic classData.Value<T>classPhCopyA copy-making object.classPhDefaultA simple object.classPhEtaETA.classPhMethodA method-calling object.classPhOnceAn object wrapping another one.classPhWithA attr-putting object.Methods in org.eolang.phi that return Phi Modifier and Type Method Description PhiPhDefault. copy()PhiPhi. copy()Make a copy.PhiPhOnce. copy()PhiAtAbsent. get()PhiAtBound. get()PhiAtFree. get()PhiAtLambda. get()PhiAtNamed. get()PhiAtOnce. get()PhiAtSimple. get()PhiAttr. get()Take the object out.PhiAtVararg. get()PhiEnv. get(Phi self)Get the phi.PhiEnv.Simple. get(Phi self)Methods in org.eolang.phi with parameters of type Phi Modifier and Type Method Description AttrAtAbsent. copy(Phi self)AttrAtBound. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtLambda. 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)PhiEnv. get(Phi self)Get the phi.PhiEnv.Simple. get(Phi self)voidAtAbsent. put(Phi phi)voidAtBound. put(Phi phi)voidAtFree. put(Phi phi)voidAtLambda. 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.phi with parameters of type Phi Constructor Description AtBound(Phi phi)AtFree(Phi phi)AtLambda(Phi self, Env env)AtNamed(String nme, Phi src, Attr attr)AtSimple(Phi src)Dataized(Phi src)Ctor.PhCopy(Phi phi)Ctor.PhDefault(Phi prnt)Ctor.PhMethod(Phi phi, String mtd)Ctor.PhWith(Phi phi, int pos, Phi attr)Ctor.PhWith(Phi phi, String name, Phi attr)Ctor.Simple(Phi src)Constructor parameters in org.eolang.phi with type arguments of type Phi Constructor Description PhOnce(Data<Phi> data)Ctor.
-