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.PhiEOas_phi. lambda()PhiEObytes$EOand. lambda()PhiEObytes$EOconcat. lambda()PhiEObytes$EOeq. lambda()PhiEObytes$EOnot. lambda()PhiEObytes$EOor. lambda()PhiEObytes$EOright. lambda()PhiEObytes$EOsize. lambda()PhiEObytes$EOslice. lambda()PhiEObytes$EOxor. lambda()PhiEOdataized. lambda()PhiEOerror. lambda()PhiEOfloat$EOdiv. lambda()PhiEOfloat$EOgt. lambda()PhiEOfloat$EOplus. lambda()PhiEOfloat$EOtimes. lambda()PhiEOint$EOdiv. lambda()PhiEOint$EOgt. lambda()PhiEOint$EOplus. lambda()PhiEOint$EOtimes. lambda()PhiEOrust. lambda()PhiEOseq. lambda()PhiEOstring$EOas_bytes. lambda()PhiEOstring$EOlength. lambda()PhiEOstring$EOslice. lambda()PhiEOtry. lambda() -
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.Methods in EOorg.EOeolang.EOio that return Phi Modifier and Type Method Description PhiEOstdin$EOnext_line. lambda()PhiEOstdin$EOφ. lambda()PhiEOstdout. lambda()Constructors in EOorg.EOeolang.EOio with parameters of type Phi Constructor Description EOstdin(Phi sigma)EOstdin$EOnext_line(Phi sigma)Ctor.EOstdin$EOφ(Phi sigma)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.ToPhiclassPhCopyA copy-making object.classPhDataObject with attached data.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.classPhTracedClass to trace if the "cage.new" got into recursion during the dataization.classPhWithA attr-putting object.classPhWriteObject that writes other object to own \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 PhiData.ToPhi. copy()PhiPhDefault. copy()PhiPhi. copy()Make a copy, leaving it at the same parent.PhiPhLocated. copy()PhiPhLogged. copy()PhiPhSafe. copy()PhiPhTraced. copy()PhiAtComposite. get()PhiAtEnvelope. get()PhiAtFormed. get()PhiAtOnce. get()PhiAttr. get()Take the object out.PhiAtVoid. get()PhiExpr. get(Phi rho)Get the object.PhiAtom. lambda()Executes λ function and calculates object.PhiAtomSafe. lambda()PhiPhWrite. lambda()PhiData.ToPhi. take(String name)PhiPhDefault. take(String name)PhiPhi. take(String name)Take object by name of the attribute.PhiPhLocated. take(String name)PhiPhLogged. take(String name)PhiPhSafe. take(String name)PhiPhTraced. take(String name)Methods in org.eolang with parameters of type Phi Modifier and Type Method Description AttrAtComposite. copy(Phi self)AttrAtEnvelope. copy(Phi self)AttrAtFormed. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.AttrAtVoid. copy(Phi self)PhiExpr. get(Phi rho)Get the object.booleanAtComposite. put(Phi phi)booleanAtEnvelope. put(Phi phi)booleanAtFormed. put(Phi phi)booleanAtOnce. put(Phi phi)booleanAttr. put(Phi phi)Put a new object in.booleanAtVoid. put(Phi phi)booleanData.ToPhi. put(int pos, Phi obj)booleanData.ToPhi. put(String name, Phi obj)booleanPhDefault. put(int pos, Phi object)booleanPhDefault. put(String name, Phi object)booleanPhi. put(int pos, Phi object)Put object by position of the attribute.booleanPhi. put(String name, Phi object)Put object by name of the attribute.booleanPhLocated. put(int pos, Phi object)booleanPhLocated. put(String name, Phi object)booleanPhLogged. put(int pos, Phi object)booleanPhLogged. put(String name, Phi object)booleanPhSafe. put(int pos, Phi object)booleanPhSafe. put(String name, Phi object)booleanPhTraced. put(int pos, Phi obj)booleanPhTraced. put(String name, Phi obj)Constructors in org.eolang with parameters of type Phi Constructor Description AtComposite(Phi obj, Expr exp)Ctor.AtSimple(Phi object)Ctor.Dataized(Phi src)Ctor.Dataized(Phi src, Logger log)Ctor.Param(Phi obj)Ctor.Param(Phi obj, String name)Ctor.PhCopy(Phi phi)Ctor.PhData(Phi phi, byte[] bytes)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.PhTraced(Phi object, Integer locator)Ctor.PhTraced(Phi object, Integer locator, int depth)The main constructor.PhWith(Phi phi, int pos, Phi attr)Ctor.PhWith(Phi phi, String name, Phi attr)Ctor.PhWrite(Phi sigma, String attr, Function<Phi,Phi> ret)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 AtFormed(Supplier<Phi> func)Ctor.PhFake(Supplier<Phi> sup)Ctor.PhWrite(Phi sigma, String attr, Function<Phi,Phi> ret)Ctor.PhWrite(Phi sigma, String attr, Function<Phi,Phi> ret)Ctor.UniverseDefault(Phi connector, Map<Integer,Phi> indexed)Ctor.
-