Uses of Interface
org.eolang.Data
-
Packages that use Data Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOio EO runtime, IO.org.eolang EO runtime. -
-
Uses of Data in EOorg.EOeolang
-
Uses of Data in EOorg.EOeolang.EOio
Classes in EOorg.EOeolang.EOio that implement Data Modifier and Type Class Description class
EOstdin
class
EOstdin$EOnext_line
Standard Input.class
EOstdin$EOφ
Standard Input.class
EOstdout
Stdout. -
Uses of Data in org.eolang
Subinterfaces of Data in org.eolang Modifier and Type Interface Description interface
Phi
A simple object.Classes in org.eolang that implement Data Modifier and Type Class Description static class
Data.ToPhi
class
PhCopy
A copy-making object.class
PhData
Object with attached data.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
PhTracedLocator
Class to trace if the "cage.new" got into recursion during the dataization.class
PhWith
A attr-putting object.class
PhWrite
Object that writes other object to own \rho.
-