Uses of Interface
org.eolang.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 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$EOeq
BOOL.EQ.class
EObool$EOif
IF.class
EObool$EOnot
AND.class
EObool$EOor
AND.class
EObool$EOwhile
WHILE.class
EObytes
class
EObytes$EOas_string
BYTES.AS-STRING.class
EObytes$EOeq
BYTES.EQ.class
EObytes$EOpart
BYTES.PART.class
EObytes$EOsize
BYTES.SIZE.class
EOchar
class
EOchar$EOas_string
class
EOchar$EOeq
CHAR.EQ.class
EOerror
class
EOfloat
class
EOfloat$EOabs
ABS.class
EOfloat$EOadd
ADD.class
EOfloat$EOas_int
as-int.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$EOabs
ABS.class
EOint$EOadd
ADD.class
EOint$EOas_float
as-float.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
EOmemory
MEMORY.class
EOrandom
RANDOM.class
EOregex
class
EOregex$EOmatch
REGEX.class
EOregex$EOmatches
class
EOseq
SEQ.class
EOstring
class
EOstring$EOas_bytes
AS-BYTES.class
EOstring$EOas_float
AS-FLOAT.class
EOstring$EOas_int
AS-INT.class
EOstring$EOchar_at
CHAR-AT.class
EOstring$EOeq
EQ.class
EOstring$EOlength
LENGTH.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
Classes in org.eolang that implement Phi Modifier and Type Class Description static class
Data.ToPhi
static class
Data.Value<T>
class
PhConst
A const object.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 that return Phi Modifier and Type Method Description Phi
PhConst. copy()
Phi
PhDefault. copy()
Phi
Phi. copy()
Make a copy.Phi
PhOnce. copy()
Phi
AtAbsent. get()
Phi
AtBound. get()
Phi
AtConst. 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.Methods in org.eolang with parameters of type Phi Modifier and Type Method Description Attr
AtAbsent. copy(Phi self)
Attr
AtBound. copy(Phi self)
Attr
AtConst. 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.void
AtAbsent. put(Phi phi)
void
AtBound. put(Phi phi)
void
AtConst. put(Phi src)
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 with parameters of type Phi Constructor Description AtBound(Phi phi)
AtConst(Attr attr, Phi phi)
AtFree(Phi phi)
AtLambda(Phi self, Env env)
AtNamed(String nme, Phi src, Attr attr)
AtSimple(Phi src)
Dataized(Phi src)
Ctor.PhConst(Phi phi)
Ctor.PhConst(Phi phi, Map<String,Attr> names, Map<Integer,Attr> nums)
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.Constructor parameters in org.eolang with type arguments of type Phi Constructor Description PhOnce(Data<Phi> data)
Ctor.
-