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 class
EOcage
CAGE.class
EOgoto
GOTO.class
EOheap
class
EOheap$EOfree
HEAP.FREE.class
EOheap$EOmalloc
HEAP.MALLOC.class
EOheap$EOpointer
class
EOheap$EOpointer$EOblock
HEAP.POINTER.BLOCK.class
EOram
class
EOram$EOread
class
EOram$EOwrite
class
EOtry
TRY.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$EOblock(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 class
EOstdout
Stdout.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 class
EOsprintf
Sprintf.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 class
Data.ToPhi
Makes aPhi
out of a Java object, like String or integer.static class
Data.Value<T>
A single value asPhi
.class
PhConst
A const origin.class
PhCopy
A copy-making object.class
PhDefault
A simple object.class
PhMethod
A method-calling object.class
PhUnvar
Unvaring object.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
AtComposite. get()
Phi
AtFree. get()
Phi
AtOnce. get()
Phi
AtSimple. get()
Phi
Attr. get()
Take the object out.Phi
AtVararg. get()
Phi
Expr. get(Phi rho)
Get the object.Methods in org.eolang with parameters of type Phi Modifier and Type Method Description Attr
AtComposite. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtOnce. copy(Phi self)
Attr
AtSimple. copy(Phi self)
Attr
Attr. copy(Phi self)
Make a copy of it.Attr
AtVararg. copy(Phi self)
Phi
Expr. get(Phi rho)
Get the object.void
Data.ToPhi. move(Phi rho)
void
PhConst. move(Phi rho)
void
PhDefault. move(Phi rho)
void
Phi. move(Phi rho)
Move it to a new parent.void
AtComposite. put(Phi phi)
void
AtFree. put(Phi phi)
void
AtOnce. put(Phi phi)
void
AtSimple. put(Phi src)
void
Attr. put(Phi phi)
Put a new object in.void
AtVararg. 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.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.void
Ram. write(Phi object, int position, byte[] bytes)
Write.
-