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 EO math.EOorg.EOeolang.EOtxt EO runtime, texts.org.eolang EO runtime. -
-
Uses of Term in EOorg.EOeolang
-
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
Classes in EOorg.EOeolang.EOmath that implement Term Modifier and Type Class Description class
EOangle
class
EOangle$EOcos
Cos.class
EOangle$EOsin
Sin.class
EOnumber
class
EOnumber$EOabs
class
EOnumber$EOand
class
EOnumber$EOand$EOt1$EOa2
class
EOnumber$EOas_float
As-float.class
EOnumber$EOas_int
As-int.class
EOnumber$EOas_string
As-string.class
EOnumber$EOis_float
class
EOnumber$EOis_int
class
EOnumber$EOleft
class
EOnumber$EOleft$EOt1$EOa2
class
EOnumber$EOmod
class
EOnumber$EOmod$EOabs_mod
class
EOnumber$EOmod$EOt3$EOa1
class
EOnumber$EOneq
class
EOnumber$EOor
class
EOnumber$EOor$EOt1$EOa2
class
EOnumber$EOpow
POW.class
EOnumber$EOright
class
EOnumber$EOright$EOt1$EOa2
class
EOnumber$EOsignum
class
EOnumber$EOxor
class
EOnumber$EOxor$EOt1$EOa2
class
EOrandom
class
EOrandom$EOnext
class
EOrandom$EOpseudo
Pseudo-seed.class
EOrandom$EOφ
-
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
EOsprintf
Sprintf.class
EOsscanf
Sscanf.class
EOtext
class
EOtext$EOjoined
JOINED.class
EOtext$EOtrim
TRIM. -
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
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
PhUnvar
Unvaring object.class
PhWith
A attr-putting object.
-