Uses of Interface
org.eolang.Phi
-
Packages that use Phi Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOcollections EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOmath EO math.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime. -
-
Uses of Phi in EOorg.EOeolang
Methods in EOorg.EOeolang that return Phi Modifier and Type Method Description Phi
EOerror.PhWithError. copy()
Phi
AtMemoized. get()
Methods in EOorg.EOeolang with parameters of type Phi Modifier and Type Method Description Attr
AtMemoized. copy(Phi self)
void
EOerror.PhWithError. move(Phi rho)
void
AtMemoized. put(Phi phi)
byte[]
Ram. read(Phi object, int position, int length)
Read.void
Ram. write(Phi object, int position, byte[] bytes)
Write. -
Uses of Phi in EOorg.EOeolang.EOcollections
-
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.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)
Ctor. -
Uses of Phi in EOorg.EOeolang.EOmath
Classes in EOorg.EOeolang.EOmath that implement Phi Modifier and Type Class Description class
EOangle
class
EOangle$EOcos
Cos.class
EOangle$EOsin
Sin.class
EOnumber
class
EOnumber$EOabs
class
EOnumber$EOand
class
EOnumber$EOand$EOt1$EOa2
class
EOnumber$EOas_float
As-float.class
EOnumber$EOas_int
As-int.class
EOnumber$EOas_string
As-string.class
EOnumber$EOis_float
class
EOnumber$EOis_int
class
EOnumber$EOleft
class
EOnumber$EOleft$EOt1$EOa2
class
EOnumber$EOmod
class
EOnumber$EOmod$EOabs_mod
class
EOnumber$EOmod$EOt3$EOa1
class
EOnumber$EOneq
class
EOnumber$EOor
class
EOnumber$EOor$EOt1$EOa2
class
EOnumber$EOpow
POW.class
EOnumber$EOright
class
EOnumber$EOright$EOt1$EOa2
class
EOnumber$EOsignum
class
EOnumber$EOxor
class
EOnumber$EOxor$EOt1$EOa2
class
EOrandom
class
EOrandom$EOnext
class
EOrandom$EOpseudo
Pseudo-seed.class
EOrandom$EOφ
-
Uses of Phi in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Phi Modifier and Type Class Description class
EOregex
class
EOregex$EOcompile
REGEX.COMPILE.class
EOregex$EOmatch
REGEX.MATCH.class
EOregex$EOmatches
class
EOsprintf
Sprintf.class
EOsscanf
Sscanf.class
EOtext
class
EOtext$EOjoined
JOINED.class
EOtext$EOtrim
TRIM.Constructors in EOorg.EOeolang.EOtxt with parameters of type Phi Constructor Description EOregex(Phi sigma)
EOregex$EOcompile(Phi sigma)
Ctor.EOregex$EOmatch(Phi sigma)
Ctor.EOregex$EOmatches(Phi sigma)
EOsprintf(Phi sigma)
Ctor.EOsscanf(Phi sigma)
Ctor.EOtext(Phi sigma)
EOtext$EOjoined(Phi sigma)
Ctor.EOtext$EOtrim(Phi sigma)
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
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
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
PhLocated. copy()
Phi
PhLogged. copy()
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.Phi
ExprReduce. get(Phi rho)
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.Phi
ExprReduce. get(Phi rho)
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
PhLocated. move(Phi rho)
void
PhLogged. move(Phi rho)
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)
Ctor.AtSimple(Phi src)
Ctor.Dataized(Phi src)
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.PhLogged(Phi phi)
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.
-