Uses of Interface
org.eolang.Term
-
Packages that use Term Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.org.eolang EO runtime. -
-
Uses of Term in EOorg.EOeolang
-
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 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
PhFake
Fake object, mostly for unit tests.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.
-