A B C D E F G H I L M N O P R S T U V W X Φ 
All Classes All Packages

A

add(String, Attr) - Method in class org.eolang.PhDefault
Add new attribute.
and(Bytes) - Method in interface org.eolang.Bytes
AND operation.
and(Bytes) - Method in class org.eolang.BytesOf
 
asBytes() - Method in class org.eolang.Param
Fetch BYTES of any type.
asNumber(Class<T>) - Method in interface org.eolang.Bytes
Convert to number.
asNumber(Class<T>) - Method in class org.eolang.BytesOf
 
AtAtom - Class in org.eolang
Attribute for inner atoms.
AtAtom(Phi) - Constructor for class org.eolang.AtAtom
Ctor.
AtCage - Class in org.eolang
An attribute that knows how to store an object inside EOcage.
AtCage() - Constructor for class org.eolang.AtCage
Ctor.
AtComposite - Class in org.eolang
Static attribute with an expression inside, which constructs an object.
AtComposite(Phi, Expr) - Constructor for class org.eolang.AtComposite
Ctor.
AtFree - Class in org.eolang
Free attribute.
AtFree() - Constructor for class org.eolang.AtFree
Ctor.
AtFree(Attr) - Constructor for class org.eolang.AtFree
Ctor.
AtFree(Attr, boolean) - Constructor for class org.eolang.AtFree
Ctor.
AtFree(Attr, AtomicBoolean) - Constructor for class org.eolang.AtFree
Ctor.
AtFree(Phi) - Constructor for class org.eolang.AtFree
Ctor.
AtMemoized - Class in org.eolang
An attribute that knows how to memoize an object.
AtMemoized() - Constructor for class org.eolang.AtMemoized
Ctor, needed for copying.
Atom - Interface in org.eolang
Atom.
AtomSafe - Class in org.eolang
Atom that catches exceptions.
AtomSafe(Atom) - Constructor for class org.eolang.AtomSafe
Ctor.
AtOnce - Class in org.eolang
Read only once.
AtOnce(Attr) - Constructor for class org.eolang.AtOnce
Ctor.
AtSafe - Class in org.eolang
It catches ExFailure and throws EOerror.ExError.
AtSafe(Attr) - Constructor for class org.eolang.AtSafe
Ctor.
AtSimple - Class in org.eolang
Default attribute.
AtSimple() - Constructor for class org.eolang.AtSimple
Ctor.
AtSimple(Phi) - Constructor for class org.eolang.AtSimple
Ctor.
attr(int) - Method in class org.eolang.Data.ToPhi
 
attr(int) - Method in class org.eolang.PhConst
 
attr(int) - Method in class org.eolang.PhDefault
 
attr(int) - Method in interface org.eolang.Phi
Get attribute by position.
attr(int) - Method in class org.eolang.PhLocated
 
attr(int) - Method in class org.eolang.PhLogged
 
attr(int) - Method in class org.eolang.PhSafe
 
attr(int) - Method in class org.eolang.PhTracedEnclosure
 
attr(String) - Method in class org.eolang.Data.ToPhi
 
attr(String) - Method in class org.eolang.PhConst
 
attr(String) - Method in class org.eolang.PhDefault
 
attr(String) - Method in interface org.eolang.Phi
Get attribute.
attr(String) - Method in class org.eolang.PhLocated
 
attr(String) - Method in class org.eolang.PhLogged
 
attr(String) - Method in class org.eolang.PhSafe
 
attr(String) - Method in class org.eolang.PhTracedEnclosure
 
Attr - Interface in org.eolang
Attribute.

B

bind(int, int, String) - Method in interface org.eolang.Universe
Binds child to parent.
bind(int, int, String) - Method in class org.eolang.UniverseDefault
 
bind(int, int, String) - Method in class org.eolang.UniverseSafe
 
Bytes - Interface in org.eolang
Bytes.
BytesOf - Class in org.eolang
Bytes.
BytesOf(byte[]) - Constructor for class org.eolang.BytesOf
Ctor.
BytesOf(char) - Constructor for class org.eolang.BytesOf
Ctor.
BytesOf(double) - Constructor for class org.eolang.BytesOf
Ctor.
BytesOf(int) - Constructor for class org.eolang.BytesOf
Ctor.
BytesOf(long) - Constructor for class org.eolang.BytesOf
Ctor.
BytesOf(String) - Constructor for class org.eolang.BytesOf
Ctor.

C

cleanUp() - Static method in class org.eolang.Dataized
Clean up resources.
cleanUp() - Static method in class org.eolang.PhDefault
Clean up resources.
copy() - Method in class org.eolang.Data.ToPhi
 
copy() - Method in class org.eolang.PhConst
 
copy() - Method in class org.eolang.PhDefault
 
copy() - Method in interface org.eolang.Phi
Make a copy, leaving it at the same parent.
copy() - Method in class org.eolang.PhLocated
 
copy() - Method in class org.eolang.PhLogged
 
copy() - Method in class org.eolang.PhSafe
 
copy() - Method in class org.eolang.PhTracedEnclosure
 
copy(int) - Method in interface org.eolang.Universe
Copies the eo object.
copy(int) - Method in class org.eolang.UniverseDefault
 
copy(int) - Method in class org.eolang.UniverseSafe
 
copy(Phi) - Method in class org.eolang.AtAtom
 
copy(Phi) - Method in class org.eolang.AtCage
 
copy(Phi) - Method in class org.eolang.AtComposite
 
copy(Phi) - Method in class org.eolang.AtFree
 
