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 Phi
EOerror.ExError. enclosure()
Take it.Phi
EOas_phi. lambda()
Phi
EObool$EOif. lambda()
Phi
EObool$EOwhile. lambda()
Phi
EObytes$EOand. lambda()
Phi
EObytes$EOas_float. lambda()
Phi
EObytes$EOas_int. lambda()
Phi
EObytes$EOas_string. lambda()
Phi
EObytes$EOconcat. lambda()
Phi
EObytes$EOeq. lambda()
Phi
EObytes$EOnot. lambda()
Phi
EObytes$EOor. lambda()
Phi
EObytes$EOright. lambda()
Phi
EObytes$EOsize. lambda()
Phi
EObytes$EOslice. lambda()
Phi
EObytes$EOxor. lambda()
Phi
EOcage. lambda()
Phi
EOerror. lambda()
Phi
EOfloat$EOdiv. lambda()
Phi
EOfloat$EOgt. lambda()
Phi
EOfloat$EOplus. lambda()
Phi
EOfloat$EOtimes. lambda()
Phi
EOgoto. lambda()
Phi
EOheap$EOpointer$EOblock. lambda()
Phi
EOint$EOdiv. lambda()
Phi
EOint$EOgt. lambda()
Phi
EOint$EOplus. lambda()
Phi
EOint$EOtimes. lambda()
Phi
EOmemory. lambda()
Phi
EOram$EOram_slice$EOwrite. lambda()
Phi
EOram$EOram_slice$EOφ. lambda()
Phi
EOram$EOslice. lambda()
Phi
EOram$EOwrite. lambda()
Phi
EOrust. lambda()
Phi
EOseq. lambda()
Phi
EOstring$EOas_bytes. lambda()
Phi
EOstring$EOlength. lambda()
Phi
EOstring$EOslice. lambda()
Phi
EOtry. lambda()
-
Uses of Phi in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Phi Modifier and Type Class Description class
EOstdin
class
EOstdin$EOnext_line
Standard Input.class
EOstdin$EOφ
Standard Input.class
EOstdout
Stdout.Methods in EOorg.EOeolang.EOio that return Phi Modifier and Type Method Description Phi
EOstdin$EOnext_line. lambda()
Phi
EOstdin$EOφ. lambda()
Phi
EOstdout. 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 class
Data.ToPhi
static class
Data.Value<T>
A single value asPhi
.class
PhConst
A constant object.class
PhCopy
A copy-making object.class
PhDefault
A simple object.class
PhFake
Fake object, mostly for unit tests.class
PhLocated
An object with coordinates (line and position).class
PhLogged
An object that reports all manipulations with it to the log (very useful for debugging purposes).class
PhMethod
A method-calling object.class
PhSafe
It catchesExFailure
and throwsEOerror.ExError
.class
PhWith
A attr-putting object.Fields in org.eolang declared as Phi Modifier and Type Field Description static Phi
Phi. Φ
The global scope object, which owns all other objects.Methods in org.eolang that return Phi Modifier and Type Method Description Phi
Data.ToPhi. copy()
Phi
PhConst. copy()
Phi
PhDefault. copy()
Phi
Phi. copy()
Make a copy, leaving it at the same parent.Phi
PhLocated. copy()
Phi
PhLogged. copy()
Phi
PhSafe. copy()
Phi
AtAtom. get()
Phi
AtCage. get()
Phi
AtComposite. get()
Phi
AtFree. get()
Phi
AtMemoized. get()
Phi
AtOnce. get()
Phi
AtSafe. get()
Phi
AtSimple. get()
Phi
Attr. get()
Take the object out.Phi
Expr. get(Phi rho)
Get the object.Phi
Atom. lambda()
Executes λ function and calculates object.Phi
AtomSafe. lambda()
static Phi
Bytes. toPhi(Bytes bytes)
Convert Bytes to Phi.Methods in org.eolang with parameters of type Phi Modifier and Type Method Description Attr
AtAtom. copy(Phi self)
Attr
AtCage. copy(Phi self)
Attr
AtComposite. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtMemoized. copy(Phi self)
Attr
AtOnce. copy(Phi self)
Attr
AtSafe. copy(Phi self)
Attr
AtSimple. copy(Phi self)
Attr
Attr. copy(Phi self)
Make a copy of it.Phi
Expr. get(Phi rho)
Get the object.void
AtAtom. put(Phi phi)
void
AtCage. put(Phi phi)
void
AtComposite. put(Phi phi)
void
AtFree. put(Phi phi)
void
AtMemoized. put(Phi phi)
void
AtOnce. put(Phi phi)
void
AtSafe. put(Phi phi)
void
AtSimple. put(Phi src)
void
Attr. put(Phi phi)
Put a new object in.byte[]
Ram. read(Phi object, int position, int length)
Read.void
Ram. write(Phi object, int position, byte[] bytes)
Write.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.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.
-