Uses of Interface
org.eolang.Data
-
Packages that use Data Package Description EOorg.EOeolang EO runtime.EOorg.EOeolang.EOfs EO runtime, FS.EOorg.EOeolang.EOio EOorg.EOeolang.EOmath EO runtime, Math.EOorg.EOeolang.EOnet EOorg.EOeolang.EOstructs EOorg.EOeolang.EOsys EO runtime, SYS.EOorg.EOeolang.EOtxt EO runtime, TXT.org.eolang EO runtime. -
-
Uses of Data in EOorg.EOeolang
-
Uses of Data in EOorg.EOeolang.EOfs
-
Uses of Data in EOorg.EOeolang.EOio
-
Uses of Data in EOorg.EOeolang.EOmath
-
Uses of Data in EOorg.EOeolang.EOnet
-
Uses of Data in EOorg.EOeolang.EOstructs
-
Uses of Data in EOorg.EOeolang.EOsys
Classes in EOorg.EOeolang.EOsys that implement Data Modifier and Type Class Description class
EOgetenv
class
EOline_separator
class
EOos
class
EOos$EOis_windows
class
EOos$EOname
Os.name.class
EOposix
class
EOposix$EOreturn
class
EOposix$EOsockaddr_in
class
EOposix$EOtimeval
class
EOposix$EOφ
Posix syscall.class
EOwin32
class
EOwin32$EOreturn
class
EOwin32$EOsockaddr_in
class
EOwin32$EOsystem_time
class
EOwin32$EOφ
Win32 function call. -
Uses of Data in EOorg.EOeolang.EOtxt
-
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
PhTraced
Class to trace if the "cage.new" got into recursion during the dataization.class
PhWith
A attr-putting object.
-