copy(Phi) - Method in class org.eolang.AtMemoized
 
copy(Phi) - Method in class org.eolang.AtOnce
 
copy(Phi) - Method in class org.eolang.AtSafe
 
copy(Phi) - Method in class org.eolang.AtSimple
 
copy(Phi) - Method in interface org.eolang.Attr
Make a copy of it.

D

Data<T> - Interface in org.eolang
A data container.
Data.Once<T> - Class in org.eolang
Data being returned only once, from encapsulated object.
Data.ToPhi - Class in org.eolang
Makes a Phi out of a Java object, like String or Integer.
Data.Value<T> - Class in org.eolang
A single value as Phi.
dataize(int) - Method in interface org.eolang.Universe
Dataizes the eo object by vertex and return byte array.
dataize(int) - Method in class org.eolang.UniverseDefault
 
dataize(int) - Method in class org.eolang.UniverseSafe
 
Dataized - Class in org.eolang
A dataized object.
Dataized(Phi) - Constructor for class org.eolang.Dataized
Ctor.
Dataized(Phi, Logger) - Constructor for class org.eolang.Dataized
Ctor.
DELTA - Static variable in interface org.eolang.Attr
Delta attribute.

E

EMPTY_TERM - Static variable in class org.eolang.AtMemoized
The term to show when empty.
enclosure() - Method in exception EOorg.EOeolang.EOerror.ExError
Take it.
EOas_phi - Class in EOorg.EOeolang
AS-PHI.
EOas_phi(Phi) - Constructor for class EOorg.EOeolang.EOas_phi
Ctor.
EObool - Class in EOorg.EOeolang
 
EObool(Phi) - Constructor for class EOorg.EOeolang.EObool
 
EObool$EOand - Class in EOorg.EOeolang
 
EObool$EOand(Phi) - Constructor for class EOorg.EOeolang.EObool$EOand
 
EObool$EOeq - Class in EOorg.EOeolang
 
EObool$EOeq(Phi) - Constructor for class EOorg.EOeolang.EObool$EOeq
 
EObool$EOif - Class in EOorg.EOeolang
IF.
EObool$EOif(Phi) - Constructor for class EOorg.EOeolang.EObool$EOif
Ctor.
EObool$EOnot - Class in EOorg.EOeolang
 
EObool$EOnot(Phi) - Constructor for class EOorg.EOeolang.EObool$EOnot
 
EObool$EOor - Class in EOorg.EOeolang
 
EObool$EOor(Phi) - Constructor for class EOorg.EOeolang.EObool$EOor
 
EObool$EOwhile - Class in EOorg.EOeolang
WHILE.
EObool$EOwhile(Phi) - Constructor for class EOorg.EOeolang.EObool$EOwhile
Ctor.
EObytes - Class in EOorg.EOeolang
 
EObytes(Phi) - Constructor for class EOorg.EOeolang.EObytes
 
