Uses of Interface
org.eolang.Data
-
Packages that use Data Package Description EOorg.EOeolang This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOfs This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOio This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOmath This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOnet This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOstructs This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOsys This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.EOorg.EOeolang.EOtxt This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.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
PhDefault
A simple object.class
PhFake
Fake object, mostly for unit tests.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
An object with coordinates (line and position) and a safe processing of any runtime errors.class
PhWith
A attr-putting object.
-