Uses of Interface
org.eolang.Term
-
Packages that use Term Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOgray EO dirty objects (don't use them, most probably they will be deleted in the next versions of the runtime library).EOorg.EOeolang.EOio EO runtime, IO.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
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
NOT.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$EOas_string
as-string.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$EOas_string
as-string.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$EOjoined
JOIN.class
EOstring$EOlength
LENGTH.class
EOstring$EOtrim
TRIM. -
Uses of Term in EOorg.EOeolang.EOgray
Classes in EOorg.EOeolang.EOgray that implement Term Modifier and Type Class Description class
EOcage
CAGE.class
EOgoto
GOTO. -
Uses of Term in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Term Modifier and Type Class Description class
EOstdout
Stdout. -
Uses of Term in EOorg.EOeolang.EOtxt
Classes in EOorg.EOeolang.EOtxt that implement Term Modifier and Type Class Description class
EOsprintf
Sprintf. -
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
AtSimple
Default attribute.class
AtVararg
Vararg attribute.static class
Data.ToPhi
Makes aPhi
out of a Java object, like String or integer.static class
Data.Value<T>
A single value asPhi
.class
PhConst
A const origin.class
PhCopy
A copy-making object.class
PhDefault
A simple object.class
PhMethod
A method-calling object.class
PhWith
A attr-putting object.
-