Uses of Interface
org.eolang.Term
-
Packages that use Term 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 Term in EOorg.EOeolang
-
Uses of Term in EOorg.EOeolang.EOfs
-
Uses of Term in EOorg.EOeolang.EOio
-
Uses of Term in EOorg.EOeolang.EOmath
-
Uses of Term in EOorg.EOeolang.EOnet
-
Uses of Term in EOorg.EOeolang.EOstructs
-
Uses of Term in EOorg.EOeolang.EOsys
Classes in EOorg.EOeolang.EOsys that implement Term 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 Term in EOorg.EOeolang.EOtxt
-
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
Attribute that constructs object lazily.class
AtEnvelope
Wrapper forAttr
.class
AtFormed
Attribute that constructs object lazily.class
AtOnce
Attribute that retrieves object only once.class
AtSimple
Default attribute that just keeps single object.class
AtVoid
Void attribute.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.
-