Uses of Interface
org.eolang.Term
-
Packages that use Term Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOcollections EOorg.EOeolang.EOio EO runtime, IO.EOorg.EOeolang.EOmath EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime. -
-
Uses of Term in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Term Modifier and Type Class Description class
AtMemoized
An attribute that knows how to memoize an object.class
EOarray
class
EOarray$EOat
AT.class
EOarray$EOlength
LENGTH.class
EOarray$EOwith
WITH.class
EOas_phi
AS-PHI.class
EObool
class
EObool$EOand
AND.class
EObool$EOas_bytes
class
EObool$EOas_hash
class
EObool$EOeq
class
EObool$EOif
IF.class
EObool$EOnot
class
EObool$EOor
AND.class
EObool$EOwhile
WHILE.class
EObytes
class
EObytes$EOand
BYTES.AND.class
EObytes$EOas_bool
class
EObytes$EOas_bytes
class
EObytes$EOas_float
BYTES.AS-FLOAT.class
EObytes$EOas_hash
class
EObytes$EOas_hash$EOt0$EOa2
class
EObytes$EOas_int
BYTES.AS-INT.class
EObytes$EOas_string
BYTES.AS-STRING.class
EObytes$EOconcat
BYTES.CONCAT.class
EObytes$EOeq
BYTES.EQ.class
EObytes$EOleft
BYTES.LEFT.class
EObytes$EOnot
BYTES.NOT.class
EObytes$EOor
BYTES.OR.class
EObytes$EOright
BYTES.RIGHT.class
EObytes$EOsize
BYTES.SIZE.class
EObytes$EOslice
BYTES.SLICE.class
EObytes$EOxor
BYTES.XOR.class
EOcage
CAGE.class
EOerror
ERROR.class
EOfloat
class
EOfloat$EOas_bytes
FLOAT.AS-BYTES.class
EOfloat$EOas_hash
class
EOfloat$EOdiv
DIV.class
EOfloat$EOeq
class
EOfloat$EOgt
GT.class
EOfloat$EOgte
class
EOfloat$EOlt
class
EOfloat$EOlte
class
EOfloat$EOminus
class
EOfloat$EOminus$EOt1$EOa1
class
EOfloat$EOneg
class
EOfloat$EOplus
Plus.class
EOfloat$EOtimes
MUL.class
EOgoto
GOTO.class
EOheap
class
EOheap$EOfree
HEAP.FREE.class
EOheap$EOmalloc
HEAP.MALLOC.class
EOheap$EOpointer
class
EOheap$EOpointer$EOadd
class
EOheap$EOpointer$EOblock
HEAP.POINTER.BLOCK.class
EOheap$EOpointer$EOsub
class
EOint
class
EOint$EOas_bytes
INT.AS-BYTES.class
EOint$EOas_hash
class
EOint$EOdiv
DIV.class
EOint$EOeq
class
EOint$EOgt
GT.class
EOint$EOgte
class
EOint$EOlt
class
EOint$EOlte
class
EOint$EOminus
class
EOint$EOminus$EOt1$EOa1
class
EOint$EOneg
class
EOint$EOplus
PLUS.class
EOint$EOtimes
TIMES.class
EOmemory
MEMORY.class
EOnop
class
EOram
class
EOram$EOram_slice
class
EOram$EOram_slice$EOwrite
Write bytes to memory from position, according to the ram.slice object.class
EOram$EOram_slice$EOφ
Read from memory.class
EOram$EOslice
Slice fixed size of bytes from position.class
EOram$EOwrite
Write into memory.class
EOseq
SEQ.class
EOstring
class
EOstring$EOas_bytes
AS-BYTES.class
EOstring$EOas_hash
class
EOstring$EOeq
class
EOstring$EOlength
LENGTH.class
EOstring$EOslice
SLICE.class
EOswitch
class
EOswitch$EOarr
class
EOswitch$EOarr$EOt0$EOa2
class
EOtry
TRY. -
Uses of Term in EOorg.EOeolang.EOcollections
-
Uses of Term in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Term Modifier and Type Class Description class
EOstdin
class
EOstdin$EOnext_line
Standard Input.class
EOstdin$EOφ
Standard Input.class
EOstdout
Stdout. -
Uses of Term in EOorg.EOeolang.EOmath
-
Uses of Term in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Term Modifier and Type Class Description class
EOregex
class
EOregex$EOcompile
REGEX.COMPILE.class
EOregex$EOmatch
REGEX.MATCH.class
EOregex$EOmatches
class
EOregex$EOreplaced
class
EOregex$EOreplaced$EOreplacei
class
EOregex$EOreplaced$EOreplacei$EOmitem
class
EOregex$EOreplaced$EOreplacei$EOnextacc
class
EOregex$EOreplaced$EOreplacei$EOnextpt
class
EOregex$EOreplaced$EOreplacei$EOpart
class
EOsprintf
Sprintf.class
EOsscanf
Sscanf.class
EOtext
class
EOtext$EOcontains
CONTAINS.class
EOtext$EOends_with
ENDS_WITH.class
EOtext$EOindex_of
INDEX_OF.class
EOtext$EOjoined
class
EOtext$EOjoined$EOt1$EOa2
class
EOtext$EOlower_case
LOWER_CASE.class
EOtext$EOstarts_with
STARTS_WITH.class
EOtext$EOtrim
TRIM.class
EOtext$EOupper_case
UPPER_CASE. -
Uses of Term in org.eolang
Subinterfaces of Term in org.eolang Modifier and Type Interface Description interface
Attr
Attribute.interface
Phi
A simple object.Classes in org.eolang that implement Term Modifier and Type Class Description class
AtComposite
Static attribute with an expression inside, which constructs an object.class
AtFree
Free attribute.class
AtOnce
Read only once.class
AtSafe
It catchesExFailure
and throwsEOerror.ExError
.class
AtSimple
Default attribute.class
AtVararg
Vararg attribute.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
PhSafe
It catchesExFailure
and throwsEOerror.ExError
.class
PhUnvar
Unvaring object.class
PhWith
A attr-putting object.
-