EObytes$EOand - Class in EOorg.EOeolang
BYTES.AND.
EObytes$EOand(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOand
Ctor.
EObytes$EOas_bool - Class in EOorg.EOeolang
 
EObytes$EOas_bool(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOas_bool
 
EObytes$EOas_bytes - Class in EOorg.EOeolang
 
EObytes$EOas_bytes(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOas_bytes
 
EObytes$EOas_float - Class in EOorg.EOeolang
BYTES.AS-FLOAT.
EObytes$EOas_float(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOas_float
Ctor.
EObytes$EOas_int - Class in EOorg.EOeolang
BYTES.AS-INT.
EObytes$EOas_int(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOas_int
Ctor.
EObytes$EOas_string - Class in EOorg.EOeolang
BYTES.AS-STRING.
EObytes$EOas_string(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOas_string
Ctor.
EObytes$EOconcat - Class in EOorg.EOeolang
BYTES.CONCAT.
EObytes$EOconcat(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOconcat
Ctor.
EObytes$EOeq - Class in EOorg.EOeolang
BYTES.EQ.
EObytes$EOeq(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOeq
Ctor.
EObytes$EOleft - Class in EOorg.EOeolang
 
EObytes$EOleft(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOleft
 
EObytes$EOnot - Class in EOorg.EOeolang
BYTES.NOT.
EObytes$EOnot(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOnot
Ctor.
EObytes$EOor - Class in EOorg.EOeolang
BYTES.OR.
EObytes$EOor(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOor
Ctor.
EObytes$EOright - Class in EOorg.EOeolang
BYTES.RIGHT.
EObytes$EOright(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOright
Ctor.
EObytes$EOsize - Class in EOorg.EOeolang
BYTES.SIZE.
EObytes$EOsize(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOsize
Ctor.
EObytes$EOslice - Class in EOorg.EOeolang
BYTES.SLICE.
EObytes$EOslice(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOslice
Ctor.
EObytes$EOxor - Class in EOorg.EOeolang
BYTES.XOR.
EObytes$EOxor(Phi) - Constructor for class EOorg.EOeolang.EObytes$EOxor
Ctor.
EOcage - Class in EOorg.EOeolang
CAGE.
EOcage(Phi) - Constructor for class EOorg.EOeolang.EOcage
Ctor.
EOcti - Class in EOorg.EOeolang
 
EOcti(Phi) - Constructor for class EOorg.EOeolang.EOcti
 
EOerror - Class in EOorg.EOeolang
ERROR.
EOerror(Phi) - Constructor for class EOorg.EOeolang.EOerror
Ctor.
EOerror.ExError - Exception in EOorg.EOeolang
This exception is thrown by the EOerror object only.
EOfloat - Class in EOorg.EOeolang
 
EOfloat(Phi) - Constructor for class EOorg.EOeolang.EOfloat
 
EOfloat$EOdiv - Class in EOorg.EOeolang
DIV.
EOfloat$EOdiv(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOdiv
Ctor.
EOfloat$EOeq - Class in EOorg.EOeolang
 
EOfloat$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOeq
 
EOfloat$EOgt - Class in EOorg.EOeolang
GT.
EOfloat$EOgt(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOgt
Ctor.
EOfloat$EOgte - Class in EOorg.EOeolang
 
EOfloat$EOgte(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOgte
 
EOfloat$EOlt - Class in EOorg.EOeolang
 
EOfloat$EOlt(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOlt
 
EOfloat$EOlte - Class in EOorg.EOeolang
 
EOfloat$EOlte(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOlte
 
EOfloat$EOminus - Class in EOorg.EOeolang
 
EOfloat$EOminus(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOminus
 
EOfloat$EOneg - Class in EOorg.EOeolang
 
EOfloat$EOneg(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOneg
 
EOfloat$EOplus - Class in EOorg.EOeolang
Plus.
EOfloat$EOplus(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOplus
Ctor.
EOfloat$EOtimes - Class in EOorg.EOeolang
MUL.
EOfloat$EOtimes(Phi) - Constructor for class EOorg.EOeolang.EOfloat$EOtimes
Ctor.
EOgoto - Class in EOorg.EOeolang
GOTO.
EOgoto(Phi) - Constructor for class EOorg.EOeolang.EOgoto
Ctor.
EOheap - Class in EOorg.EOeolang
 
EOheap(Phi) - Constructor for class EOorg.EOeolang.EOheap
 
EOheap$EOfree - Class in EOorg.EOeolang
 
EOheap$EOfree(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOfree
 
EOheap$EOmalloc - Class in EOorg.EOeolang
 
EOheap$EOmalloc(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOmalloc
 
EOheap$EOpointer - Class in EOorg.EOeolang
 
EOheap$EOpointer(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOpointer
 
EOheap$EOpointer$EOadd - Class in EOorg.EOeolang
 
EOheap$EOpointer$EOadd(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOpointer$EOadd
 
EOheap$EOpointer$EOblock - Class in EOorg.EOeolang
HEAP.POINTER.BLOCK.
EOheap$EOpointer$EOblock(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOpointer$EOblock
Ctor.
EOheap$EOpointer$EOsub - Class in EOorg.EOeolang
 
EOheap$EOpointer$EOsub(Phi) - Constructor for class EOorg.EOeolang.EOheap$EOpointer$EOsub
 
EOint - Class in EOorg.EOeolang
 
EOint(Phi) - Constructor for class EOorg.EOeolang.EOint
 
EOint$EOdiv - Class in EOorg.EOeolang
DIV.
EOint$EOdiv(Phi) - Constructor for class EOorg.EOeolang.EOint$EOdiv
Ctor.
EOint$EOeq - Class in EOorg.EOeolang
 
EOint$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOint$EOeq
 
EOint$EOgt - Class in EOorg.EOeolang
GT.
EOint$EOgt(Phi) - Constructor for class EOorg.EOeolang.EOint$EOgt
Ctor.
EOint$EOgte - Class in EOorg.EOeolang
 
EOint$EOgte(Phi) - Constructor for class EOorg.EOeolang.EOint$EOgte
 
EOint$EOlt - Class in EOorg.EOeolang
 
EOint$EOlt(Phi) - Constructor for class EOorg.EOeolang.EOint$EOlt
 
EOint$EOlte - Class in EOorg.EOeolang
 
EOint$EOlte(Phi) - Constructor for class EOorg.EOeolang.EOint$EOlte
 
EOint$EOminus - Class in EOorg.EOeolang
 
EOint$EOminus(Phi) - Constructor for class EOorg.EOeolang.EOint$EOminus
 
EOint$EOneg - Class in EOorg.EOeolang
 
EOint$EOneg(Phi) - Constructor for class EOorg.EOeolang.EOint$EOneg
 
EOint$EOplus - Class in EOorg.EOeolang
PLUS.
EOint$EOplus(Phi) - Constructor for class EOorg.EOeolang.EOint$EOplus
Ctor.
EOint$EOtimes - Class in EOorg.EOeolang
TIMES.
EOint$EOtimes(Phi) - Constructor for class EOorg.EOeolang.EOint$EOtimes
Ctor.
EOmemory - Class in EOorg.EOeolang
MEMORY.
EOmemory(Phi) - Constructor for class EOorg.EOeolang.EOmemory
Ctor.
EOnan - Class in EOorg.EOeolang
 
EOnan(Phi) - Constructor for class EOorg.EOeolang.EOnan
 
EOnan$EOdiv - Class in EOorg.EOeolang
 
EOnan$EOdiv(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOdiv
 
EOnan$EOeq - Class in EOorg.EOeolang
 
EOnan$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOeq
 
EOnan$EOgt - Class in EOorg.EOeolang
 
EOnan$EOgt(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOgt
 
EOnan$EOgte - Class in EOorg.EOeolang
 
EOnan$EOgte(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOgte
 
EOnan$EOlt - Class in EOorg.EOeolang
 
EOnan$EOlt(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOlt
 
EOnan$EOlte - Class in EOorg.EOeolang
 
EOnan$EOlte(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOlte
 
EOnan$EOminus - Class in EOorg.EOeolang
 
EOnan$EOminus(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOminus
 
EOnan$EOneg - Class in EOorg.EOeolang
 
EOnan$EOneg(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOneg
 
EOnan$EOplus - Class in EOorg.EOeolang
 
EOnan$EOplus(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOplus
 
EOnan$EOtimes - Class in EOorg.EOeolang
 
EOnan$EOtimes(Phi) - Constructor for class EOorg.EOeolang.EOnan$EOtimes
 
EOnegative_infinity - Class in EOorg.EOeolang
 
EOnegative_infinity(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity
 
EOnegative_infinity$EOdiv - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv
 
EOnegative_infinity$EOdiv$EOis_nan - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv$EOis_nan
 
EOnegative_infinity$EOdiv$EOis_nan_or_infinite - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv$EOis_nan_or_infinite(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv$EOis_nan_or_infinite
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv$EOis_num_gte_zero
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0 - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1 - Class in EOorg.EOeolang
 
EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1
 
EOnegative_infinity$EOeq - Class in EOorg.EOeolang
 
EOnegative_infinity$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOeq
 
EOnegative_infinity$EOgt - Class in EOorg.EOeolang
 
EOnegative_infinity$EOgt(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOgt
 
EOnegative_infinity$EOgte - Class in EOorg.EOeolang
 
EOnegative_infinity$EOgte(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOgte
 
EOnegative_infinity$EOlt - Class in EOorg.EOeolang
 
EOnegative_infinity$EOlt(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOlt
 
EOnegative_infinity$EOlte - Class in EOorg.EOeolang
 
EOnegative_infinity$EOlte(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOlte
 
EOnegative_infinity$EOminus - Class in EOorg.EOeolang
 
EOnegative_infinity$EOminus(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOminus
 
EOnegative_infinity$EOminus$EOis_nan - Class in EOorg.EOeolang
 
EOnegative_infinity$EOminus$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOminus$EOis_nan
 
EOnegative_infinity$EOplus - Class in EOorg.EOeolang
 
EOnegative_infinity$EOplus(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOplus
 
EOnegative_infinity$EOplus$EOis_nan - Class in EOorg.EOeolang
 
EOnegative_infinity$EOplus$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOplus$EOis_nan
 
EOnegative_infinity$EOtimes - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes
 
EOnegative_infinity$EOtimes$EOis_nan - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes$EOis_nan
 
EOnegative_infinity$EOtimes$EOis_nan_or_zero - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes$EOis_nan_or_zero(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes$EOis_nan_or_zero
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes$EOis_num_gt_zero
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0 - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1 - Class in EOorg.EOeolang
 
EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1(Phi) - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1
 
EOnop - Class in EOorg.EOeolang
 
EOnop(Phi) - Constructor for class EOorg.EOeolang.EOnop
 
EOorg - package EOorg
EO org package.
EOorg.EOeolang - package EOorg.EOeolang
EO runtime.
EOorg.EOeolang.EOio - package EOorg.EOeolang.EOio
EO runtime, IO.
EOpositive_infinity - Class in EOorg.EOeolang
 
EOpositive_infinity(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity
 
EOpositive_infinity$EOdiv - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv
 
EOpositive_infinity$EOdiv$EOis_nan - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv$EOis_nan
 
EOpositive_infinity$EOdiv$EOis_nan_or_infinite - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv$EOis_nan_or_infinite(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv$EOis_nan_or_infinite
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv$EOis_num_gte_zero
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0 - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa0
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1 - Class in EOorg.EOeolang
 
EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv$EOis_num_gte_zero$EOt1$EOa1
 
EOpositive_infinity$EOeq - Class in EOorg.EOeolang
 
EOpositive_infinity$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOeq
 
EOpositive_infinity$EOgt - Class in EOorg.EOeolang
 
EOpositive_infinity$EOgt(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOgt
 
EOpositive_infinity$EOgte - Class in EOorg.EOeolang
 
EOpositive_infinity$EOgte(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOgte
 
EOpositive_infinity$EOlt - Class in EOorg.EOeolang
 
EOpositive_infinity$EOlt(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOlt
 
EOpositive_infinity$EOlte - Class in EOorg.EOeolang
 
EOpositive_infinity$EOlte(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOlte
 
EOpositive_infinity$EOminus - Class in EOorg.EOeolang
 
EOpositive_infinity$EOminus(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOminus
 
EOpositive_infinity$EOminus$EOis_nan - Class in EOorg.EOeolang
 
EOpositive_infinity$EOminus$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOminus$EOis_nan
 
EOpositive_infinity$EOplus - Class in EOorg.EOeolang
 
EOpositive_infinity$EOplus(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOplus
 
EOpositive_infinity$EOplus$EOis_nan - Class in EOorg.EOeolang
 
EOpositive_infinity$EOplus$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOplus$EOis_nan
 
EOpositive_infinity$EOtimes - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes
 
EOpositive_infinity$EOtimes$EOis_nan - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes$EOis_nan(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes$EOis_nan
 
EOpositive_infinity$EOtimes$EOis_nan_or_zero - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes$EOis_nan_or_zero(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes$EOis_nan_or_zero
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes$EOis_num_gt_zero
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0 - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa0
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1 - Class in EOorg.EOeolang
 
EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1(Phi) - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes$EOis_num_gt_zero$EOt1$EOa1
 
EOram - Class in EOorg.EOeolang
 
EOram(Phi) - Constructor for class EOorg.EOeolang.EOram
 
EOram$EOram_slice - Class in EOorg.EOeolang
 
EOram$EOram_slice(Phi) - Constructor for class EOorg.EOeolang.EOram$EOram_slice
 
EOram$EOram_slice$EOwrite - Class in EOorg.EOeolang
Write bytes to memory from position, according to the ram.slice object.
EOram$EOram_slice$EOwrite(Phi) - Constructor for class EOorg.EOeolang.EOram$EOram_slice$EOwrite
Ctor.
EOram$EOram_slice$EOφ - Class in EOorg.EOeolang
Read from memory.
EOram$EOram_slice$EOφ(Phi) - Constructor for class EOorg.EOeolang.EOram$EOram_slice$EOφ
Ctor.
EOram$EOslice - Class in EOorg.EOeolang
Slice fixed size of bytes from position.
EOram$EOslice(Phi) - Constructor for class EOorg.EOeolang.EOram$EOslice
Ctor.
EOram$EOwrite - Class in EOorg.EOeolang
Write into memory.
EOram$EOwrite(Phi) - Constructor for class EOorg.EOeolang.EOram$EOwrite
Ctor.
EOrust - Class in EOorg.EOeolang
Rust.
EOrust(Phi) - Constructor for class EOorg.EOeolang.EOrust
Ctor.
EOseq - Class in EOorg.EOeolang
SEQ.
EOseq(Phi) - Constructor for class EOorg.EOeolang.EOseq
Ctor.
EOstdin - Class in EOorg.EOeolang.EOio
 
EOstdin(Phi) - Constructor for class EOorg.EOeolang.EOio.EOstdin
 
EOstdin$EOnext_line - Class in EOorg.EOeolang.EOio
Standard Input.
EOstdin$EOnext_line(Phi) - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOnext_line
Ctor.
EOstdin$EOφ - Class in EOorg.EOeolang.EOio
Standard Input.
EOstdin$EOφ(Phi) - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOφ
Ctor.
EOstdout - Class in EOorg.EOeolang.EOio
Stdout.
EOstdout(Phi) - Constructor for class EOorg.EOeolang.EOio.EOstdout
Default ctor.
EOstring - Class in EOorg.EOeolang
 
EOstring(Phi) - Constructor for class EOorg.EOeolang.EOstring
 
EOstring$EOas_bytes - Class in EOorg.EOeolang
AS-BYTES.
EOstring$EOas_bytes(Phi) - Constructor for class EOorg.EOeolang.EOstring$EOas_bytes
Ctor.
EOstring$EOeq - Class in EOorg.EOeolang
 
EOstring$EOeq(Phi) - Constructor for class EOorg.EOeolang.EOstring$EOeq
 
EOstring$EOlength - Class in EOorg.EOeolang
LENGTH.
EOstring$EOlength(Phi) - Constructor for class EOorg.EOeolang.EOstring$EOlength
Ctor.
EOstring$EOslice - Class in EOorg.EOeolang
SLICE.
EOstring$EOslice(Phi) - Constructor for class EOorg.EOeolang.EOstring$EOslice
Ctor.
EOswitch - Class in EOorg.EOeolang
 
EOswitch(Phi) - Constructor for class EOorg.EOeolang.EOswitch
 
EOswitch$EOcase_at - Class in EOorg.EOeolang
 
EOswitch$EOcase_at(Phi) - Constructor for class EOorg.EOeolang.EOswitch$EOcase_at
 
EOtry - Class in EOorg.EOeolang
TRY.
EOtry(Phi) - Constructor for class EOorg.EOeolang.EOtry
Ctor.
EOtuple - Class in EOorg.EOeolang
 
EOtuple(Phi) - Constructor for class EOorg.EOeolang.EOtuple
 
EOtuple$EOat - Class in EOorg.EOeolang
 
EOtuple$EOat(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOat
 
EOtuple$EOat$EOat_without_checks - Class in EOorg.EOeolang
 
EOtuple$EOat$EOat_without_checks(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOat$EOat_without_checks
 
EOtuple$EOempty - Class in EOorg.EOeolang
 
EOtuple$EOempty(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOempty
 
EOtuple$EOempty$EOat - Class in EOorg.EOeolang
 
EOtuple$EOempty$EOat(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOempty$EOat
 
EOtuple$EOempty$EOwith - Class in EOorg.EOeolang
 
EOtuple$EOempty$EOwith(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOempty$EOwith
 
EOtuple$EOlength - Class in EOorg.EOeolang
 
EOtuple$EOlength(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOlength
 
EOtuple$EOwith - Class in EOorg.EOeolang
 
EOtuple$EOwith(Phi) - Constructor for class EOorg.EOeolang.EOtuple$EOwith
 
equals(Object) - Method in class org.eolang.BytesOf
 
equals(Object) - Method in class org.eolang.Data.Once
 
equals(Object) - Method in class org.eolang.Data.ToPhi
 
equals(Object) - Method in class org.eolang.PhConst
 
equals(Object) - Method in class org.eolang.PhDefault
 
equals(Object) - Method in class org.eolang.PhLocated
 
equals(Object) - Method in class org.eolang.PhLogged
 
equals(Object) - Method in class org.eolang.PhSafe
 
equals(Object) - Method in class org.eolang.PhTracedEnclosure
 
ExAbstract - Exception in org.eolang
Abstract exception.
ExAbstract() - Constructor for exception org.eolang.ExAbstract
Ctor.
ExAbstract(String) - Constructor for exception org.eolang.ExAbstract
Ctor.
ExError(Phi) - Constructor for exception EOorg.EOeolang.EOerror.ExError
Ctor.
ExFailure - Exception in org.eolang
Common exception.
ExFailure(String, Object...) - Constructor for exception org.eolang.ExFailure
Ctor.
ExFailure(String, Throwable) - Constructor for exception org.eolang.ExFailure
Ctor.
ExFlow - Exception in org.eolang
Control flow exception (see EOgoto for a good example of its usage).
ExFlow() - Constructor for exception org.eolang.ExFlow
Ctor.
ExInterrupted - Exception in org.eolang
Exception to control threads interruptions.
ExInterrupted() - Constructor for exception org.eolang.ExInterrupted
Ctor.
ExNative - Exception in org.eolang
Exception in native method.
ExNative(String, Object...) - Constructor for exception org.eolang.ExNative
Ctor.
ExNative(String, Throwable) - Constructor for exception org.eolang.ExNative
Ctor.
Expr - Interface in org.eolang
Lambda expression.
ExReadOnly - Exception in org.eolang
The exception raised when trying to put() an attribute, which is read-only.
ExReadOnly(String) - Constructor for exception org.eolang.ExReadOnly
Ctor.
ExReadOnly(String, Throwable) - Constructor for exception org.eolang.ExReadOnly
Ctor.
ExUnset - Exception in org.eolang
The exception raised when trying to get() an attribute, which is still abstract.
ExUnset(String) - Constructor for exception org.eolang.ExUnset
Ctor.
ExUnset(String, Throwable) - Constructor for exception org.eolang.ExUnset
Ctor.

F

find(String) - Method in interface org.eolang.Universe
Finds vertex of eo object by its location.
find(String) - Method in class org.eolang.UniverseDefault
 
find(String) - Method in class org.eolang.UniverseSafe
 
forma() - Method in class org.eolang.Data.ToPhi
 
forma() - Method in class org.eolang.PhConst
 
forma() - Method in class org.eolang.PhDefault
 
forma() - Method in interface org.eolang.Phi
Get forma of the phi.
forma() - Method in class org.eolang.PhLocated
 
forma() - Method in class org.eolang.PhLogged
 
forma() - Method in class org.eolang.PhSafe
 
forma() - Method in class org.eolang.PhTracedEnclosure
 

G

get() - Method in class org.eolang.AtAtom
 
get() - Method in class org.eolang.AtCage
 
get() - Method in class org.eolang.AtComposite
 
get() - Method in class org.eolang.AtFree
 
get() - Method in class org.eolang.AtMemoized
 
get() - Method in class org.eolang.AtOnce
 
get() - Method in class org.eolang.AtSafe
 
get() - Method in class org.eolang.AtSimple
 
get() - Method in interface org.eolang.Attr
Take the object out.
get() - Method in class org.eolang.VerboseBytesAsString
 
get(Phi) - Method in interface org.eolang.Expr
Get the object.
getAllLines() - Method in class EOorg.EOeolang.EOio.Input
GetAllLines.
getInstance() - Static method in class EOorg.EOeolang.EOio.Input
GetInstance.
getLine() - Method in class EOorg.EOeolang.EOio.Input
GetLine.

H

hashCode() - Method in class org.eolang.BytesOf
 
hashCode() - Method in class org.eolang.Data.Once
 
hashCode() - Method in class org.eolang.Data.ToPhi
 
hashCode() - Method in class org.eolang.PhConst
 
hashCode() - Method in class org.eolang.PhDefault
 
hashCode() - Method in class org.eolang.PhLocated
 
hashCode() - Method in class org.eolang.PhLogged
 
hashCode() - Method in class org.eolang.PhSafe
 
hashCode() - Method in class org.eolang.PhTracedEnclosure
 

I

Input - Class in EOorg.EOeolang.EOio
All system inputs.
INSTANCE - org.eolang.Ram
Ram instance.

L

lambda() - Method in class EOorg.EOeolang.EOas_phi
 
lambda() - Method in class EOorg.EOeolang.EObool$EOif
 
lambda() - Method in class EOorg.EOeolang.EObool$EOwhile
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOand
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOas_float
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOas_int
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOas_string
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOconcat
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOeq
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOnot
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOor
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOright
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOsize
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOslice
 
lambda() - Method in class EOorg.EOeolang.EObytes$EOxor
 
lambda() - Method in class EOorg.EOeolang.EOcage
 
lambda() - Method in class EOorg.EOeolang.EOerror
 
lambda() - Method in class EOorg.EOeolang.EOfloat$EOdiv
 
lambda() - Method in class EOorg.EOeolang.EOfloat$EOgt
 
lambda() - Method in class EOorg.EOeolang.EOfloat$EOplus
 
lambda() - Method in class EOorg.EOeolang.EOfloat$EOtimes
 
lambda() - Method in class EOorg.EOeolang.EOgoto
 
lambda() - Method in class EOorg.EOeolang.EOheap$EOpointer$EOblock
 
lambda() - Method in class EOorg.EOeolang.EOint$EOdiv
 
lambda() - Method in class EOorg.EOeolang.EOint$EOgt
 
lambda() - Method in class EOorg.EOeolang.EOint$EOplus
 
lambda() - Method in class EOorg.EOeolang.EOint$EOtimes
 
lambda() - Method in class EOorg.EOeolang.EOio.EOstdin$EOnext_line
 
lambda() - Method in class EOorg.EOeolang.EOio.EOstdin$EOφ
 
lambda() - Method in class EOorg.EOeolang.EOio.EOstdout
 
lambda() - Method in class EOorg.EOeolang.EOmemory
 
lambda() - Method in class EOorg.EOeolang.EOram$EOram_slice$EOwrite
 
lambda() - Method in class EOorg.EOeolang.EOram$EOram_slice$EOφ
 
lambda() - Method in class EOorg.EOeolang.EOram$EOslice
 
lambda() - Method in class EOorg.EOeolang.EOram$EOwrite
 
lambda() - Method in class EOorg.EOeolang.EOrust
 
lambda() - Method in class EOorg.EOeolang.EOseq
 
lambda() - Method in class EOorg.EOeolang.EOstring$EOas_bytes
 
lambda() - Method in class EOorg.EOeolang.EOstring$EOlength
 
lambda() - Method in class EOorg.EOeolang.EOstring$EOslice
 
lambda() - Method in class EOorg.EOeolang.EOtry
 
lambda() - Method in interface org.eolang.Atom
Executes λ function and calculates object.
lambda() - Method in class org.eolang.AtomSafe
 
LAMBDA - Static variable in interface org.eolang.Attr
Lambda attribute.
locator() - Method in class org.eolang.Data.ToPhi
 
locator() - Method in class org.eolang.PhConst
 
locator() - Method in class org.eolang.PhDefault
 
locator() - Method in interface org.eolang.Phi
Get code locator of the phi.
locator() - Method in class org.eolang.PhLocated
 
locator() - Method in class org.eolang.PhLogged
 
locator() - Method in class org.eolang.PhSafe
 
locator() - Method in class org.eolang.PhTracedEnclosure
 

M

main(String...) - Static method in class org.eolang.Main
The method called by JVM when the program starts.
Main - Class in org.eolang
Bridge between Java CLI and EO.
MAX_CAGE_RECURSION_DEPTH_PROPERTY_NAME - Static variable in class org.eolang.PhTracedEnclosure
Name of property that responsible for keeping max depth.
message(Throwable) - Static method in class EOorg.EOeolang.EOerror
Make a message from an exception.

N

name() - Method in annotation type org.eolang.XmirObject
The name of the object in EO.
not() - Method in interface org.eolang.Bytes
NOT operation.
not() - Method in class org.eolang.BytesOf
 

O

oname() - Method in annotation type org.eolang.XmirObject
The original name of the object in EO, before optimization.
Once(Data<T>, Supplier<String>) - Constructor for class org.eolang.Data.Once
Ctor.
or(Bytes) - Method in interface org.eolang.Bytes
OR operation.
or(Bytes) - Method in class org.eolang.BytesOf
 
org.eolang - package org.eolang
EO runtime.

P

Param - Class in org.eolang
Param of an object (convenient retrieval mechanism).
Param(Phi) - Constructor for class org.eolang.Param
Ctor.
Param(Phi, String) - Constructor for class org.eolang.Param
Ctor.
PhConst - Class in org.eolang
A constant object.
PhConst(Phi) - Constructor for class org.eolang.PhConst
Ctor.
PhCopy - Class in org.eolang
A copy-making object.
PhCopy(Phi) - Constructor for class org.eolang.PhCopy
Ctor.
PhDefault - Class in org.eolang
A simple object.
PhDefault() - Constructor for class org.eolang.PhDefault
Ctor.
PhDefault(Phi) - Constructor for class org.eolang.PhDefault
Ctor.
PhFake - Class in org.eolang
Fake object, mostly for unit tests.
PhFake(Supplier<Phi>) - Constructor for class org.eolang.PhFake
Ctor.
Phi - Interface in org.eolang
A simple object.
PHI - Static variable in interface org.eolang.Attr
Phi attribute.
PhLocated - Class in org.eolang
An object with coordinates (line and position).
PhLocated(Phi, int, int) - Constructor for class org.eolang.PhLocated
Ctor.
PhLocated(Phi, int, int, String) - Constructor for class org.eolang.PhLocated
Ctor.
PhLogged - Class in org.eolang
An object that reports all manipulations with it to the log (very useful for debugging purposes).
PhLogged(Phi) - Constructor for class org.eolang.PhLogged
Ctor.
PhMethod - Class in org.eolang
A method-calling object.
PhMethod(Phi, String) - Constructor for class org.eolang.PhMethod
Ctor.
PhSafe - Class in org.eolang
It catches ExFailure and throws EOerror.ExError.
PhSafe(Phi) - Constructor for class org.eolang.PhSafe
Ctor.
PhTracedEnclosure - Class in org.eolang
Class to trace if the cage got into recursion during the dataization.
PhTracedEnclosure(Phi, Phi) - Constructor for class org.eolang.PhTracedEnclosure
Ctor.
PhTracedEnclosure(Phi, Phi, int) - Constructor for class org.eolang.PhTracedEnclosure
The main constructor.
PhWith - Class in org.eolang
A attr-putting object.
PhWith(Phi, int, Phi) - Constructor for class org.eolang.PhWith
Ctor.
PhWith(Phi, String, Phi) - Constructor for class org.eolang.PhWith
Ctor.
put(int, byte[]) - Method in interface org.eolang.Universe
Puts data to eo object by vertex.
put(int, byte[]) - Method in class org.eolang.UniverseDefault
 
put(int, byte[]) - Method in class org.eolang.UniverseSafe
 
put(Phi) - Method in class org.eolang.AtAtom
 
put(Phi) - Method in class org.eolang.AtCage
 
put(Phi) - Method in class org.eolang.AtComposite
 
put(Phi) - Method in class org.eolang.AtFree
 
put(Phi) - Method in class org.eolang.AtMemoized
 
put(Phi) - Method in class org.eolang.AtOnce
 
put(Phi) - Method in class org.eolang.AtSafe
 
put(Phi) - Method in class org.eolang.AtSimple
 
put(Phi) - Method in interface org.eolang.Attr
Put a new object in.

R

Ram - Enum in org.eolang
Random access.
read(Phi, int, int) - Method in enum org.eolang.Ram
Read.

S

shift(int) - Method in interface org.eolang.Bytes
Big-endian unsigned shift.
shift(int) - Method in class org.eolang.BytesOf
 
source() - Method in annotation type org.eolang.XmirObject
The name of the source file where this Java code was generated from.
sshift(int) - Method in interface org.eolang.Bytes
Big-endian signed right shift.
sshift(int) - Method in class org.eolang.BytesOf
 
strong(Class<T>) - Method in class org.eolang.Param
Fetch and check type.

T

take() - Method in class org.eolang.BytesOf
 
take() - Method in class org.eolang.Data.Once
 
take() - Method in interface org.eolang.Data
Take the data.
take() - Method in class org.eolang.Data.Value
 
take() - Method in class org.eolang.Dataized
Take the object, no matter the type.
take(Class<T>) - Method in class org.eolang.Dataized
Take the data with a type.
Term - Interface in org.eolang
A φ-calculus term.
toPhi(Bytes) - Static method in interface org.eolang.Bytes
Convert Bytes to Phi.
ToPhi(Object) - Constructor for class org.eolang.Data.ToPhi
Ctor.
toString() - Method in class org.eolang.AtAtom
 
toString() - Method in class org.eolang.AtCage
 
toString() - Method in class org.eolang.AtComposite
 
toString() - Method in class org.eolang.AtFree
 
toString() - Method in class org.eolang.AtMemoized
 
toString() - Method in class org.eolang.AtOnce
 
toString() - Method in class org.eolang.AtSafe
 
toString() - Method in class org.eolang.AtSimple
 
toString() - Method in class org.eolang.BytesOf
 
toString() - Method in class org.eolang.Data.Once
 
toString() - Method in class org.eolang.Data.ToPhi
 
toString() - Method in class org.eolang.Data.Value
 
toString() - Method in class org.eolang.PhConst
 
toString() - Method in class org.eolang.PhDefault
 
toString() - Method in class org.eolang.PhLocated
 
toString() - Method in class org.eolang.PhLogged
 
toString() - Method in class org.eolang.PhSafe
 

U

Universe - Interface in org.eolang
Class to manipulate eo objects within "Universe" paradigm.
UniverseDefault - Class in org.eolang
Default implementation that can be used on the java side.
UniverseDefault() - Constructor for class org.eolang.UniverseDefault
Ctor.
UniverseDefault(Phi) - Constructor for class org.eolang.UniverseDefault
Ctor.
UniverseDefault(Phi, Map<Integer, Phi>) - Constructor for class org.eolang.UniverseDefault
Ctor.
UniverseSafe - Class in org.eolang
Universe to be used from within native function.
UniverseSafe(UniverseDefault, AtomicReference<Throwable>) - Constructor for class org.eolang.UniverseSafe
Ctor.

V

Value(T) - Constructor for class org.eolang.Data.Value
Ctor.
valueOf(String) - Static method in enum org.eolang.Ram
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eolang.Ram
Returns an array containing the constants of this enum type, in the order they are declared.
VerboseBytesAsString - Class in org.eolang
Makes a String byte array that can represent bool, double, int or String.
VerboseBytesAsString(byte[]) - Constructor for class org.eolang.VerboseBytesAsString
Ctor.
Versionized - Annotation Type in org.eolang
Annotation for an object which location should be extended with version package.
vertex - Variable in class org.eolang.PhDefault
Identity of it (the ID of the vertex).
Volatile - Annotation Type in org.eolang
Annotation for an object with a volatile phi (never cached).
VTX - Static variable in class org.eolang.PhDefault
Vertices.

W

write(Phi, int, byte[]) - Method in enum org.eolang.Ram
Write.

X

XmirObject - Annotation Type in org.eolang
Annotation for an object made from XMIR.
xor(Bytes) - Method in interface org.eolang.Bytes
XOR operation.
xor(Bytes) - Method in class org.eolang.BytesOf
 

Φ

Φ - Static variable in interface org.eolang.Phi
The global scope object, which owns all other objects.
φTerm() - Method in class org.eolang.AtAtom
 
φTerm() - Method in class org.eolang.AtCage
 
φTerm() - Method in class org.eolang.AtComposite
 
φTerm() - Method in class org.eolang.AtFree
 
φTerm() - Method in class org.eolang.AtMemoized
 
φTerm() - Method in class org.eolang.AtOnce
 
φTerm() - Method in class org.eolang.AtSafe
 
φTerm() - Method in class org.eolang.AtSimple
 
φTerm() - Method in class org.eolang.Data.ToPhi
 
φTerm() - Method in class org.eolang.Data.Value
 
φTerm() - Method in class org.eolang.PhConst
 
φTerm() - Method in class org.eolang.PhDefault
 
φTerm() - Method in class org.eolang.PhLocated
 
φTerm() - Method in class org.eolang.PhLogged
 
φTerm() - Method in class org.eolang.PhSafe
 
φTerm() - Method in class org.eolang.PhTracedEnclosure
 
φTerm() - Method in interface org.eolang.Term
To φ-calculus term, as text.
A B C D E F G H I L M N O P R S T U V W X Φ 
All Classes All Packages