Uses of Interface
org.eolang.Phi
-
Packages that use Phi Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.org.eolang EO runtime. -
-
Uses of Phi in EOorg.EOeolang
Methods in EOorg.EOeolang that return Phi Modifier and Type Method Description PhiEOerror.ExError. enclosure()Take it.PhiAtMemoized. get()Methods in EOorg.EOeolang with parameters of type Phi Modifier and Type Method Description AttrAtMemoized. copy(Phi self)voidAtMemoized. put(Phi phi)byte[]Ram. read(Phi object, int position, int length)Read.voidRam. write(Phi object, int position, byte[] bytes)Write. -
Uses of Phi in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Phi Modifier and Type Class Description classEOstdinclassEOstdin$EOnext_lineStandard Input.classEOstdin$EOφStandard Input.classEOstdoutStdout.Constructors in EOorg.EOeolang.EOio with parameters of type Phi Constructor Description EOstdin(Phi sigma)EOstdin$EOnext_line(Phi parent)Ctor.EOstdin$EOφ(Phi parent)Ctor.EOstdout(Phi sigma)Default ctor. -
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 constant object.classPhCopyA copy-making object.classPhDefaultA simple object.classPhFakeFake object, mostly for unit tests.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.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()PhiPhLogged. copy()PhiPhSafe. copy()PhiAtAtom. get()PhiAtCage. get()PhiAtComposite. get()PhiAtFree. get()PhiAtLambda. get()PhiAtOnce. get()PhiAtSafe. get()PhiAtSimple. get()PhiAttr. get()Take the object out.PhiExpr. get(Phi rho)Get the object.static PhiBytes. toPhi(Bytes bytes)Convert Bytes to Phi.Methods in org.eolang with parameters of type Phi Modifier and Type Method Description AttrAtAtom. copy(Phi self)AttrAtCage. copy(Phi self)AttrAtComposite. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtLambda. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAtSafe. copy(Phi self)AttrAtSimple. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.PhiExpr. get(Phi rho)Get the object.voidAtAtom. put(Phi phi)voidAtCage. put(Phi phi)voidAtComposite. put(Phi phi)voidAtFree. put(Phi phi)voidAtLambda. put(Phi phi)voidAtOnce. put(Phi phi)voidAtSafe. put(Phi phi)voidAtSimple. put(Phi src)voidAttr. put(Phi phi)Put a new object in.Constructors in org.eolang with parameters of type Phi Constructor Description AtAtom(Phi phi)Ctor.AtComposite(Phi obj, Expr exp)Ctor.AtFree(Phi phi)Ctor.AtLambda(Phi obj, Expr exp)Ctor.AtSimple(Phi src)Ctor.Dataized(Phi src)Ctor.Dataized(Phi src, Logger log)Ctor.Param(Phi obj)Ctor.Param(Phi obj, String name)Ctor.PhConst(Phi phi)Ctor.PhCopy(Phi phi)Ctor.PhDefault(Phi sigma)Ctor.PhLocated(Phi phi, int lne, int pos)Ctor.PhLocated(Phi phi, int lne, int pos, String loc)Ctor.PhLogged(Phi phi)Ctor.PhMethod(Phi phi, String mtd)Ctor.PhSafe(Phi phi)Ctor.PhWith(Phi phi, int pos, Phi attr)Ctor.PhWith(Phi phi, String name, Phi attr)Ctor.UniverseDefault(Phi connector)Ctor.UniverseDefault(Phi connector, Map<Integer,Phi> indexed)Ctor.Constructor parameters in org.eolang with type arguments of type Phi Constructor Description PhFake(Supplier<Phi> sup)Ctor.UniverseDefault(Phi connector, Map<Integer,Phi> indexed)Ctor.
-