Uses of Interface
org.eolang.Phi
-
Packages that use Phi Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOgray EO dirty objects (don't use them, most probably they will be deleted in the next versions of the runtime library).EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime.org.eolang.gray -
-
Uses of Phi in EOorg.EOeolang
-
Uses of Phi in EOorg.EOeolang.EOgray
Classes in EOorg.EOeolang.EOgray that implement Phi Modifier and Type Class Description classEOcageCAGE.classEOgotoGOTO.classEOheapclassEOheap$EOfreeHEAP.FREE.classEOheap$EOmallocHEAP.MALLOC.classEOheap$EOpointerclassEOheap$EOpointer$EOaddclassEOheap$EOpointer$EOblockHEAP.POINTER.BLOCK.classEOheap$EOpointer$EOsubclassEOramclassEOram$EOreadclassEOram$EOwriteclassEOtryTRY.Constructors in EOorg.EOeolang.EOgray with parameters of type Phi Constructor Description EOcage(Phi sigma)EOgoto(Phi sigma)Ctor.EOheap(Phi sigma)EOheap$EOfree(Phi sigma)EOheap$EOmalloc(Phi sigma)EOheap$EOpointer(Phi sigma)EOheap$EOpointer$EOadd(Phi sigma)EOheap$EOpointer$EOblock(Phi sigma)EOheap$EOpointer$EOsub(Phi sigma)EOram(Phi sigma)EOram$EOread(Phi sigma)EOram$EOwrite(Phi sigma)EOtry(Phi sigma)Ctor. -
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.ToPhistatic classData.Value<T>A single value asPhi.classPhConstA const origin.classPhCopyA copy-making object.classPhDefaultA simple object.classPhLocatedAn object with coordinates (line and position).classPhMethodA method-calling object.classPhUnvarUnvaring object.classPhWithA attr-putting object.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 PhiData.ToPhi. copy()PhiPhConst. copy()PhiPhDefault. copy()PhiPhi. copy()Make a copy, leaving it at the same parent.PhiPhLocated. copy()PhiAtComposite. get()PhiAtFree. 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 AttrAtComposite. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAtSimple. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.AttrAtVararg. copy(Phi self)PhiExpr. get(Phi rho)Get the object.voidData.ToPhi. move(Phi rho)voidPhConst. move(Phi rho)voidPhDefault. move(Phi rho)voidPhi. move(Phi rho)Move it to a new parent.voidPhLocated. move(Phi rho)voidAtComposite. put(Phi phi)voidAtFree. put(Phi phi)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 obj, Expr exp)Ctor.AtFree(Phi phi)AtSimple(Phi src)Dataized(Phi src)Ctor.Param(Phi obj)Ctor.Param(Phi obj, String name)Ctor.PhConst(Phi phi)Ctor.PhConst(Phi phi, Map<String,Attr> names, Map<Integer,Attr> nums)Ctor.PhCopy(Phi phi)Ctor.PhDefault(Phi sigma)Ctor.PhLocated(Phi phi, int lne, int pos)Ctor.PhMethod(Phi phi, String mtd)Ctor.PhUnvar(Phi phi)Ctor.PhWith(Phi phi, int pos, Phi attr)Ctor.PhWith(Phi phi, String name, Phi attr)Ctor. -
Uses of Phi in org.eolang.gray
Methods in org.eolang.gray with parameters of type Phi Modifier and Type Method Description byte[]Ram. read(Phi object, int position, int length)Read.voidRam. write(Phi object, int position, byte[] bytes)Write.
-