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
-
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.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
EOram
class
EOram$EOread
class
EOram$EOwrite
class
EOtry
TRY. -
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
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
PhLocated
An object with coordinates (line and position).class
PhMethod
A method-calling object.class
PhUnvar
Unvaring object.class
PhWith
A attr-putting object.
-