Uses of Interface
org.eolang.phi.Phi
-
Packages that use Phi Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang.phi EO runtime. -
-
Uses of Phi in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Phi Modifier and Type Class Description class
EOarray
class
EOarray$EOappend
APPEND.class
EOarray$EOeach
EACH.class
EOarray$EOempty
EMPTY.class
EOarray$EOget
GET.class
EOarray$EOlength
LENGTH.class
EOarray$EOmap
class
EOarray$EOmap$EO1$EOα1
class
EOarray$EOmapi
MAPI.class
EOarray$EOreduce
REDUCE.class
EObool
class
EObool$EOand
AND.class
EObool$EOif
IF.class
EObool$EOnot
AND.class
EObool$EOor
AND.class
EObool$EOwhile
WHILE.class
EOchar
class
EOchar$EOtoString
class
EOerror
class
EOfloat
class
EOfloat$EOabs
ABS.class
EOfloat$EOadd
ADD.class
EOfloat$EOdiv
class
EOfloat$EOeq
EQ.class
EOfloat$EOgeq
GREATER THAN OR EQUAL TO.class
EOfloat$EOgreater
GREATER.class
EOfloat$EOleq
LESS THAN OR EQUAL TO.class
EOfloat$EOless
LESS.class
EOfloat$EOmul
MUL.class
EOfloat$EOneg
NEG.class
EOfloat$EOneq
NOT EQUALS.class
EOfloat$EOpow
POW.class
EOfloat$EOsignum
SIGNUM.class
EOfloat$EOsub
class
EOint
class
EOint$EOadd
ADD.class
EOint$EOdiv
DIV.class
EOint$EOeq
EQ.class
EOint$EOgeq
GREATER THAN OR EQUAL TO.class
EOint$EOgreater
GREATER.class
EOint$EOleq
LESS THAN OR EQUAL TO.class
EOint$EOless
LESS.class
EOint$EOmod
MOD.class
EOint$EOmul
MUL.class
EOint$EOneg
NEG.class
EOint$EOneq
NOT EQUALS.class
EOint$EOpow
POW.class
EOint$EOsub
class
EOint$EOtoFloat
toFloat.class
EOmemory
MEMORY.class
EOrandom
RANDOM.class
EOregex
class
EOregex$EOmatch
REGEX.class
EOregex$EOmatches
class
EOseq
SEQ.class
EOstring
class
EOstring$EOeq
EQ.class
EOstring$EOtoInt
TOINT.class
EOstring$EOtrim
TRIM. -
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 parent)
-
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 parent)
-
Uses of Phi in org.eolang.phi
Classes in org.eolang.phi that implement Phi Modifier and Type Class Description static class
Data.ToPhi
static class
Data.Value<T>
class
PhCopy
A copy-making object.class
PhDefault
A simple object.class
PhEta
ETA.class
PhMethod
A method-calling object.class
PhOnce
An object wrapping another one.class
PhWith
A attr-putting object.Methods in org.eolang.phi that return Phi Modifier and Type Method Description Phi
PhDefault. copy()
Phi
Phi. copy()
Make a copy.Phi
PhOnce. copy()
Phi
AtAbsent. get()
Phi
AtBound. get()
Phi
AtFree. get()
Phi
AtLambda. get()
Phi
AtNamed. get()
Phi
AtOnce. get()
Phi
AtSimple. get()
Phi
Attr. get()
Take the object out.Phi
AtVararg. get()
Phi
Env. get(Phi self)
Get the phi.Phi
Env.Simple. get(Phi self)
Methods in org.eolang.phi with parameters of type Phi Modifier and Type Method Description Attr
AtAbsent. copy(Phi self)
Attr
AtBound. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtLambda. copy(Phi self)
Attr
AtNamed. 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
Env. get(Phi self)
Get the phi.Phi
Env.Simple. get(Phi self)
void
AtAbsent. put(Phi phi)
void
AtBound. put(Phi phi)
void
AtFree. put(Phi phi)
void
AtLambda. put(Phi phi)
void
AtNamed. put(Phi src)
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.phi with parameters of type Phi Constructor Description AtBound(Phi phi)
AtFree(Phi phi)
AtLambda(Phi self, Env env)
AtNamed(String nme, Phi src, Attr attr)
AtSimple(Phi src)
Dataized(Phi src)
Ctor.PhCopy(Phi phi)
Ctor.PhDefault(Phi prnt)
Ctor.PhMethod(Phi phi, String mtd)
Ctor.PhWith(Phi phi, int pos, Phi attr)
Ctor.PhWith(Phi phi, String name, Phi attr)
Ctor.Simple(Phi src)
Constructor parameters in org.eolang.phi with type arguments of type Phi Constructor Description PhOnce(Data<Phi> data)
Ctor.
-