A B C D E F G H I K L M N O P R S T U V W X Y Z Φ
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(int, SockaddrIn, IntByReference) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Accept connection on socket.
- accept(int, SockaddrIn, IntByReference) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Accept connection on socket.
- AcceptFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The socket WS2_32 function call.
- AcceptFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.AcceptFuncCall
-
Ctor.
- AcceptSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Accept syscall.
- AcceptSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.AcceptSyscall
-
Ctor.
- act() - Method in interface org.eolang.Action
-
Run it.
- Action<T> - Interface in org.eolang
-
The action.
- add(String, Attr) - Method in class org.eolang.PhDefault
-
Add new attribute.
- addr - Variable in class EOorg.EOeolang.EOsys.SockaddrIn
-
IP address in network byte order.
- AF_INET - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
TCP connection family.
- AF_INET - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
The Internet Protocol version 4 (IPv4) address family.
- and(Bytes) - Method in interface org.eolang.Bytes
-
AND operation.
- and(Bytes) - Method in class org.eolang.BytesOf
- asBool() - Method in class org.eolang.Dataized
-
Extract the data from the object and convert to boolean.
- asBytes() - Method in class org.eolang.Dataized
-
Extract the data from the object and convert to
Bytes
. - asNumber() - Method in interface org.eolang.Bytes
-
Convert to double number.
- asNumber() - Method in class org.eolang.BytesOf
- asNumber() - Method in class org.eolang.Dataized
-
Extract the data from the object and convert to number.
- asNumber(Class<T>) - Method in interface org.eolang.Bytes
-
Convert to number.
- asNumber(Class<T>) - Method in class org.eolang.BytesOf
- asString() - Method in interface org.eolang.Bytes
-
Convert to string.
- asString() - Method in class org.eolang.BytesOf
- asString() - Method in class org.eolang.Dataized
-
Extract the data from the object and convert to string.
- AtComposite - Class in org.eolang
-
Attribute that constructs object lazily.
- AtComposite(Phi, Expr) - Constructor for class org.eolang.AtComposite
-
Ctor.
- AtEnvelope - Class in org.eolang
-
Wrapper for
Attr
. - AtEnvelope(Attr) - Constructor for class org.eolang.AtEnvelope
-
Ctor.
- AtFormed - Class in org.eolang
-
Attribute that constructs object lazily.
- AtFormed(Supplier<Phi>) - Constructor for class org.eolang.AtFormed
-
Ctor.
- Atom - Interface in org.eolang
-
Atom.
- AtomSafe - Class in org.eolang
-
Atom that catches exceptions.
- AtomSafe(Atom) - Constructor for class org.eolang.AtomSafe
-
Ctor.
- AtOnce - Class in org.eolang
-
Attribute that retrieves object only once.
- AtOnce(Attr) - Constructor for class org.eolang.AtOnce
-
Ctor.
- AtSimple - Class in org.eolang
-
Default attribute that just keeps single object.
- AtSimple() - Constructor for class org.eolang.AtSimple
-
Ctor.
- AtSimple(Phi) - Constructor for class org.eolang.AtSimple
-
Ctor.
- attach(byte[]) - Method in interface org.eolang.Data
-
Attach data to the object.
- attach(byte[]) - Method in class org.eolang.Data.ToPhi
- attach(byte[]) - Method in class org.eolang.PhDefault
- attach(byte[]) - Method in class org.eolang.PhLocated
- attach(byte[]) - Method in class org.eolang.PhLogged
- attach(byte[]) - Method in class org.eolang.PhNamed
- attach(byte[]) - Method in class org.eolang.PhSafe
- attach(byte[]) - Method in class org.eolang.PhTraced
- Attr - Interface in org.eolang
-
Attribute.
- AtVoid - Class in org.eolang
-
Void attribute.
- AtVoid(String) - Constructor for class org.eolang.AtVoid
-
Ctor.
B
- BaseTSD - Interface in EOorg.EOeolang.EOsys.Win32
-
Based on basetsd.h (various types).
- BaseTSD.ULONG_PTR - Class in EOorg.EOeolang.EOsys.Win32
-
Unsigned long ptr.
- bind(int, int, String) - Method in interface org.eolang.Universe
-
Binds child to parent.
- bind(int, int, String) - Method in class org.eolang.UniverseDefault
- bind(int, int, String) - Method in class org.eolang.UniverseSafe
- bind(int, SockaddrIn, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Assigns the address specified by
addr
to the socket referred to by the file descriptorsockfd
. - bind(int, SockaddrIn, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Assigns the address specified by
addr
to the socket referred to by the file descriptorsockfd
. - BindFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The socket WS2_32 function call.
- BindFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.BindFuncCall
-
Ctor.
- BindSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Bind syscall.
- BindSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.BindSyscall
-
Ctor.
- bInheritHandle - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.SECURITY_ATTRIBUTES
-
A Boolean value that specifies whether the returned handle is inherited when a new process is created.
- Bytes - Interface in org.eolang
-
Bytes.
- BytesOf - Class in org.eolang
-
Bytes.
- BytesOf(byte[]) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(char) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(double) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(int) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(long) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(String) - Constructor for class org.eolang.BytesOf
-
Ctor.
- BytesOf(Bytes) - Constructor for class org.eolang.BytesOf
-
Ctor.
C
- close(int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Close file descriptor.
- CloseHandle(WinNT.HANDLE) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Closes an open object handle.
- closesocket(int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Closes a socket.
- ClosesocketFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The closesocket WS2_32 function call.
- ClosesocketFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.ClosesocketFuncCall
-
Ctor.
- CloseSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Close syscall.
- CloseSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.CloseSyscall
-
Ctor.
- compareTo(WinDef.DWORD) - Method in class EOorg.EOeolang.EOsys.Win32.WinDef.DWORD
- compareTo(WinDef.WORD) - Method in class EOorg.EOeolang.EOsys.Win32.WinDef.WORD
- connect(int, SockaddrIn, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Connects to the server at the specified IP address and port.
- connect(int, SockaddrIn, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Connects to the server at the specified IP address and port.
- ConnectFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The 'connect' WS2_32 function call.
- ConnectFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.ConnectFuncCall
-
Ctor.
- ConnectSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Connect syscall.
- ConnectSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.ConnectSyscall
-
Ctor.
- copy() - Method in class org.eolang.Data.ToPhi
- copy() - Method in class org.eolang.PhDefault
- copy() - Method in interface org.eolang.Phi
-
Make a copy, leaving it at the same parent.
- copy() - Method in class org.eolang.PhLocated
- copy() - Method in class org.eolang.PhLogged
- copy() - Method in class org.eolang.PhNamed
- copy() - Method in class org.eolang.PhSafe
- copy() - Method in class org.eolang.PhTraced
- copy(int) - Method in interface org.eolang.Universe
-
Copies the eo object.
- copy(int) - Method in class org.eolang.UniverseDefault
- copy(int) - Method in class org.eolang.UniverseSafe
- copy(Phi) - Method in class org.eolang.AtComposite
- copy(Phi) - Method in class org.eolang.AtEnvelope
- copy(Phi) - Method in class org.eolang.AtFormed
- copy(Phi) - Method in class org.eolang.AtOnce
- copy(Phi) - Method in interface org.eolang.Attr
-
Make a copy of it.
- copy(Phi) - Method in class org.eolang.AtVoid
- CREATE_ALWAYS - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinNT
-
This flag determines how a file should be handled if it already exists or doesn't exist when you attempt to create or open it.
- CreateFile(String, int, int, WinBase.SECURITY_ATTRIBUTES, int, int, WinNT.HANDLE) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
The CreateFile function creates or opens a file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.
- CStdLib - Interface in EOorg.EOeolang.EOsys.Posix
-
C standard library with unix syscalls.
D
- Data - Interface in org.eolang
-
A data container.
- Data.ToPhi - Class in org.eolang
- dataize(int) - Method in interface org.eolang.Universe
-
Dataizes the eo object by vertex and return byte array.
- dataize(int) - Method in class org.eolang.UniverseDefault
- dataize(int) - Method in class org.eolang.UniverseSafe
- Dataized - Class in org.eolang
-
A dataized object.
- Dataized(Phi) - Constructor for class org.eolang.Dataized
-
Ctor.
- Dataized(Phi, Logger) - Constructor for class org.eolang.Dataized
-
Ctor.
- day - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Day.
- dayOfWeek - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Day of week.
- delta() - Method in interface org.eolang.Data
-
Take the data.
- delta() - Method in class org.eolang.Data.ToPhi
- delta() - Method in class org.eolang.PhDefault
- delta() - Method in class org.eolang.PhLocated
- delta() - Method in class org.eolang.PhLogged
- delta() - Method in class org.eolang.PhNamed
- delta() - Method in class org.eolang.PhSafe
- delta() - Method in class org.eolang.PhTraced
- DELTA - Static variable in interface org.eolang.Attr
-
Delta attribute.
- description - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Socket function implementation description.
- dup(int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Duplicates file descriptor.
- dup2(int, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Duplicates a file descriptor to another.
- dwLength - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.SECURITY_ATTRIBUTES
-
The size of the structure, in bytes.
- DWORD(long) - Constructor for class EOorg.EOeolang.EOsys.Win32.WinDef.DWORD
-
Ctor.
E
- EMPTY - Static variable in interface org.eolang.Term
-
Empty term.
- enclosure() - Method in exception EOorg.EOeolang.EOerror.ExError
-
Take it.
- EOangle - Class in EOorg.EOeolang.EOmath
- EOangle() - Constructor for class EOorg.EOeolang.EOmath.EOangle
- EOangle$EOcos - Class in EOorg.EOeolang.EOmath
-
Angle.cos.
- EOangle$EOcos() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOcos
- EOangle$EOctan - Class in EOorg.EOeolang.EOmath
- EOangle$EOctan() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOctan
- EOangle$EOsin - Class in EOorg.EOeolang.EOmath
-
Angle.sin.
- EOangle$EOsin() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOsin
- EOangle$EOtan - Class in EOorg.EOeolang.EOmath
- EOangle$EOtan() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOtan
- EOas_phi - Class in EOorg.EOeolang
-
AS-PHI.
- EOas_phi() - Constructor for class EOorg.EOeolang.EOas_phi
-
Ctor.
- EObytes - Class in EOorg.EOeolang
- EObytes() - Constructor for class EOorg.EOeolang.EObytes
- EObytes_as_array - Class in EOorg.EOeolang.EOstructs
- EObytes_as_array() - Constructor for class EOorg.EOeolang.EOstructs.EObytes_as_array
- EObytes_as_array$EOslice_byte - Class in EOorg.EOeolang.EOstructs
- EObytes_as_array$EOslice_byte() - Constructor for class EOorg.EOeolang.EOstructs.EObytes_as_array$EOslice_byte
- EObytes_as_input - Class in EOorg.EOeolang.EOio
- EObytes_as_input() - Constructor for class EOorg.EOeolang.EOio.EObytes_as_input
- EObytes_as_input$EOread - Class in EOorg.EOeolang.EOio
- EObytes_as_input$EOread() - Constructor for class EOorg.EOeolang.EOio.EObytes_as_input$EOread
- EObytes_as_input$EOread$EOinput_block - Class in EOorg.EOeolang.EOio
- EObytes_as_input$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOio.EObytes_as_input$EOread$EOinput_block
- EObytes_as_input$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOio
- EObytes_as_input$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOio.EObytes_as_input$EOread$EOinput_block$EOread
- EObytes$EOand - Class in EOorg.EOeolang
-
BYTES.AND.
- EObytes$EOand() - Constructor for class EOorg.EOeolang.EObytes$EOand
-
Ctor.
- EObytes$EOas_i16 - Class in EOorg.EOeolang
- EObytes$EOas_i16() - Constructor for class EOorg.EOeolang.EObytes$EOas_i16
- EObytes$EOas_i32 - Class in EOorg.EOeolang
- EObytes$EOas_i32() - Constructor for class EOorg.EOeolang.EObytes$EOas_i32
- EObytes$EOas_i64 - Class in EOorg.EOeolang
- EObytes$EOas_i64() - Constructor for class EOorg.EOeolang.EObytes$EOas_i64
- EObytes$EOas_number - Class in EOorg.EOeolang
- EObytes$EOas_number() - Constructor for class EOorg.EOeolang.EObytes$EOas_number
- EObytes$EOconcat - Class in EOorg.EOeolang
-
BYTES.CONCAT.
- EObytes$EOconcat() - Constructor for class EOorg.EOeolang.EObytes$EOconcat
-
Ctor.
- EObytes$EOeq - Class in EOorg.EOeolang
-
BYTES.EQ.
- EObytes$EOeq() - Constructor for class EOorg.EOeolang.EObytes$EOeq
-
Ctor.
- EObytes$EOleft - Class in EOorg.EOeolang
- EObytes$EOleft() - Constructor for class EOorg.EOeolang.EObytes$EOleft
- EObytes$EOnot - Class in EOorg.EOeolang
-
BYTES.NOT.
- EObytes$EOnot() - Constructor for class EOorg.EOeolang.EObytes$EOnot
- EObytes$EOor - Class in EOorg.EOeolang
-
BYTES.OR.
- EObytes$EOor() - Constructor for class EOorg.EOeolang.EObytes$EOor
-
Ctor.
- EObytes$EOright - Class in EOorg.EOeolang
-
BYTES.RIGHT.
- EObytes$EOright() - Constructor for class EOorg.EOeolang.EObytes$EOright
-
Ctor.
- EObytes$EOsize - Class in EOorg.EOeolang
-
BYTES.SIZE.
- EObytes$EOsize() - Constructor for class EOorg.EOeolang.EObytes$EOsize
- EObytes$EOslice - Class in EOorg.EOeolang
-
BYTES.SLICE.
- EObytes$EOslice() - Constructor for class EOorg.EOeolang.EObytes$EOslice
-
Ctor.
- EObytes$EOxor - Class in EOorg.EOeolang
-
BYTES.XOR.
- EObytes$EOxor() - Constructor for class EOorg.EOeolang.EObytes$EOxor
-
Ctor.
- EOcage - Class in EOorg.EOeolang
- EOcage() - Constructor for class EOorg.EOeolang.EOcage
- EOcage$EOencaged - Class in EOorg.EOeolang
- EOcage$EOencaged() - Constructor for class EOorg.EOeolang.EOcage$EOencaged
- EOcage$EOencaged$EOencage - Class in EOorg.EOeolang
-
Cage.encaged.encage object.
- EOcage$EOencaged$EOφ - Class in EOorg.EOeolang
-
Cage.encaged.φ object.
- EOcage$EOencaged$EOφ() - Constructor for class EOorg.EOeolang.EOcage$EOencaged$EOφ
- EOcage$EOφ - Class in EOorg.EOeolang
-
Cage.φ object.
- EOcage$EOφ() - Constructor for class EOorg.EOeolang.EOcage$EOφ
- EOconsole - Class in EOorg.EOeolang.EOio
- EOconsole() - Constructor for class EOorg.EOeolang.EOio.EOconsole
- EOconsole$EOposix_console - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console
- EOconsole$EOposix_console$EOread - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOread() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOread
- EOconsole$EOposix_console$EOread$EOinput_block - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOread$EOinput_block
- EOconsole$EOposix_console$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOread$EOinput_block$EOread
- EOconsole$EOposix_console$EOwrite - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOwrite
- EOconsole$EOposix_console$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOwrite$EOoutput_block
- EOconsole$EOposix_console$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOio
- EOconsole$EOposix_console$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOposix_console$EOwrite$EOoutput_block$EOwrite
- EOconsole$EOwindows_console - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console
- EOconsole$EOwindows_console$EOread - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOread() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOread
- EOconsole$EOwindows_console$EOread$EOinput_block - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOread$EOinput_block
- EOconsole$EOwindows_console$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOread$EOinput_block$EOread
- EOconsole$EOwindows_console$EOwrite - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOwrite
- EOconsole$EOwindows_console$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOwrite$EOoutput_block
- EOconsole$EOwindows_console$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOio
- EOconsole$EOwindows_console$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOconsole$EOwindows_console$EOwrite$EOoutput_block$EOwrite
- EOcti - Class in EOorg.EOeolang
- EOcti() - Constructor for class EOorg.EOeolang.EOcti
- EOdataized - Class in EOorg.EOeolang
- EOdataized() - Constructor for class EOorg.EOeolang.EOdataized
- EOdataized$EOt1$EOa1 - Class in EOorg.EOeolang
- EOdataized$EOt1$EOa1() - Constructor for class EOorg.EOeolang.EOdataized$EOt1$EOa1
- EOdead_input - Class in EOorg.EOeolang.EOio
- EOdead_input() - Constructor for class EOorg.EOeolang.EOio.EOdead_input
- EOdead_input$EOread - Class in EOorg.EOeolang.EOio
- EOdead_input$EOread() - Constructor for class EOorg.EOeolang.EOio.EOdead_input$EOread
- EOdead_input$EOread$EOinput_block - Class in EOorg.EOeolang.EOio
- EOdead_input$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOio.EOdead_input$EOread$EOinput_block
- EOdead_input$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOio
- EOdead_input$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOio.EOdead_input$EOread$EOinput_block$EOread
- EOdead_output - Class in EOorg.EOeolang.EOio
- EOdead_output() - Constructor for class EOorg.EOeolang.EOio.EOdead_output
- EOdead_output$EOwrite - Class in EOorg.EOeolang.EOio
- EOdead_output$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOdead_output$EOwrite
- EOdead_output$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOio
- EOdead_output$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOio.EOdead_output$EOwrite$EOoutput_block
- EOdead_output$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOio
- EOdead_output$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOdead_output$EOwrite$EOoutput_block$EOwrite
- EOdir - Class in EOorg.EOeolang.EOfs
- EOdir() - Constructor for class EOorg.EOeolang.EOfs.EOdir
- EOdir$EOdeleted - Class in EOorg.EOeolang.EOfs
- EOdir$EOdeleted() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOdeleted
- EOdir$EOdeleted$EOrec_delete - Class in EOorg.EOeolang.EOfs
- EOdir$EOdeleted$EOrec_delete() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOdeleted$EOrec_delete
- EOdir$EOmade - Class in EOorg.EOeolang.EOfs
- EOdir$EOmade() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOmade
- EOdir$EOmade$EOmkdir - Class in EOorg.EOeolang.EOfs
-
Dir.made.mkdir.
- EOdir$EOmade$EOmkdir() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOmade$EOmkdir
- EOdir$EOopen - Class in EOorg.EOeolang.EOfs
- EOdir$EOopen() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOopen
- EOdir$EOtmpfile - Class in EOorg.EOeolang.EOfs
- EOdir$EOtmpfile() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOtmpfile
- EOdir$EOtmpfile$EOtouch - Class in EOorg.EOeolang.EOfs
-
Dir.tmpfile.touch.
- EOdir$EOtmpfile$EOtouch() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOtmpfile$EOtouch
- EOdir$EOwalk - Class in EOorg.EOeolang.EOfs
-
Dir.walk.
- EOdir$EOwalk() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOwalk
-
Ctor.
- EOe - Class in EOorg.EOeolang.EOmath
- EOe() - Constructor for class EOorg.EOeolang.EOmath.EOe
- EOerror - Class in EOorg.EOeolang
-
ERROR.
- EOerror() - Constructor for class EOorg.EOeolang.EOerror
-
Ctor.
- EOerror.ErrorMsg - Class in EOorg.EOeolang
-
Builds error message from the exception.
- EOerror.ExError - Exception in EOorg.EOeolang
-
This exception is thrown by the
EOerror
object only. - EOfalse - Class in EOorg.EOeolang
- EOfalse() - Constructor for class EOorg.EOeolang.EOfalse
- EOfalse$EOand - Class in EOorg.EOeolang
- EOfalse$EOand() - Constructor for class EOorg.EOeolang.EOfalse$EOand
- EOfalse$EOif - Class in EOorg.EOeolang
- EOfalse$EOif() - Constructor for class EOorg.EOeolang.EOfalse$EOif
- EOfalse$EOor - Class in EOorg.EOeolang
- EOfalse$EOor() - Constructor for class EOorg.EOeolang.EOfalse$EOor
- EOfile - Class in EOorg.EOeolang.EOfs
- EOfile() - Constructor for class EOorg.EOeolang.EOfs.EOfile
- EOfile$EOas_path - Class in EOorg.EOeolang.EOfs
- EOfile$EOas_path() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOas_path
- EOfile$EOdeleted - Class in EOorg.EOeolang.EOfs
- EOfile$EOdeleted() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOdeleted
- EOfile$EOdeleted$EOdelete - Class in EOorg.EOeolang.EOfs
-
File.deleted.delete.
- EOfile$EOdeleted$EOdelete() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOdeleted$EOdelete
- EOfile$EOexists - Class in EOorg.EOeolang.EOfs
-
File.exists.
- EOfile$EOexists() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOexists
- EOfile$EOis_directory - Class in EOorg.EOeolang.EOfs
-
File.is-directory.
- EOfile$EOis_directory() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOis_directory
- EOfile$EOmoved - Class in EOorg.EOeolang.EOfs
- EOfile$EOmoved() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOmoved
- EOfile$EOmoved$EOmove - Class in EOorg.EOeolang.EOfs
-
File.moved.move.
- EOfile$EOmoved$EOmove() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOmoved$EOmove
- EOfile$EOopen - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen
- EOfile$EOopen$EOfile_stream - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream
- EOfile$EOopen$EOfile_stream$EOread - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOread() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread$EOinput_block
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread$EOauto_named_attr_at_215_18 - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread$EOauto_named_attr_at_215_18() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread$EOinput_block$EOread$EOauto_named_attr_at_215_18
- EOfile$EOopen$EOfile_stream$EOread$EOread_bytes - Class in EOorg.EOeolang.EOfs
-
File.open.file-stream.read.read-bytes.
- EOfile$EOopen$EOfile_stream$EOread$EOread_bytes() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread$EOread_bytes
-
Ctor.
- EOfile$EOopen$EOfile_stream$EOwrite - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOwrite() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite$EOauto_named_attr_at_257_18 - Class in EOorg.EOeolang.EOfs
- EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite$EOauto_named_attr_at_257_18() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite$EOoutput_block$EOwrite$EOauto_named_attr_at_257_18
- EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes - Class in EOorg.EOeolang.EOfs
-
File.open.file-stream.write.written-bytes.
- EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes
-
Ctor.
- EOfile$EOopen$EOprocess_file - Class in EOorg.EOeolang.EOfs
-
File.open.process-file.
- EOfile$EOopen$EOprocess_file() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOopen$EOprocess_file
- EOfile$EOsize - Class in EOorg.EOeolang.EOfs
-
File.size.
- EOfile$EOsize() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOsize
- EOfile$EOtouched - Class in EOorg.EOeolang.EOfs
- EOfile$EOtouched() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOtouched
- EOfile$EOtouched$EOtouch - Class in EOorg.EOeolang.EOfs
-
File.touched.touch.
- EOfile$EOtouched$EOtouch() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOtouched$EOtouch
- EOgetenv - Class in EOorg.EOeolang.EOsys
- EOgetenv() - Constructor for class EOorg.EOeolang.EOsys.EOgetenv
- EOgo - Class in EOorg.EOeolang
- EOgo() - Constructor for class EOorg.EOeolang.EOgo
- EOgo$EOt0$EOt0$EOt0$EOa2 - Class in EOorg.EOeolang
- EOgo$EOt0$EOt0$EOt0$EOa2() - Constructor for class EOorg.EOeolang.EOgo$EOt0$EOt0$EOt0$EOa2
- EOgo$EOto - Class in EOorg.EOeolang
- EOgo$EOto() - Constructor for class EOorg.EOeolang.EOgo$EOto
- EOgo$EOto$EOauto_named_attr_at_65_9 - Class in EOorg.EOeolang
- EOgo$EOto$EOauto_named_attr_at_65_9() - Constructor for class EOorg.EOeolang.EOgo$EOto$EOauto_named_attr_at_65_9
- EOgo$EOto$EOtoken - Class in EOorg.EOeolang
- EOgo$EOto$EOtoken() - Constructor for class EOorg.EOeolang.EOgo$EOto$EOtoken
- EOgo$EOto$EOtoken$EOforward - Class in EOorg.EOeolang
- EOgo$EOto$EOtoken$EOforward() - Constructor for class EOorg.EOeolang.EOgo$EOto$EOtoken$EOforward
- EOgo$EOto$EOtoken$EOjump - Class in EOorg.EOeolang
- EOgo$EOto$EOtoken$EOjump() - Constructor for class EOorg.EOeolang.EOgo$EOto$EOtoken$EOjump
- EOhash_code_of - Class in EOorg.EOeolang.EOstructs
- EOhash_code_of() - Constructor for class EOorg.EOeolang.EOstructs.EOhash_code_of
- EOhash_code_of$EOφ - Class in EOorg.EOeolang.EOstructs
- EOhash_code_of$EOφ() - Constructor for class EOorg.EOeolang.EOstructs.EOhash_code_of$EOφ
- EOhash_code_of$EOφ$EOrec_hash_code - Class in EOorg.EOeolang.EOstructs
- EOhash_code_of$EOφ$EOrec_hash_code() - Constructor for class EOorg.EOeolang.EOstructs.EOhash_code_of$EOφ$EOrec_hash_code
- EOi16 - Class in EOorg.EOeolang
- EOi16() - Constructor for class EOorg.EOeolang.EOi16
- EOi16$EOas_i32 - Class in EOorg.EOeolang
-
The i16.as-i32.
- EOi16$EOas_i32() - Constructor for class EOorg.EOeolang.EOi16$EOas_i32
- EOi16$EOdiv - Class in EOorg.EOeolang
- EOi16$EOdiv() - Constructor for class EOorg.EOeolang.EOi16$EOdiv
- EOi16$EOgt - Class in EOorg.EOeolang
- EOi16$EOgt() - Constructor for class EOorg.EOeolang.EOi16$EOgt
- EOi16$EOgte - Class in EOorg.EOeolang
- EOi16$EOgte() - Constructor for class EOorg.EOeolang.EOi16$EOgte
- EOi16$EOlt - Class in EOorg.EOeolang
- EOi16$EOlt() - Constructor for class EOorg.EOeolang.EOi16$EOlt
- EOi16$EOlte - Class in EOorg.EOeolang
- EOi16$EOlte() - Constructor for class EOorg.EOeolang.EOi16$EOlte
- EOi16$EOminus - Class in EOorg.EOeolang
- EOi16$EOminus() - Constructor for class EOorg.EOeolang.EOi16$EOminus
- EOi16$EOplus - Class in EOorg.EOeolang
- EOi16$EOplus() - Constructor for class EOorg.EOeolang.EOi16$EOplus
- EOi16$EOtimes - Class in EOorg.EOeolang
- EOi16$EOtimes() - Constructor for class EOorg.EOeolang.EOi16$EOtimes
- EOi32 - Class in EOorg.EOeolang
- EOi32() - Constructor for class EOorg.EOeolang.EOi32
- EOi32$EOas_i16 - Class in EOorg.EOeolang
- EOi32$EOas_i16() - Constructor for class EOorg.EOeolang.EOi32$EOas_i16
- EOi32$EOas_i64 - Class in EOorg.EOeolang
-
The i32.as-i64.
- EOi32$EOas_i64() - Constructor for class EOorg.EOeolang.EOi32$EOas_i64
- EOi32$EOdiv - Class in EOorg.EOeolang
- EOi32$EOdiv() - Constructor for class EOorg.EOeolang.EOi32$EOdiv
- EOi32$EOgt - Class in EOorg.EOeolang
- EOi32$EOgt() - Constructor for class EOorg.EOeolang.EOi32$EOgt
- EOi32$EOgte - Class in EOorg.EOeolang
- EOi32$EOgte() - Constructor for class EOorg.EOeolang.EOi32$EOgte
- EOi32$EOlt - Class in EOorg.EOeolang
- EOi32$EOlt() - Constructor for class EOorg.EOeolang.EOi32$EOlt
- EOi32$EOlte - Class in EOorg.EOeolang
- EOi32$EOlte() - Constructor for class EOorg.EOeolang.EOi32$EOlte
- EOi32$EOminus - Class in EOorg.EOeolang
- EOi32$EOminus() - Constructor for class EOorg.EOeolang.EOi32$EOminus
- EOi32$EOplus - Class in EOorg.EOeolang
- EOi32$EOplus() - Constructor for class EOorg.EOeolang.EOi32$EOplus
- EOi32$EOtimes - Class in EOorg.EOeolang
- EOi32$EOtimes() - Constructor for class EOorg.EOeolang.EOi32$EOtimes
- EOi64 - Class in EOorg.EOeolang
- EOi64() - Constructor for class EOorg.EOeolang.EOi64
- EOi64$EOas_i32 - Class in EOorg.EOeolang
- EOi64$EOas_i32() - Constructor for class EOorg.EOeolang.EOi64$EOas_i32
- EOi64$EOas_number - Class in EOorg.EOeolang
-
The i64.as-number.
- EOi64$EOas_number() - Constructor for class EOorg.EOeolang.EOi64$EOas_number
- EOi64$EOdiv - Class in EOorg.EOeolang
-
The i64.div object.
- EOi64$EOdiv() - Constructor for class EOorg.EOeolang.EOi64$EOdiv
-
Ctor.
- EOi64$EOgt - Class in EOorg.EOeolang
-
The i64.gt object.
- EOi64$EOgt() - Constructor for class EOorg.EOeolang.EOi64$EOgt
-
Ctor.
- EOi64$EOgte - Class in EOorg.EOeolang
- EOi64$EOgte() - Constructor for class EOorg.EOeolang.EOi64$EOgte
- EOi64$EOlt - Class in EOorg.EOeolang
- EOi64$EOlt() - Constructor for class EOorg.EOeolang.EOi64$EOlt
- EOi64$EOlte - Class in EOorg.EOeolang
- EOi64$EOlte() - Constructor for class EOorg.EOeolang.EOi64$EOlte
- EOi64$EOminus - Class in EOorg.EOeolang
- EOi64$EOminus() - Constructor for class EOorg.EOeolang.EOi64$EOminus
- EOi64$EOplus - Class in EOorg.EOeolang
-
The i64.plus.
- EOi64$EOplus() - Constructor for class EOorg.EOeolang.EOi64$EOplus
-
Ctor.
- EOi64$EOtimes - Class in EOorg.EOeolang
-
The i64.times object.
- EOi64$EOtimes() - Constructor for class EOorg.EOeolang.EOi64$EOtimes
-
Ctor.
- EOinput_length - Class in EOorg.EOeolang.EOio
- EOinput_length() - Constructor for class EOorg.EOeolang.EOio.EOinput_length
- EOinput_length$EOrec_read - Class in EOorg.EOeolang.EOio
- EOinput_length$EOrec_read() - Constructor for class EOorg.EOeolang.EOio.EOinput_length$EOrec_read
- EOintegral - Class in EOorg.EOeolang.EOmath
- EOintegral() - Constructor for class EOorg.EOeolang.EOmath.EOintegral
- EOintegral$EOauto_named_attr_at_52_11 - Class in EOorg.EOeolang.EOmath
- EOintegral$EOauto_named_attr_at_52_11() - Constructor for class EOorg.EOeolang.EOmath.EOintegral$EOauto_named_attr_at_52_11
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16 - Class in EOorg.EOeolang.EOmath
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16() - Constructor for class EOorg.EOeolang.EOmath.EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOauto_named_attr_at_59_17 - Class in EOorg.EOeolang.EOmath
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOauto_named_attr_at_59_17() - Constructor for class EOorg.EOeolang.EOmath.EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOauto_named_attr_at_59_17
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOt3$EOa1 - Class in EOorg.EOeolang.EOmath
- EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOt3$EOa1() - Constructor for class EOorg.EOeolang.EOmath.EOintegral$EOauto_named_attr_at_52_11$EOauto_named_attr_at_55_16$EOt3$EOa1
- EOintegral$EOsubsection - Class in EOorg.EOeolang.EOmath
- EOintegral$EOsubsection() - Constructor for class EOorg.EOeolang.EOmath.EOintegral$EOsubsection
- EOline_separator - Class in EOorg.EOeolang.EOsys
- EOline_separator() - Constructor for class EOorg.EOeolang.EOsys.EOline_separator
- EOlist - Class in EOorg.EOeolang.EOstructs
- EOlist() - Constructor for class EOorg.EOeolang.EOstructs.EOlist
- EOlist$EOconcat - Class in EOorg.EOeolang.EOstructs
- EOlist$EOconcat() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOconcat
- EOlist$EOconcat$EOt1$EOa2 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOconcat$EOt1$EOa2() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOconcat$EOt1$EOa2
- EOlist$EOcontains - Class in EOorg.EOeolang.EOstructs
- EOlist$EOcontains() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOcontains
- EOlist$EOeach - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeach() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeach
- EOlist$EOeach$EOauto_named_attr_at_126_32 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeach$EOauto_named_attr_at_126_32() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeach$EOauto_named_attr_at_126_32
- EOlist$EOeachi - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeachi() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeachi
- EOlist$EOeachi$EOauto_named_attr_at_115_22 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeachi$EOauto_named_attr_at_115_22() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeachi$EOauto_named_attr_at_115_22
- EOlist$EOeq - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeq() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeq
- EOlist$EOeq$EOauto_named_attr_at_159_24 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOeq$EOauto_named_attr_at_159_24() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOeq$EOauto_named_attr_at_159_24
- EOlist$EOfiltered - Class in EOorg.EOeolang.EOstructs
- EOlist$EOfiltered() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOfiltered
- EOlist$EOfiltered$EOauto_named_attr_at_245_32 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOfiltered$EOauto_named_attr_at_245_32() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOfiltered$EOauto_named_attr_at_245_32
- EOlist$EOfilteredi - Class in EOorg.EOeolang.EOstructs
- EOlist$EOfilteredi() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOfilteredi
- EOlist$EOfilteredi$EOrec_filtered - Class in EOorg.EOeolang.EOstructs
- EOlist$EOfilteredi$EOrec_filtered() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOfilteredi$EOrec_filtered
- EOlist$EOhead - Class in EOorg.EOeolang.EOstructs
- EOlist$EOhead() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOhead
- EOlist$EOhead$EOauto_named_attr_at_266_32 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOhead$EOauto_named_attr_at_266_32() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOhead$EOauto_named_attr_at_266_32
- EOlist$EOindex_of - Class in EOorg.EOeolang.EOstructs
- EOlist$EOindex_of() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOindex_of
- EOlist$EOindex_of$EOauto_named_attr_at_179_24 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOindex_of$EOauto_named_attr_at_179_24() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOindex_of$EOauto_named_attr_at_179_24
- EOlist$EOis_empty - Class in EOorg.EOeolang.EOstructs
- EOlist$EOis_empty() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOis_empty
- EOlist$EOlast_index_of - Class in EOorg.EOeolang.EOstructs
- EOlist$EOlast_index_of() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOlast_index_of
- EOlist$EOlast_index_of$EOauto_named_attr_at_192_24 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOlast_index_of$EOauto_named_attr_at_192_24() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOlast_index_of$EOauto_named_attr_at_192_24
- EOlist$EOmapped - Class in EOorg.EOeolang.EOstructs
- EOlist$EOmapped() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOmapped
- EOlist$EOmapped$EOauto_named_attr_at_105_30 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOmapped$EOauto_named_attr_at_105_30() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOmapped$EOauto_named_attr_at_105_30
- EOlist$EOmappedi - Class in EOorg.EOeolang.EOstructs
- EOlist$EOmappedi() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOmappedi
- EOlist$EOmappedi$EOauto_named_attr_at_95_24 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOmappedi$EOauto_named_attr_at_95_24() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOmappedi$EOauto_named_attr_at_95_24
- EOlist$EOreduced - Class in EOorg.EOeolang.EOstructs
- EOlist$EOreduced() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOreduced
- EOlist$EOreduced$EOauto_named_attr_at_85_42 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOreduced$EOauto_named_attr_at_85_42() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOreduced$EOauto_named_attr_at_85_42
- EOlist$EOreducedi - Class in EOorg.EOeolang.EOstructs
- EOlist$EOreducedi() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOreducedi
- EOlist$EOreducedi$EOrec_reduced - Class in EOorg.EOeolang.EOstructs
- EOlist$EOreducedi$EOrec_reduced() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOreducedi$EOrec_reduced
- EOlist$EOsorted - Class in EOorg.EOeolang.EOstructs
- EOlist$EOsorted() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOsorted
- EOlist$EOtail - Class in EOorg.EOeolang.EOstructs
- EOlist$EOtail() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOtail
- EOlist$EOtail$EOauto_named_attr_at_282_26 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOtail$EOauto_named_attr_at_282_26() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOtail$EOauto_named_attr_at_282_26
- EOlist$EOwith - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwith() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwith
- EOlist$EOwithi - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwithi() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwithi
- EOlist$EOwithout - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwithout() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwithout
- EOlist$EOwithout$EOauto_named_attr_at_144_20 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwithout$EOauto_named_attr_at_144_20() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwithout$EOauto_named_attr_at_144_20
- EOlist$EOwithouti - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwithouti() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwithouti
- EOlist$EOwithouti$EOauto_named_attr_at_133_24 - Class in EOorg.EOeolang.EOstructs
- EOlist$EOwithouti$EOauto_named_attr_at_133_24() - Constructor for class EOorg.EOeolang.EOstructs.EOlist$EOwithouti$EOauto_named_attr_at_133_24
- EOmalloc - Class in EOorg.EOeolang
- EOmalloc() - Constructor for class EOorg.EOeolang.EOmalloc
- EOmalloc_as_output - Class in EOorg.EOeolang.EOio
- EOmalloc_as_output() - Constructor for class EOorg.EOeolang.EOio.EOmalloc_as_output
- EOmalloc_as_output$EOwrite - Class in EOorg.EOeolang.EOio
- EOmalloc_as_output$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOmalloc_as_output$EOwrite
- EOmalloc_as_output$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOio
- EOmalloc_as_output$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOio.EOmalloc_as_output$EOwrite$EOoutput_block
- EOmalloc_as_output$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOio
- EOmalloc_as_output$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOio.EOmalloc_as_output$EOwrite$EOoutput_block$EOwrite
- EOmalloc$EOfor - Class in EOorg.EOeolang
- EOmalloc$EOfor() - Constructor for class EOorg.EOeolang.EOmalloc$EOfor
- EOmalloc$EOfor$EOauto_named_attr_at_90_9 - Class in EOorg.EOeolang
- EOmalloc$EOfor$EOauto_named_attr_at_90_9() - Constructor for class EOorg.EOeolang.EOmalloc$EOfor$EOauto_named_attr_at_90_9
- EOmalloc$EOof - Class in EOorg.EOeolang
- EOmalloc$EOof() - Constructor for class EOorg.EOeolang.EOmalloc$EOof
- EOmalloc$EOof$EOallocated - Class in EOorg.EOeolang
- EOmalloc$EOof$EOallocated() - Constructor for class EOorg.EOeolang.EOmalloc$EOof$EOallocated
- EOmalloc$EOof$EOallocated$EOput - Class in EOorg.EOeolang
- EOmalloc$EOof$EOallocated$EOput() - Constructor for class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOput
- EOmalloc$EOof$EOallocated$EOread - Class in EOorg.EOeolang
-
Malloc.of.allocated.read object.
- EOmalloc$EOof$EOallocated$EOresize - Class in EOorg.EOeolang
-
Malloc.of.allocated.resize object.
- EOmalloc$EOof$EOallocated$EOsize - Class in EOorg.EOeolang
-
Malloc.of.allocated.size object.
- EOmalloc$EOof$EOallocated$EOsize() - Constructor for class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOsize
- EOmalloc$EOof$EOallocated$EOwrite - Class in EOorg.EOeolang
-
Malloc.of.allocated.write object.
- EOmalloc$EOof$EOφ - Class in EOorg.EOeolang
-
Malloc.of.φ object.
- EOmalloc$EOof$EOφ() - Constructor for class EOorg.EOeolang.EOmalloc$EOof$EOφ
- EOmap - Class in EOorg.EOeolang.EOstructs
- EOmap() - Constructor for class EOorg.EOeolang.EOstructs.EOmap
- EOmap$EOauto_named_attr_at_39_6 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOauto_named_attr_at_39_6() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOauto_named_attr_at_39_6
- EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild - Class in EOorg.EOeolang.EOstructs
- EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild
- EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild$EOauto_named_attr_at_61_18 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild$EOauto_named_attr_at_61_18() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOauto_named_attr_at_39_6$EOrec_rebuild$EOauto_named_attr_at_61_18
- EOmap$EOentry - Class in EOorg.EOeolang.EOstructs
- EOmap$EOentry() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOentry
- EOmap$EOinitialized - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized
- EOmap$EOinitialized$EOfound - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOfound() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOfound
- EOmap$EOinitialized$EOfound$EOnot_found - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOfound$EOnot_found() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOfound$EOnot_found
- EOmap$EOinitialized$EOfound$EOrec_key_search - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOfound$EOrec_key_search() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOfound$EOrec_key_search
- EOmap$EOinitialized$EOfound$EOrec_key_search$EOauto_named_attr_at_135_54 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOfound$EOrec_key_search$EOauto_named_attr_at_135_54() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOfound$EOrec_key_search$EOauto_named_attr_at_135_54
- EOmap$EOinitialized$EOhas - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOhas() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOhas
- EOmap$EOinitialized$EOkeys - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOkeys() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOkeys
- EOmap$EOinitialized$EOkeys$EOt0$EOa1 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOkeys$EOt0$EOa1() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOkeys$EOt0$EOa1
- EOmap$EOinitialized$EOvalues - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOvalues() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOvalues
- EOmap$EOinitialized$EOvalues$EOt0$EOa1 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOvalues$EOt0$EOa1() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOvalues$EOt0$EOa1
- EOmap$EOinitialized$EOwith - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOwith() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOwith
- EOmap$EOinitialized$EOwith$EOauto_named_attr_at_155_50 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOwith$EOauto_named_attr_at_155_50() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOwith$EOauto_named_attr_at_155_50
- EOmap$EOinitialized$EOwith$EOauto_named_attr_at_156_12 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOwith$EOauto_named_attr_at_156_12() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOwith$EOauto_named_attr_at_156_12
- EOmap$EOinitialized$EOwithout - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOwithout() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOwithout
- EOmap$EOinitialized$EOwithout$EOauto_named_attr_at_169_48 - Class in EOorg.EOeolang.EOstructs
- EOmap$EOinitialized$EOwithout$EOauto_named_attr_at_169_48() - Constructor for class EOorg.EOeolang.EOstructs.EOmap$EOinitialized$EOwithout$EOauto_named_attr_at_169_48
- EOnan - Class in EOorg.EOeolang
- EOnan() - Constructor for class EOorg.EOeolang.EOnan
- EOnan$EOdiv - Class in EOorg.EOeolang
- EOnan$EOdiv() - Constructor for class EOorg.EOeolang.EOnan$EOdiv
- EOnan$EOeq - Class in EOorg.EOeolang
- EOnan$EOeq() - Constructor for class EOorg.EOeolang.EOnan$EOeq
- EOnan$EOgt - Class in EOorg.EOeolang
- EOnan$EOgt() - Constructor for class EOorg.EOeolang.EOnan$EOgt
- EOnan$EOgte - Class in EOorg.EOeolang
- EOnan$EOgte() - Constructor for class EOorg.EOeolang.EOnan$EOgte
- EOnan$EOlt - Class in EOorg.EOeolang
- EOnan$EOlt() - Constructor for class EOorg.EOeolang.EOnan$EOlt
- EOnan$EOlte - Class in EOorg.EOeolang
- EOnan$EOlte() - Constructor for class EOorg.EOeolang.EOnan$EOlte
- EOnan$EOminus - Class in EOorg.EOeolang
- EOnan$EOminus() - Constructor for class EOorg.EOeolang.EOnan$EOminus
- EOnan$EOplus - Class in EOorg.EOeolang
- EOnan$EOplus() - Constructor for class EOorg.EOeolang.EOnan$EOplus
- EOnan$EOtimes - Class in EOorg.EOeolang
- EOnan$EOtimes() - Constructor for class EOorg.EOeolang.EOnan$EOtimes
- EOnegative_infinity - Class in EOorg.EOeolang
- EOnegative_infinity() - Constructor for class EOorg.EOeolang.EOnegative_infinity
- EOnegative_infinity$EOdiv - Class in EOorg.EOeolang
- EOnegative_infinity$EOdiv() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOdiv
- EOnegative_infinity$EOeq - Class in EOorg.EOeolang
- EOnegative_infinity$EOeq() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOeq
- EOnegative_infinity$EOgt - Class in EOorg.EOeolang
- EOnegative_infinity$EOgt() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOgt
- EOnegative_infinity$EOgte - Class in EOorg.EOeolang
- EOnegative_infinity$EOgte() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOgte
- EOnegative_infinity$EOlt - Class in EOorg.EOeolang
- EOnegative_infinity$EOlt() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOlt
- EOnegative_infinity$EOlte - Class in EOorg.EOeolang
- EOnegative_infinity$EOlte() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOlte
- EOnegative_infinity$EOminus - Class in EOorg.EOeolang
- EOnegative_infinity$EOminus() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOminus
- EOnegative_infinity$EOplus - Class in EOorg.EOeolang
- EOnegative_infinity$EOplus() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOplus
- EOnegative_infinity$EOtimes - Class in EOorg.EOeolang
- EOnegative_infinity$EOtimes() - Constructor for class EOorg.EOeolang.EOnegative_infinity$EOtimes
- EOnumber - Class in EOorg.EOeolang
- EOnumber() - Constructor for class EOorg.EOeolang.EOnumber
- EOnumber$EOas_i64 - Class in EOorg.EOeolang
-
The number.as-i64.
- EOnumber$EOas_i64() - Constructor for class EOorg.EOeolang.EOnumber$EOas_i64
- EOnumber$EOdiv - Class in EOorg.EOeolang
-
Number.div object.
- EOnumber$EOdiv() - Constructor for class EOorg.EOeolang.EOnumber$EOdiv
-
Ctor.
- EOnumber$EOeq - Class in EOorg.EOeolang
- EOnumber$EOeq() - Constructor for class EOorg.EOeolang.EOnumber$EOeq
- EOnumber$EOfloor - Class in EOorg.EOeolang
-
Number.floor object.
- EOnumber$EOfloor() - Constructor for class EOorg.EOeolang.EOnumber$EOfloor
- EOnumber$EOgt - Class in EOorg.EOeolang
-
Number.gt object.
- EOnumber$EOgt() - Constructor for class EOorg.EOeolang.EOnumber$EOgt
-
Ctor.
- EOnumber$EOgte - Class in EOorg.EOeolang
- EOnumber$EOgte() - Constructor for class EOorg.EOeolang.EOnumber$EOgte
- EOnumber$EOis_finite - Class in EOorg.EOeolang
- EOnumber$EOis_finite() - Constructor for class EOorg.EOeolang.EOnumber$EOis_finite
- EOnumber$EOis_integer - Class in EOorg.EOeolang
- EOnumber$EOis_integer() - Constructor for class EOorg.EOeolang.EOnumber$EOis_integer
- EOnumber$EOis_nan - Class in EOorg.EOeolang
- EOnumber$EOis_nan() - Constructor for class EOorg.EOeolang.EOnumber$EOis_nan
- EOnumber$EOlt - Class in EOorg.EOeolang
- EOnumber$EOlt() - Constructor for class EOorg.EOeolang.EOnumber$EOlt
- EOnumber$EOlte - Class in EOorg.EOeolang
- EOnumber$EOlte() - Constructor for class EOorg.EOeolang.EOnumber$EOlte
- EOnumber$EOminus - Class in EOorg.EOeolang
- EOnumber$EOminus() - Constructor for class EOorg.EOeolang.EOnumber$EOminus
- EOnumber$EOplus - Class in EOorg.EOeolang
-
Number.plus.
- EOnumber$EOplus() - Constructor for class EOorg.EOeolang.EOnumber$EOplus
-
Ctor.
- EOnumber$EOtimes - Class in EOorg.EOeolang
-
Number.times object.
- EOnumber$EOtimes() - Constructor for class EOorg.EOeolang.EOnumber$EOtimes
-
Ctor.
- EOnumbers - Class in EOorg.EOeolang.EOmath
- EOnumbers() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers
- EOnumbers$EOmax - Class in EOorg.EOeolang.EOmath
- EOnumbers$EOmax() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers$EOmax
- EOnumbers$EOmax$EOt1$EOt2$EOa2 - Class in EOorg.EOeolang.EOmath
- EOnumbers$EOmax$EOt1$EOt2$EOa2() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers$EOmax$EOt1$EOt2$EOa2
- EOnumbers$EOmin - Class in EOorg.EOeolang.EOmath
- EOnumbers$EOmin() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers$EOmin
- EOnumbers$EOmin$EOt1$EOt2$EOa2 - Class in EOorg.EOeolang.EOmath
- EOnumbers$EOmin$EOt1$EOt2$EOa2() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers$EOmin$EOt1$EOt2$EOa2
- EOorg - package EOorg
-
EO org package.
- EOorg.EOeolang - package EOorg.EOeolang
-
EO runtime.
- EOorg.EOeolang.EOfs - package EOorg.EOeolang.EOfs
-
EO runtime, FS.
- EOorg.EOeolang.EOio - package EOorg.EOeolang.EOio
- EOorg.EOeolang.EOmath - package EOorg.EOeolang.EOmath
-
EO runtime, Math.
- EOorg.EOeolang.EOnet - package EOorg.EOeolang.EOnet
- EOorg.EOeolang.EOstructs - package EOorg.EOeolang.EOstructs
- EOorg.EOeolang.EOsys - package EOorg.EOeolang.EOsys
-
EO runtime, SYS.
- EOorg.EOeolang.EOsys.Posix - package EOorg.EOeolang.EOsys.Posix
-
EO runtime, posix.
- EOorg.EOeolang.EOsys.Win32 - package EOorg.EOeolang.EOsys.Win32
-
EO runtime, windows.
- EOorg.EOeolang.EOtxt - package EOorg.EOeolang.EOtxt
-
EO runtime, TXT.
- EOos - Class in EOorg.EOeolang.EOsys
- EOos() - Constructor for class EOorg.EOeolang.EOsys.EOos
- EOos$EOis_windows - Class in EOorg.EOeolang.EOsys
- EOos$EOis_windows() - Constructor for class EOorg.EOeolang.EOsys.EOos$EOis_windows
- EOos$EOname - Class in EOorg.EOeolang.EOsys
-
Os.name.
- EOos$EOname() - Constructor for class EOorg.EOeolang.EOsys.EOos$EOname
- EOpath - Class in EOorg.EOeolang.EOfs
- EOpath() - Constructor for class EOorg.EOeolang.EOfs.EOpath
- EOpath$EOjoined - Class in EOorg.EOeolang.EOfs
- EOpath$EOjoined() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOjoined
- EOpath$EOposix - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix
- EOpath$EOposix$EObasename - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EObasename() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EObasename
- EOpath$EOposix$EOdirname - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOdirname() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOdirname
- EOpath$EOposix$EOextname - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOextname() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOextname
- EOpath$EOposix$EOis_absolute - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOis_absolute() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOis_absolute
- EOpath$EOposix$EOnormalized - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOnormalized() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOnormalized
- EOpath$EOposix$EOnormalized$EOauto_named_attr_at_104_25 - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOnormalized$EOauto_named_attr_at_104_25() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOnormalized$EOauto_named_attr_at_104_25
- EOpath$EOposix$EOresolved - Class in EOorg.EOeolang.EOfs
- EOpath$EOposix$EOresolved() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOposix$EOresolved
- EOpath$EOseparator - Class in EOorg.EOeolang.EOfs
- EOpath$EOseparator() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOseparator
- EOpath$EOwin32 - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32
- EOpath$EOwin32$EOvalidated - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated
- EOpath$EOwin32$EOvalidated$EObasename - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EObasename() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EObasename
- EOpath$EOwin32$EOvalidated$EOdirname - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOdirname() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOdirname
- EOpath$EOwin32$EOvalidated$EOextname - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOextname() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOextname
- EOpath$EOwin32$EOvalidated$EOis_absolute - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOis_absolute() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOis_absolute
- EOpath$EOwin32$EOvalidated$EOis_drive_relative - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOis_drive_relative() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOis_drive_relative
- EOpath$EOwin32$EOvalidated$EOis_root_relative - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOis_root_relative() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOis_root_relative
- EOpath$EOwin32$EOvalidated$EOnormalized - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOnormalized() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOnormalized
- EOpath$EOwin32$EOvalidated$EOnormalized$EOauto_named_attr_at_359_27 - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOnormalized$EOauto_named_attr_at_359_27() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOnormalized$EOauto_named_attr_at_359_27
- EOpath$EOwin32$EOvalidated$EOresolved - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOresolved() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOresolved
- EOpath$EOwin32$EOvalidated$EOseparated_correctly - Class in EOorg.EOeolang.EOfs
- EOpath$EOwin32$EOvalidated$EOseparated_correctly() - Constructor for class EOorg.EOeolang.EOfs.EOpath$EOwin32$EOvalidated$EOseparated_correctly
- EOpi - Class in EOorg.EOeolang.EOmath
- EOpi() - Constructor for class EOorg.EOeolang.EOmath.EOpi
- EOpositive_infinity - Class in EOorg.EOeolang
- EOpositive_infinity() - Constructor for class EOorg.EOeolang.EOpositive_infinity
- EOpositive_infinity$EOdiv - Class in EOorg.EOeolang
- EOpositive_infinity$EOdiv() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOdiv
- EOpositive_infinity$EOeq - Class in EOorg.EOeolang
- EOpositive_infinity$EOeq() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOeq
- EOpositive_infinity$EOgt - Class in EOorg.EOeolang
- EOpositive_infinity$EOgt() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOgt
- EOpositive_infinity$EOgte - Class in EOorg.EOeolang
- EOpositive_infinity$EOgte() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOgte
- EOpositive_infinity$EOlt - Class in EOorg.EOeolang
- EOpositive_infinity$EOlt() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOlt
- EOpositive_infinity$EOlte - Class in EOorg.EOeolang
- EOpositive_infinity$EOlte() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOlte
- EOpositive_infinity$EOminus - Class in EOorg.EOeolang
- EOpositive_infinity$EOminus() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOminus
- EOpositive_infinity$EOplus - Class in EOorg.EOeolang
- EOpositive_infinity$EOplus() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOplus
- EOpositive_infinity$EOtimes - Class in EOorg.EOeolang
- EOpositive_infinity$EOtimes() - Constructor for class EOorg.EOeolang.EOpositive_infinity$EOtimes
- EOposix - Class in EOorg.EOeolang.EOsys
- EOposix() - Constructor for class EOorg.EOeolang.EOsys.EOposix
- EOposix$EOreturn - Class in EOorg.EOeolang.EOsys
- EOposix$EOreturn() - Constructor for class EOorg.EOeolang.EOsys.EOposix$EOreturn
- EOposix$EOsockaddr_in - Class in EOorg.EOeolang.EOsys
- EOposix$EOsockaddr_in() - Constructor for class EOorg.EOeolang.EOsys.EOposix$EOsockaddr_in
- EOposix$EOtimeval - Class in EOorg.EOeolang.EOsys
- EOposix$EOtimeval() - Constructor for class EOorg.EOeolang.EOsys.EOposix$EOtimeval
- EOposix$EOφ - Class in EOorg.EOeolang.EOsys
-
Posix syscall.
- EOposix$EOφ() - Constructor for class EOorg.EOeolang.EOsys.EOposix$EOφ
- EOrandom - Class in EOorg.EOeolang.EOmath
- EOrandom() - Constructor for class EOorg.EOeolang.EOmath.EOrandom
- EOrandom$EOpseudo - Class in EOorg.EOeolang.EOmath
- EOrandom$EOpseudo() - Constructor for class EOorg.EOeolang.EOmath.EOrandom$EOpseudo
- EOrandom$EOpseudo$EOt6$EOt0$EOt0$EOa2 - Class in EOorg.EOeolang.EOmath
- EOrandom$EOpseudo$EOt6$EOt0$EOt0$EOa2() - Constructor for class EOorg.EOeolang.EOmath.EOrandom$EOpseudo$EOt6$EOt0$EOt0$EOa2
- EOrange - Class in EOorg.EOeolang.EOstructs
- EOrange() - Constructor for class EOorg.EOeolang.EOstructs.EOrange
- EOrange_of_ints - Class in EOorg.EOeolang.EOstructs
- EOrange_of_ints() - Constructor for class EOorg.EOeolang.EOstructs.EOrange_of_ints
- EOrange_of_ints$EOauto_named_attr_at_44_8 - Class in EOorg.EOeolang.EOstructs
- EOrange_of_ints$EOauto_named_attr_at_44_8() - Constructor for class EOorg.EOeolang.EOstructs.EOrange_of_ints$EOauto_named_attr_at_44_8
- EOrange_of_ints$EOauto_named_attr_at_44_8$EObuild - Class in EOorg.EOeolang.EOstructs
- EOrange_of_ints$EOauto_named_attr_at_44_8$EObuild() - Constructor for class EOorg.EOeolang.EOstructs.EOrange_of_ints$EOauto_named_attr_at_44_8$EObuild
- EOrange$EOappended - Class in EOorg.EOeolang.EOstructs
- EOrange$EOappended() - Constructor for class EOorg.EOeolang.EOstructs.EOrange$EOappended
- EOreal - Class in EOorg.EOeolang.EOmath
- EOreal() - Constructor for class EOorg.EOeolang.EOmath.EOreal
- EOreal$EOabs - Class in EOorg.EOeolang.EOmath
- EOreal$EOabs() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOabs
- EOreal$EOacos - Class in EOorg.EOeolang.EOmath
-
Real.acos.
- EOreal$EOacos() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOacos
- EOreal$EOasin - Class in EOorg.EOeolang.EOmath
-
Real.asin.
- EOreal$EOasin() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOasin
- EOreal$EOln - Class in EOorg.EOeolang.EOmath
-
Real.ln.
- EOreal$EOln() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOln
- EOreal$EOmod - Class in EOorg.EOeolang.EOmath
- EOreal$EOmod() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOmod
- EOreal$EOmod$EOabs_mod - Class in EOorg.EOeolang.EOmath
- EOreal$EOmod$EOabs_mod() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOmod$EOabs_mod
- EOreal$EOpow - Class in EOorg.EOeolang.EOmath
-
Real.pow.
- EOreal$EOpow() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOpow
-
Ctor.
- EOreal$EOsqrt - Class in EOorg.EOeolang.EOmath
-
Real.sqrt.
- EOreal$EOsqrt() - Constructor for class EOorg.EOeolang.EOmath.EOreal$EOsqrt
- EOregex - Class in EOorg.EOeolang.EOtxt
- EOregex() - Constructor for class EOorg.EOeolang.EOtxt.EOregex
- EOregex$EOcompiled - Class in EOorg.EOeolang.EOtxt
-
Regex.compiled.
- EOregex$EOcompiled() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOcompiled
- EOregex$EOpattern - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern
- EOregex$EOpattern$EOmatch - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern$EOmatch() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch
- EOregex$EOpattern$EOmatch$EOmatched - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern$EOmatch$EOmatched() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch$EOmatched
- EOregex$EOpattern$EOmatch$EOmatched_from_index - Class in EOorg.EOeolang.EOtxt
-
Regex.pattern.match.matched-from-index.
- EOregex$EOpattern$EOmatch$EOmatched_from_index() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch$EOmatched_from_index
-
Ctor.
- EOregex$EOpattern$EOmatch$EOmatched$EOgroup - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern$EOmatch$EOmatched$EOgroup() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch$EOmatched$EOgroup
- EOregex$EOpattern$EOmatch$EOnot_matched - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern$EOmatch$EOnot_matched() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch$EOnot_matched
- EOregex$EOpattern$EOmatches - Class in EOorg.EOeolang.EOtxt
- EOregex$EOpattern$EOmatches() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatches
- EOrust - Class in EOorg.EOeolang
-
Rust.
- EOrust() - Constructor for class EOorg.EOeolang.EOrust
-
Ctor.
- EOseq - Class in EOorg.EOeolang
- EOseq() - Constructor for class EOorg.EOeolang.EOseq
- EOseq$EOloop - Class in EOorg.EOeolang
- EOseq$EOloop() - Constructor for class EOorg.EOeolang.EOseq$EOloop
- EOset - Class in EOorg.EOeolang.EOstructs
- EOset() - Constructor for class EOorg.EOeolang.EOstructs.EOset
- EOset$EOinitialized - Class in EOorg.EOeolang.EOstructs
- EOset$EOinitialized() - Constructor for class EOorg.EOeolang.EOstructs.EOset$EOinitialized
- EOset$EOinitialized$EOhas - Class in EOorg.EOeolang.EOstructs
- EOset$EOinitialized$EOhas() - Constructor for class EOorg.EOeolang.EOstructs.EOset$EOinitialized$EOhas
- EOset$EOinitialized$EOwith - Class in EOorg.EOeolang.EOstructs
- EOset$EOinitialized$EOwith() - Constructor for class EOorg.EOeolang.EOstructs.EOset$EOinitialized$EOwith
- EOset$EOinitialized$EOwithout - Class in EOorg.EOeolang.EOstructs
- EOset$EOinitialized$EOwithout() - Constructor for class EOorg.EOeolang.EOstructs.EOset$EOinitialized$EOwithout
- EOset$EOt1$EOt0$EOt0$EOt0$EOt0$EOa1 - Class in EOorg.EOeolang.EOstructs
- EOset$EOt1$EOt0$EOt0$EOt0$EOt0$EOa1() - Constructor for class EOorg.EOeolang.EOstructs.EOset$EOt1$EOt0$EOt0$EOt0$EOt0$EOa1
- EOsocket - Class in EOorg.EOeolang.EOnet
- EOsocket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket
- EOsocket$EOas_input - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_input() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_input
- EOsocket$EOas_input$EOread - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_input$EOread() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_input$EOread
- EOsocket$EOas_input$EOread$EOinput_block - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_input$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_input$EOread$EOinput_block
- EOsocket$EOas_input$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_input$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_input$EOread$EOinput_block$EOread
- EOsocket$EOas_output - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_output() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_output
- EOsocket$EOas_output$EOwrite - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_output$EOwrite() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_output$EOwrite
- EOsocket$EOas_output$EOwrite$EOoutput_block - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_output$EOwrite$EOoutput_block() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_output$EOwrite$EOoutput_block
- EOsocket$EOas_output$EOwrite$EOoutput_block$EOwrite - Class in EOorg.EOeolang.EOnet
- EOsocket$EOas_output$EOwrite$EOoutput_block$EOwrite() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOas_output$EOwrite$EOoutput_block$EOwrite
- EOsocket$EOhtons - Class in EOorg.EOeolang.EOnet
- EOsocket$EOhtons() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOhtons
- EOsocket$EOposix_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket
- EOsocket$EOposix_socket$EOclosed_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOclosed_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOclosed_socket
- EOsocket$EOposix_socket$EOconnect - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOconnect() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOconnect
- EOsocket$EOposix_socket$EOconnect$EOauto_named_attr_at_278_10 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOconnect$EOauto_named_attr_at_278_10() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOconnect$EOauto_named_attr_at_278_10
- EOsocket$EOposix_socket$EOlisten - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOlisten() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOlisten
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept$EOt3$EOa1 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept$EOt3$EOa1() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOlisten$EOauto_named_attr_at_302_10$EOauto_named_attr_at_327_22$EOaccept$EOt3$EOa1
- EOsocket$EOposix_socket$EOsafe_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOsafe_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOsafe_socket
- EOsocket$EOposix_socket$EOsafe_socket$EOt1$EOt2$EOa1 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOsafe_socket$EOt1$EOt2$EOa1() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOsafe_socket$EOt1$EOt2$EOa1
- EOsocket$EOposix_socket$EOscoped_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOscoped_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOscoped_socket
- EOsocket$EOposix_socket$EOscoped_socket$EOrecv - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOscoped_socket$EOrecv() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOscoped_socket$EOrecv
- EOsocket$EOposix_socket$EOscoped_socket$EOsend - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOscoped_socket$EOsend() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOscoped_socket$EOsend
- EOsocket$EOposix_socket$EOstrerror - Class in EOorg.EOeolang.EOnet
- EOsocket$EOposix_socket$EOstrerror() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOposix_socket$EOstrerror
- EOsocket$EOwin_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket
- EOsocket$EOwin_socket$EOclosed_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOclosed_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOclosed_socket
- EOsocket$EOwin_socket$EOconnect - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOconnect() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOconnect
- EOsocket$EOwin_socket$EOconnect$EOauto_named_attr_at_487_10 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOconnect$EOauto_named_attr_at_487_10() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOconnect$EOauto_named_attr_at_487_10
- EOsocket$EOwin_socket$EOlast_error - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlast_error() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlast_error
- EOsocket$EOwin_socket$EOlisten - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlisten() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlisten
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept$EOt3$EOa1 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept$EOt3$EOa1() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOlisten$EOauto_named_attr_at_511_10$EOauto_named_attr_at_536_22$EOaccept$EOt3$EOa1
- EOsocket$EOwin_socket$EOsafe_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOsafe_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOsafe_socket
- EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOa1 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOa1() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOa1
- EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOt0$EOt2$EOa1 - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOt0$EOt2$EOa1() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOsafe_socket$EOt3$EOt2$EOt0$EOt2$EOa1
- EOsocket$EOwin_socket$EOscoped_socket - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOscoped_socket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOscoped_socket
- EOsocket$EOwin_socket$EOscoped_socket$EOrecv - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOscoped_socket$EOrecv() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOscoped_socket$EOrecv
- EOsocket$EOwin_socket$EOscoped_socket$EOsend - Class in EOorg.EOeolang.EOnet
- EOsocket$EOwin_socket$EOscoped_socket$EOsend() - Constructor for class EOorg.EOeolang.EOnet.EOsocket$EOwin_socket$EOscoped_socket$EOsend
- EOsprintf - Class in EOorg.EOeolang.EOtxt
-
Sprintf.
- EOsprintf() - Constructor for class EOorg.EOeolang.EOtxt.EOsprintf
-
Ctor.
- EOsscanf - Class in EOorg.EOeolang.EOtxt
-
Sscanf.
- EOsscanf() - Constructor for class EOorg.EOeolang.EOtxt.EOsscanf
-
Ctor.
- EOstdin - Class in EOorg.EOeolang.EOio
- EOstdin() - Constructor for class EOorg.EOeolang.EOio.EOstdin
- EOstdin$EOall_lines - Class in EOorg.EOeolang.EOio
- EOstdin$EOall_lines() - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOall_lines
- EOstdin$EOall_lines$EOrec_read - Class in EOorg.EOeolang.EOio
- EOstdin$EOall_lines$EOrec_read() - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOall_lines$EOrec_read
- EOstdin$EOnext_line - Class in EOorg.EOeolang.EOio
- EOstdin$EOnext_line() - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOnext_line
- EOstdin$EOnext_line$EOrec_read - Class in EOorg.EOeolang.EOio
- EOstdin$EOnext_line$EOrec_read() - Constructor for class EOorg.EOeolang.EOio.EOstdin$EOnext_line$EOrec_read
- EOstdout - Class in EOorg.EOeolang.EOio
- EOstdout() - Constructor for class EOorg.EOeolang.EOio.EOstdout
- EOstring - Class in EOorg.EOeolang
- EOstring() - Constructor for class EOorg.EOeolang.EOstring
- EOstring$EOlength - Class in EOorg.EOeolang
-
String.length.
- EOstring$EOlength() - Constructor for class EOorg.EOeolang.EOstring$EOlength
- EOstring$EOslice - Class in EOorg.EOeolang
-
SLICE.
- EOstring$EOslice() - Constructor for class EOorg.EOeolang.EOstring$EOslice
-
Ctor.
- EOswitch - Class in EOorg.EOeolang
- EOswitch() - Constructor for class EOorg.EOeolang.EOswitch
- EOswitch$EOcase_at - Class in EOorg.EOeolang
- EOswitch$EOcase_at() - Constructor for class EOorg.EOeolang.EOswitch$EOcase_at
- EOtee_input - Class in EOorg.EOeolang.EOio
- EOtee_input() - Constructor for class EOorg.EOeolang.EOio.EOtee_input
- EOtee_input$EOread - Class in EOorg.EOeolang.EOio
- EOtee_input$EOread() - Constructor for class EOorg.EOeolang.EOio.EOtee_input$EOread
- EOtee_input$EOread$EOinput_block - Class in EOorg.EOeolang.EOio
- EOtee_input$EOread$EOinput_block() - Constructor for class EOorg.EOeolang.EOio.EOtee_input$EOread$EOinput_block
- EOtee_input$EOread$EOinput_block$EOread - Class in EOorg.EOeolang.EOio
- EOtee_input$EOread$EOinput_block$EOread() - Constructor for class EOorg.EOeolang.EOio.EOtee_input$EOread$EOinput_block$EOread
- EOtext - Class in EOorg.EOeolang.EOtxt
- EOtext() - Constructor for class EOorg.EOeolang.EOtxt.EOtext
- EOtext$EOas_number - Class in EOorg.EOeolang.EOtxt
- EOtext$EOas_number() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOas_number
- EOtext$EOat - Class in EOorg.EOeolang.EOtxt
- EOtext$EOat() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOat
- EOtext$EOchained - Class in EOorg.EOeolang.EOtxt
- EOtext$EOchained() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOchained
- EOtext$EOchained$EOt1$EOt2$EOt0$EOt0$EOa2 - Class in EOorg.EOeolang.EOtxt
- EOtext$EOchained$EOt1$EOt2$EOt0$EOt0$EOa2() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOchained$EOt1$EOt2$EOt0$EOt0$EOa2
- EOtext$EOcontains - Class in EOorg.EOeolang.EOtxt
- EOtext$EOcontains() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOcontains
- EOtext$EOends_with - Class in EOorg.EOeolang.EOtxt
- EOtext$EOends_with() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOends_with
- EOtext$EOindex_of - Class in EOorg.EOeolang.EOtxt
- EOtext$EOindex_of() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOindex_of
- EOtext$EOindex_of$EOrec_index_of_substr - Class in EOorg.EOeolang.EOtxt
- EOtext$EOindex_of$EOrec_index_of_substr() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOindex_of$EOrec_index_of_substr
- EOtext$EOis_alpha - Class in EOorg.EOeolang.EOtxt
- EOtext$EOis_alpha() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOis_alpha
- EOtext$EOis_alphanumeric - Class in EOorg.EOeolang.EOtxt
- EOtext$EOis_alphanumeric() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOis_alphanumeric
- EOtext$EOis_ascii - Class in EOorg.EOeolang.EOtxt
- EOtext$EOis_ascii() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOis_ascii
- EOtext$EOjoined - Class in EOorg.EOeolang.EOtxt
- EOtext$EOjoined() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOjoined
- EOtext$EOjoined$EOwith_delimiter - Class in EOorg.EOeolang.EOtxt
- EOtext$EOjoined$EOwith_delimiter() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOjoined$EOwith_delimiter
- EOtext$EOlast_index_of - Class in EOorg.EOeolang.EOtxt
- EOtext$EOlast_index_of() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOlast_index_of
- EOtext$EOlast_index_of$EOrec_index_of_substr - Class in EOorg.EOeolang.EOtxt
- EOtext$EOlast_index_of$EOrec_index_of_substr() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOlast_index_of$EOrec_index_of_substr
- EOtext$EOlow_cased - Class in EOorg.EOeolang.EOtxt
- EOtext$EOlow_cased() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOlow_cased
- EOtext$EOlow_cased$EOauto_named_attr_at_294_22 - Class in EOorg.EOeolang.EOtxt
- EOtext$EOlow_cased$EOauto_named_attr_at_294_22() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOlow_cased$EOauto_named_attr_at_294_22
- EOtext$EOrepeated - Class in EOorg.EOeolang.EOtxt
- EOtext$EOrepeated() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOrepeated
- EOtext$EOrepeated$EOrec_repeated - Class in EOorg.EOeolang.EOtxt
- EOtext$EOrepeated$EOrec_repeated() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOrepeated$EOrec_repeated
- EOtext$EOreplaced - Class in EOorg.EOeolang.EOtxt
- EOtext$EOreplaced() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOreplaced
- EOtext$EOreplaced$EOrec_replaced - Class in EOorg.EOeolang.EOtxt
- EOtext$EOreplaced$EOrec_replaced() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOreplaced$EOrec_replaced
- EOtext$EOslice - Class in EOorg.EOeolang.EOtxt
- EOtext$EOslice() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOslice
- EOtext$EOsplit - Class in EOorg.EOeolang.EOtxt
- EOtext$EOsplit() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOsplit
- EOtext$EOsplit$EOrec_split - Class in EOorg.EOeolang.EOtxt
- EOtext$EOsplit$EOrec_split() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOsplit$EOrec_split
- EOtext$EOstarts_with - Class in EOorg.EOeolang.EOtxt
- EOtext$EOstarts_with() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOstarts_with
- EOtext$EOtrimmed - Class in EOorg.EOeolang.EOtxt
- EOtext$EOtrimmed() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOtrimmed
- EOtext$EOtrimmed_left - Class in EOorg.EOeolang.EOtxt
- EOtext$EOtrimmed_left() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOtrimmed_left
- EOtext$EOtrimmed_left$EOfirst_non_space_index - Class in EOorg.EOeolang.EOtxt
- EOtext$EOtrimmed_left$EOfirst_non_space_index() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOtrimmed_left$EOfirst_non_space_index
- EOtext$EOtrimmed_right - Class in EOorg.EOeolang.EOtxt
- EOtext$EOtrimmed_right() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOtrimmed_right
- EOtext$EOtrimmed_right$EOfirst_non_space_index - Class in EOorg.EOeolang.EOtxt
- EOtext$EOtrimmed_right$EOfirst_non_space_index() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOtrimmed_right$EOfirst_non_space_index
- EOtext$EOup_cased - Class in EOorg.EOeolang.EOtxt
- EOtext$EOup_cased() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOup_cased
- EOtext$EOup_cased$EOascii - Class in EOorg.EOeolang.EOtxt
- EOtext$EOup_cased$EOascii() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOup_cased$EOascii
- EOtext$EOup_cased$EOauto_named_attr_at_261_22 - Class in EOorg.EOeolang.EOtxt
- EOtext$EOup_cased$EOauto_named_attr_at_261_22() - Constructor for class EOorg.EOeolang.EOtxt.EOtext$EOup_cased$EOauto_named_attr_at_261_22
- EOtmpdir - Class in EOorg.EOeolang.EOfs
- EOtmpdir() - Constructor for class EOorg.EOeolang.EOfs.EOtmpdir
- EOtmpdir$EOt1$EOt0$EOos_tmp_dir_1 - Class in EOorg.EOeolang.EOfs
- EOtmpdir$EOt1$EOt0$EOos_tmp_dir_1() - Constructor for class EOorg.EOeolang.EOfs.EOtmpdir$EOt1$EOt0$EOos_tmp_dir_1
- EOtrue - Class in EOorg.EOeolang
- EOtrue() - Constructor for class EOorg.EOeolang.EOtrue
- EOtrue$EOand - Class in EOorg.EOeolang
- EOtrue$EOand() - Constructor for class EOorg.EOeolang.EOtrue$EOand
- EOtrue$EOif - Class in EOorg.EOeolang
- EOtrue$EOif() - Constructor for class EOorg.EOeolang.EOtrue$EOif
- EOtrue$EOor - Class in EOorg.EOeolang
- EOtrue$EOor() - Constructor for class EOorg.EOeolang.EOtrue$EOor
- EOtry - Class in EOorg.EOeolang
-
TRY.
- EOtry() - Constructor for class EOorg.EOeolang.EOtry
-
Ctor.
- EOtuple - Class in EOorg.EOeolang
- EOtuple() - Constructor for class EOorg.EOeolang.EOtuple
- EOtuple$EOat - Class in EOorg.EOeolang
- EOtuple$EOat() - Constructor for class EOorg.EOeolang.EOtuple$EOat
- EOtuple$EOat$EOat_fast - Class in EOorg.EOeolang
- EOtuple$EOat$EOat_fast() - Constructor for class EOorg.EOeolang.EOtuple$EOat$EOat_fast
- EOtuple$EOempty - Class in EOorg.EOeolang
- EOtuple$EOempty() - Constructor for class EOorg.EOeolang.EOtuple$EOempty
- EOtuple$EOempty$EOat - Class in EOorg.EOeolang
- EOtuple$EOempty$EOat() - Constructor for class EOorg.EOeolang.EOtuple$EOempty$EOat
- EOtuple$EOempty$EOwith - Class in EOorg.EOeolang
- EOtuple$EOempty$EOwith() - Constructor for class EOorg.EOeolang.EOtuple$EOempty$EOwith
- EOtuple$EOlength - Class in EOorg.EOeolang
- EOtuple$EOlength() - Constructor for class EOorg.EOeolang.EOtuple$EOlength
- EOtuple$EOwith - Class in EOorg.EOeolang
- EOtuple$EOwith() - Constructor for class EOorg.EOeolang.EOtuple$EOwith
- EOwhile - Class in EOorg.EOeolang
- EOwhile() - Constructor for class EOorg.EOeolang.EOwhile
- EOwhile$EOloop - Class in EOorg.EOeolang
- EOwhile$EOloop() - Constructor for class EOorg.EOeolang.EOwhile$EOloop
- EOwin32 - Class in EOorg.EOeolang.EOsys
- EOwin32() - Constructor for class EOorg.EOeolang.EOsys.EOwin32
- EOwin32$EOreturn - Class in EOorg.EOeolang.EOsys
- EOwin32$EOreturn() - Constructor for class EOorg.EOeolang.EOsys.EOwin32$EOreturn
- EOwin32$EOsockaddr_in - Class in EOorg.EOeolang.EOsys
- EOwin32$EOsockaddr_in() - Constructor for class EOorg.EOeolang.EOsys.EOwin32$EOsockaddr_in
- EOwin32$EOsystem_time - Class in EOorg.EOeolang.EOsys
- EOwin32$EOsystem_time() - Constructor for class EOorg.EOeolang.EOsys.EOwin32$EOsystem_time
- EOwin32$EOφ - Class in EOorg.EOeolang.EOsys
-
Win32 function call.
- EOwin32$EOφ() - Constructor for class EOorg.EOeolang.EOsys.EOwin32$EOφ
- equals(Object) - Method in class org.eolang.BytesOf
- equals(Object) - Method in class org.eolang.Data.ToPhi
- equals(Object) - Method in class org.eolang.PhDefault
- equals(Object) - Method in class org.eolang.PhLocated
- equals(Object) - Method in class org.eolang.PhLogged
- equals(Object) - Method in class org.eolang.PhNamed
- equals(Object) - Method in class org.eolang.PhSafe
- equals(Object) - Method in class org.eolang.PhTraced
- ErrnoSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
The 'errno' syscall.
- ErrnoSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.ErrnoSyscall
-
Ctor.
- ErrorMsg(Throwable) - Constructor for class EOorg.EOeolang.EOerror.ErrorMsg
-
Ctor.
- ExAbstract - Exception in org.eolang
-
Abstract exception.
- ExAbstract(String) - Constructor for exception org.eolang.ExAbstract
-
Ctor.
- ExAbstract(String, Throwable) - Constructor for exception org.eolang.ExAbstract
-
Ctor.
- ExAbstract(Throwable) - Constructor for exception org.eolang.ExAbstract
-
Ctor.
- ExError(Phi) - Constructor for exception EOorg.EOeolang.EOerror.ExError
-
Ctor.
- ExFailure - Exception in org.eolang
-
Common exception.
- ExFailure(String, Object...) - Constructor for exception org.eolang.ExFailure
-
Ctor.
- ExFailure(String, Throwable) - Constructor for exception org.eolang.ExFailure
-
Ctor.
- ExInterrupted - Exception in org.eolang
-
Exception to control threads interruptions.
- ExInterrupted(InterruptedException) - Constructor for exception org.eolang.ExInterrupted
-
Ctor.
- ExNative - Exception in org.eolang
-
Exception in native method.
- ExNative(String, Object...) - Constructor for exception org.eolang.ExNative
-
Ctor.
- ExNative(String, Throwable) - Constructor for exception org.eolang.ExNative
-
Ctor.
- Expect<T> - Class in org.eolang
-
This wrapper helps us explain our expectations in an error message that we throw.
- Expect(Action<T>, String) - Constructor for class org.eolang.Expect
-
Ctor.
- Expr - Interface in org.eolang
-
Lambda expression.
- ExReadOnly - Exception in org.eolang
-
The exception raised when trying to put() an attribute, which is read-only.
- ExReadOnly(String) - Constructor for exception org.eolang.ExReadOnly
-
Ctor.
- ExReadOnly(String, Throwable) - Constructor for exception org.eolang.ExReadOnly
-
Ctor.
- ExUnset - Exception in org.eolang
-
The exception raised when trying to get() an attribute, which is still abstract.
- ExUnset(String) - Constructor for exception org.eolang.ExUnset
-
Ctor.
- ExUnset(String, Throwable) - Constructor for exception org.eolang.ExUnset
-
Ctor.
F
- family - Variable in class EOorg.EOeolang.EOsys.SockaddrIn
-
Address family (e.g., AF_INET).
- FILE_ATTRIBUTE_NORMAL - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinNT
-
This flag specifies the file's attributes.
- find(String) - Method in interface org.eolang.Universe
-
Finds vertex of eo object by its location.
- find(String) - Method in class org.eolang.UniverseDefault
- find(String) - Method in class org.eolang.UniverseSafe
- forma() - Method in class org.eolang.Data.ToPhi
- forma() - Method in class org.eolang.PhDefault
- forma() - Method in interface org.eolang.Phi
-
Get forma of the phi.
- forma() - Method in class org.eolang.PhLocated
- forma() - Method in class org.eolang.PhLogged
- forma() - Method in class org.eolang.PhNamed
- forma() - Method in class org.eolang.PhSafe
- forma() - Method in class org.eolang.PhTraced
- fromNative(Object, FromNativeContext) - Method in class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
G
- GENERIC_READ - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinNT
-
This flag grants read access to the file or resource.
- GENERIC_WRITE - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinNT
-
This flag specifies the desired access to the file.
- get() - Method in class EOorg.EOeolang.EOerror.ErrorMsg
- get() - Method in class org.eolang.AtComposite
- get() - Method in class org.eolang.AtEnvelope
- get() - Method in class org.eolang.AtFormed
- get() - Method in class org.eolang.AtOnce
- get() - Method in interface org.eolang.Attr
-
Take the object out.
- get() - Method in class org.eolang.AtVoid
- get() - Method in class org.eolang.VerboseBytesAsString
- get(Phi) - Method in interface org.eolang.Expr
-
Get the object.
- GetCurrentProcessId() - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
This function returns the process identifier of the calling process.
- GetCurrentProcessIdFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
GetCurrentProcessId kernel32 function call.
- GetCurrentProcessIdFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.GetCurrentProcessIdFuncCall
-
Ctor.
- getenv(String) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Get environment variable.
- GetEnvironmentVariable(String, char[], int) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Retrieves the contents of the specified variable from the environment block of the calling process.
- GetEnvironmentVariableFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
GetEnvironmentVariable kernel32 function call.
- GetEnvironmentVariableFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.GetEnvironmentVariableFuncCall
-
Ctor.
- GetenvSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Getenv syscall.
- GetenvSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.GetenvSyscall
-
Ctor.
- getFieldOrder() - Method in class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall.Timeval
- getFieldOrder() - Method in class EOorg.EOeolang.EOsys.SockaddrIn
- getFieldOrder() - Method in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
- getFieldOrder() - Method in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
- getHigh() - Method in class EOorg.EOeolang.EOsys.Win32.WinDef.DWORD
-
High WORD.
- getLow() - Method in class EOorg.EOeolang.EOsys.Win32.WinDef.DWORD
-
Low WORD.
- getpid() - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
The "getpid" syscall.
- GetpidSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Getpid syscall.
- GetpidSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.GetpidSyscall
-
Ctor.
- GetStdHandle(int) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Get a handle to specified standard device.
- GetSystemTime(GetSystemTimeFuncCall.SystemTime) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Retrieves the current system date and time in Coordinated Universal Time (UTC) format.
- GetSystemTimeFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
GetSystemTime kernel32 function call.
- GetSystemTimeFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall
-
Ctor.
- GetSystemTimeFuncCall.SystemTime - Class in EOorg.EOeolang.EOsys.Win32
-
System time structure.
- gettimeofday(GettimeofdaySyscall.Timeval, Pointer) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Get current time.
- GettimeofdaySyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Gettimeofday syscall.
- GettimeofdaySyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall
-
Ctor.
- GettimeofdaySyscall.Timeval - Class in EOorg.EOeolang.EOsys.Posix
-
Timeval structure.
H
- HANDLE() - Constructor for class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
-
Ctor.
- HANDLE(Pointer) - Constructor for class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
-
Ctor.
- hashCode() - Method in class org.eolang.BytesOf
- hashCode() - Method in class org.eolang.Data.ToPhi
- hashCode() - Method in class org.eolang.PhDefault
- hashCode() - Method in class org.eolang.PhLocated
- hashCode() - Method in class org.eolang.PhLogged
- hashCode() - Method in class org.eolang.PhNamed
- hashCode() - Method in class org.eolang.PhSafe
- hashCode() - Method in class org.eolang.PhTraced
- hEvent - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
Event.
- highVersion - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Highest version.
- hour - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Hour.
I
- inet_addr(String) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Convert IP string to binary form.
- InetAddrFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The 'inet_addr' WS2_32 function call.
- InetAddrFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.InetAddrFuncCall
-
Ctor.
- InetAddrSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
The 'inet_addr' syscall.
- InetAddrSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.InetAddrSyscall
-
Ctor.
- INSTANCE - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
C STDLIB instance.
- INSTANCE - Static variable in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Instance.
- INSTANCE - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Instance.
- Internal - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
Internal.
- InternalHigh - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
InternalHigh.
- INVALID_HANDLE_VALUE - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinBase
-
Constant value representing an invalid
WinNT.HANDLE
. - INVALID_SOCKET - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Invalid socket descriptor.
- IPPROTO_TCP - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Protocol for TCP connection.
- IPPROTO_TCP - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
The Transmission Control Protocol (TCP).
- it() - Method in class org.eolang.Expect
-
Take the value from the lambda.
K
- Kernel32 - Interface in EOorg.EOeolang.EOsys.Win32
-
Interface definitions for
kernel32.dll
.
L
- lambda() - Method in class EOorg.EOeolang.EOas_phi
- lambda() - Method in class EOorg.EOeolang.EObytes$EOand
- lambda() - Method in class EOorg.EOeolang.EObytes$EOconcat
- lambda() - Method in class EOorg.EOeolang.EObytes$EOeq
- lambda() - Method in class EOorg.EOeolang.EObytes$EOnot
- lambda() - Method in class EOorg.EOeolang.EObytes$EOor
- lambda() - Method in class EOorg.EOeolang.EObytes$EOright
- lambda() - Method in class EOorg.EOeolang.EObytes$EOsize
- lambda() - Method in class EOorg.EOeolang.EObytes$EOslice
- lambda() - Method in class EOorg.EOeolang.EObytes$EOxor
- lambda() - Method in class EOorg.EOeolang.EOcage$EOencaged$EOencage
- lambda() - Method in class EOorg.EOeolang.EOcage$EOencaged$EOφ
- lambda() - Method in class EOorg.EOeolang.EOcage$EOφ
- lambda() - Method in class EOorg.EOeolang.EOerror
- lambda() - Method in class EOorg.EOeolang.EOfs.EOdir$EOmade$EOmkdir
- lambda() - Method in class EOorg.EOeolang.EOfs.EOdir$EOtmpfile$EOtouch
- lambda() - Method in class EOorg.EOeolang.EOfs.EOdir$EOwalk
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOdeleted$EOdelete
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOexists
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOis_directory
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOmoved$EOmove
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOread$EOread_bytes
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOopen$EOprocess_file
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOsize
- lambda() - Method in class EOorg.EOeolang.EOfs.EOfile$EOtouched$EOtouch
- lambda() - Method in class EOorg.EOeolang.EOi16$EOas_i32
- lambda() - Method in class EOorg.EOeolang.EOi32$EOas_i64
- lambda() - Method in class EOorg.EOeolang.EOi64$EOas_number
- lambda() - Method in class EOorg.EOeolang.EOi64$EOdiv
- lambda() - Method in class EOorg.EOeolang.EOi64$EOgt
- lambda() - Method in class EOorg.EOeolang.EOi64$EOplus
- lambda() - Method in class EOorg.EOeolang.EOi64$EOtimes
- lambda() - Method in class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOread
- lambda() - Method in class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOresize
- lambda() - Method in class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOsize
- lambda() - Method in class EOorg.EOeolang.EOmalloc$EOof$EOallocated$EOwrite
- lambda() - Method in class EOorg.EOeolang.EOmalloc$EOof$EOφ
- lambda() - Method in class EOorg.EOeolang.EOmath.EOangle$EOcos
- lambda() - Method in class EOorg.EOeolang.EOmath.EOangle$EOsin
- lambda() - Method in class EOorg.EOeolang.EOmath.EOreal$EOacos
- lambda() - Method in class EOorg.EOeolang.EOmath.EOreal$EOasin
- lambda() - Method in class EOorg.EOeolang.EOmath.EOreal$EOln
- lambda() - Method in class EOorg.EOeolang.EOmath.EOreal$EOpow
- lambda() - Method in class EOorg.EOeolang.EOmath.EOreal$EOsqrt
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOas_i64
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOdiv
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOfloor
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOgt
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOplus
- lambda() - Method in class EOorg.EOeolang.EOnumber$EOtimes
- lambda() - Method in class EOorg.EOeolang.EOrust
- lambda() - Method in class EOorg.EOeolang.EOstring$EOlength
- lambda() - Method in class EOorg.EOeolang.EOstring$EOslice
- lambda() - Method in class EOorg.EOeolang.EOsys.EOos$EOname
- lambda() - Method in class EOorg.EOeolang.EOsys.EOposix$EOφ
- lambda() - Method in class EOorg.EOeolang.EOsys.EOwin32$EOφ
- lambda() - Method in class EOorg.EOeolang.EOtry
- lambda() - Method in class EOorg.EOeolang.EOtxt.EOregex$EOcompiled
- lambda() - Method in class EOorg.EOeolang.EOtxt.EOregex$EOpattern$EOmatch$EOmatched_from_index
- lambda() - Method in class EOorg.EOeolang.EOtxt.EOsprintf
- lambda() - Method in class EOorg.EOeolang.EOtxt.EOsscanf
- lambda() - Method in interface org.eolang.Atom
-
Executes λ function and calculates object.
- lambda() - Method in class org.eolang.AtomSafe
- lambda() - Method in class org.eolang.PhNamed
- LAMBDA - Static variable in interface org.eolang.Attr
-
Lambda attribute.
- listen(int, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Listen for incoming connections on socket.
- listen(int, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Listen for incoming connections on socket.
- ListenFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WriteFile kernel32 function call.
- ListenFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.ListenFuncCall
-
Ctor.
- ListenSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Listen syscall.
- ListenSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.ListenSyscall
-
Ctor.
- locator() - Method in class org.eolang.Data.ToPhi
- locator() - Method in class org.eolang.PhDefault
- locator() - Method in interface org.eolang.Phi
-
Get code locator of the phi.
- locator() - Method in class org.eolang.PhLocated
- locator() - Method in class org.eolang.PhLogged
- locator() - Method in class org.eolang.PhNamed
- locator() - Method in class org.eolang.PhSafe
- locator() - Method in class org.eolang.PhTraced
- lpSecurityDescriptor - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.SECURITY_ATTRIBUTES
-
A pointer to a SECURITY_DESCRIPTOR structure that controls access to the object.
M
- main(String...) - Static method in class org.eolang.Main
-
The method called by JVM when the program starts.
- Main - Class in org.eolang
-
Bridge between Java CLI and EO.
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.AcceptSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.BindSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.CloseSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.ConnectSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.ErrnoSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.GetenvSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.GetpidSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.InetAddrSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.ListenSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.ReadSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.RecvSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.SendSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.SocketSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.StrerrorSyscall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Posix.WriteSyscall
- make(Phi...) - Method in interface EOorg.EOeolang.EOsys.Syscall
-
Makes native method call.
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.AcceptFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.BindFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.ClosesocketFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.ConnectFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.GetCurrentProcessIdFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.GetEnvironmentVariableFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.InetAddrFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.ListenFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.ReadFileFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.RecvFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.SendFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.SocketFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.WriteFileFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.WSACleanupFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.WSAGetLastErrorFuncCall
- make(Phi...) - Method in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall
- maxSockets - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Max amount of sockets that can be opened.
- maxUdpDg - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Max size of datagram message.
- milliseconds - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Milliseconds.
- minute - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Minute.
- month - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Month.
N
- name() - Method in annotation type org.eolang.XmirObject
-
The name of the object in EO.
- not() - Method in interface org.eolang.Bytes
-
NOT operation.
- not() - Method in class org.eolang.BytesOf
O
- O_RDONLY - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Open flag for reading only.
- O_RDWR - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Open flag for reading and writing.
- Offset - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
Offset.
- OffsetHigh - Variable in class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
-
OffsetHigh.
- oname() - Method in annotation type org.eolang.XmirObject
-
The original name of the object in EO, before optimization.
- open(String, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
The "open" syscall.
- OPEN_EXISTING - Static variable in interface EOorg.EOeolang.EOsys.Win32.WinNT
-
The OPEN_EXISTING flag tells the CreateFile function to open the file only if it already exists.
- or(Bytes) - Method in interface org.eolang.Bytes
-
OR operation.
- or(Bytes) - Method in class org.eolang.BytesOf
- org.eolang - package org.eolang
-
EO runtime.
- OVERLAPPED() - Constructor for class EOorg.EOeolang.EOsys.Win32.WinBase.OVERLAPPED
P
- PhCopy - Class in org.eolang
-
A copy-making object.
- PhCopy(Phi) - Constructor for class org.eolang.PhCopy
-
Ctor.
- PhData - Class in org.eolang
-
Object with attached data.
- PhData(Phi, byte[]) - Constructor for class org.eolang.PhData
-
Ctor.
- PhDefault - Class in org.eolang
-
A simple object.
- PhDefault() - Constructor for class org.eolang.PhDefault
-
Ctor.
- PhFake - Class in org.eolang
-
Fake object, mostly for unit tests.
- PhFake() - Constructor for class org.eolang.PhFake
-
Ctor.
- PhFake(Supplier<Phi>) - Constructor for class org.eolang.PhFake
-
Ctor.
- Phi - Interface in org.eolang
-
A simple object.
- PHI - Static variable in interface org.eolang.Attr
-
Phi attribute.
- PhLocated - Class in org.eolang
-
An object with coordinates (line and position).
- PhLocated(Phi, int, int) - Constructor for class org.eolang.PhLocated
-
Ctor.
- PhLocated(Phi, int, int, String) - Constructor for class org.eolang.PhLocated
-
Ctor.
- PhLogged - Class in org.eolang
-
An object that reports all manipulations with it to the log (very useful for debugging purposes).
- PhLogged(Phi) - Constructor for class org.eolang.PhLogged
-
Ctor.
- PhMethod - Class in org.eolang
-
A method-calling object.
- PhMethod(Phi, String) - Constructor for class org.eolang.PhMethod
-
Ctor.
- PhNamed - Class in org.eolang
-
A named object.
- PhNamed(Phi, String) - Constructor for class org.eolang.PhNamed
-
Ctor.
- PhSafe - Class in org.eolang
-
It catches
ExFailure
and throwsEOerror.ExError
. - PhSafe(Phi) - Constructor for class org.eolang.PhSafe
-
Ctor.
- PhTraced - Class in org.eolang
-
Class to trace if the "cage.new" got into recursion during the dataization.
- PhTraced(Phi, Integer) - Constructor for class org.eolang.PhTraced
-
Ctor.
- PhTraced(Phi, Integer, int) - Constructor for class org.eolang.PhTraced
-
The main constructor.
- PhWith - Class in org.eolang
-
A attr-putting object.
- PhWith(Phi, int, Phi) - Constructor for class org.eolang.PhWith
-
Ctor.
- PhWith(Phi, String, Phi) - Constructor for class org.eolang.PhWith
-
Ctor.
- port - Variable in class EOorg.EOeolang.EOsys.SockaddrIn
-
Port number in network byte order.
- put(int, byte[]) - Method in interface org.eolang.Universe
-
Puts data to eo object by vertex.
- put(int, byte[]) - Method in class org.eolang.UniverseDefault
- put(int, byte[]) - Method in class org.eolang.UniverseSafe
- put(int, Phi) - Method in class org.eolang.Data.ToPhi
- put(int, Phi) - Method in class org.eolang.PhDefault
- put(int, Phi) - Method in interface org.eolang.Phi
-
Put object by position of the attribute.
- put(int, Phi) - Method in class org.eolang.PhLocated
- put(int, Phi) - Method in class org.eolang.PhLogged
- put(int, Phi) - Method in class org.eolang.PhNamed
- put(int, Phi) - Method in class org.eolang.PhSafe
- put(int, Phi) - Method in class org.eolang.PhTraced
- put(String, Phi) - Method in class org.eolang.Data.ToPhi
- put(String, Phi) - Method in class org.eolang.PhDefault
- put(String, Phi) - Method in interface org.eolang.Phi
-
Put object by name of the attribute.
- put(String, Phi) - Method in class org.eolang.PhLocated
- put(String, Phi) - Method in class org.eolang.PhLogged
- put(String, Phi) - Method in class org.eolang.PhNamed
- put(String, Phi) - Method in class org.eolang.PhSafe
- put(String, Phi) - Method in class org.eolang.PhTraced
- put(Phi) - Method in class org.eolang.AtComposite
- put(Phi) - Method in class org.eolang.AtEnvelope
- put(Phi) - Method in class org.eolang.AtFormed
- put(Phi) - Method in class org.eolang.AtOnce
- put(Phi) - Method in interface org.eolang.Attr
-
Put a new object in.
- put(Phi) - Method in class org.eolang.AtVoid
R
- read(int, byte[], int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Read bytes from file descriptor.
- ReadFile(WinNT.HANDLE, byte[], int, IntByReference, WinBase.OVERLAPPED) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Reads data from the specified file or input/output (I/O) device.
- ReadFileFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
ReadFile kernel32 function call.
- ReadFileFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.ReadFileFuncCall
-
Ctor.
- ReadSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Read syscall.
- ReadSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.ReadSyscall
-
Ctor.
- RECURSION_LIMIT - Static variable in class org.eolang.PhTraced
-
Name of property that responsible for keeping max depth.
- recv(int, byte[], int, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Receive a message from a socket.
- recv(int, byte[], int, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Receive a message from a socket.
- RecvFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
ReadFile kernel32 function call.
- RecvFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.RecvFuncCall
-
Ctor.
- RecvSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Recv syscall.
- RecvSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.RecvSyscall
-
Ctor.
- RHO - Static variable in interface org.eolang.Attr
-
Rho attribute.
S
- sec - Variable in class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall.Timeval
-
Seconds since Jan.
- second - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Second.
- SECURITY_ATTRIBUTES() - Constructor for class EOorg.EOeolang.EOsys.Win32.WinBase.SECURITY_ATTRIBUTES
-
Ctor.
- send(int, byte[], int, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Send a message to a socket.
- send(int, byte[], int, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Send a message to a socket.
- SendFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WriteFile kernel32 function call.
- SendFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.SendFuncCall
-
Ctor.
- SendSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Send syscall.
- SendSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.SendSyscall
-
Ctor.
- SetLastError(int) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Set a custom error code.
- setPointer(Pointer) - Method in class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
- SetStdHandle(int, WinNT.HANDLE) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Set a standard device handle.
- shift(int) - Method in interface org.eolang.Bytes
-
Big-endian unsigned shift.
- shift(int) - Method in class org.eolang.BytesOf
- SOCK_STREAM - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
The "Socket as stream" type.
- SOCK_STREAM - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
A socket type that provides sequenced, reliable, two-way, connection-based byte streams with an OOB data transmission mechanism.
- SockaddrIn - Class in EOorg.EOeolang.EOsys
-
The sockaddr_in structure.
- SockaddrIn() - Constructor for class EOorg.EOeolang.EOsys.SockaddrIn
-
Ctor.
- SockaddrIn(short, short, int) - Constructor for class EOorg.EOeolang.EOsys.SockaddrIn
-
Convenient ctor for testing.
- SockaddrIn(short, short, int, byte[]) - Constructor for class EOorg.EOeolang.EOsys.SockaddrIn
-
Ctor.
- socket(int, int, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Create an endpoint for communication.
- socket(int, int, int) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Creates a socket.
- SOCKET_ERROR - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Status returned on errors with socket.
- SocketFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
The socket WS2_32 function call.
- SocketFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.SocketFuncCall
-
Ctor.
- SocketSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Socket syscall.
- SocketSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.SocketSyscall
-
Ctor.
- source() - Method in annotation type org.eolang.XmirObject
-
The name of the source file where this Java code was generated from.
- sshift(int) - Method in interface org.eolang.Bytes
-
Big-endian signed right shift.
- sshift(int) - Method in class org.eolang.BytesOf
- STD_INPUT_HANDLE - Static variable in interface EOorg.EOeolang.EOsys.Win32.Wincon
-
Standard input handle.
- STD_OUTPUT_HANDLE - Static variable in interface EOorg.EOeolang.EOsys.Win32.Wincon
-
Standard output handle.
- STDIN_FILENO - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Standard input file descriptor.
- STDOUT_FILENO - Static variable in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Standard output file descriptor.
- strerror(int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Converts
errno
to a human-readable string. - StrerrorSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
The 'strerror' syscall.
- StrerrorSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.StrerrorSyscall
-
Ctor.
- Syscall - Interface in EOorg.EOeolang.EOsys
-
System call that can be made with EO objects (
Phi
) as arguments. - systemStatus - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Status and configuration description.
- SystemTime() - Constructor for class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
T
- take() - Method in interface org.eolang.Bytes
-
Get bytes itself.
- take() - Method in class org.eolang.BytesOf
- take() - Method in class org.eolang.Dataized
-
Extract the data from the object.
- take(Class<T>) - Method in class org.eolang.Dataized
-
Take the data with a type.
- take(String) - Method in class org.eolang.Data.ToPhi
- take(String) - Method in class org.eolang.PhDefault
- take(String) - Method in interface org.eolang.Phi
-
Take object by name of the attribute.
- take(String) - Method in class org.eolang.PhLocated
- take(String) - Method in class org.eolang.PhLogged
- take(String) - Method in class org.eolang.PhNamed
- take(String) - Method in class org.eolang.PhSafe
- take(String) - Method in class org.eolang.PhTraced
- Term - Interface in org.eolang
-
A φ-calculus term.
- Timeval() - Constructor for class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall.Timeval
- ToPhi(Object) - Constructor for class org.eolang.Data.ToPhi
-
Ctor.
- toPointer() - Method in class EOorg.EOeolang.EOsys.Win32.BaseTSD.ULONG_PTR
-
Convert to pointer.
- toString() - Method in class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
- toString() - Method in class org.eolang.AtComposite
- toString() - Method in class org.eolang.AtEnvelope
- toString() - Method in class org.eolang.AtFormed
- toString() - Method in class org.eolang.AtOnce
- toString() - Method in class org.eolang.AtVoid
- toString() - Method in class org.eolang.BytesOf
- toString() - Method in class org.eolang.Data.ToPhi
- toString() - Method in class org.eolang.PhDefault
- toString() - Method in class org.eolang.PhLocated
- toString() - Method in class org.eolang.PhLogged
- toString() - Method in class org.eolang.PhNamed
- toString() - Method in class org.eolang.PhSafe
U
- ULONG_PTR(long) - Constructor for class EOorg.EOeolang.EOsys.Win32.BaseTSD.ULONG_PTR
-
Ctor.
- Universe - Interface in org.eolang
-
Class to manipulate eo objects within "Universe" paradigm.
- UniverseDefault - Class in org.eolang
-
Default implementation that can be used on the java side.
- UniverseDefault(Phi) - Constructor for class org.eolang.UniverseDefault
-
Ctor.
- UniverseDefault(Phi, Map<Integer, Phi>) - Constructor for class org.eolang.UniverseDefault
-
Ctor.
- UniverseSafe - Class in org.eolang
-
Universe
to be used from within native function. - UniverseSafe(UniverseDefault, AtomicReference<Throwable>) - Constructor for class org.eolang.UniverseSafe
-
Ctor.
- usec - Variable in class EOorg.EOeolang.EOsys.Posix.GettimeofdaySyscall.Timeval
-
Microseconds since Jan.
V
- vendorInfo - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Vendor info.
- VerboseBytesAsString - Class in org.eolang
- VerboseBytesAsString(byte[]) - Constructor for class org.eolang.VerboseBytesAsString
-
Ctor.
- version - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
-
Version.
- Versionized - Annotation Type in org.eolang
-
Annotation for an object which location should be extended with version package.
- Volatile - Annotation Type in org.eolang
-
Annotation for an object with a volatile phi (never cached).
W
- WinBase - Interface in EOorg.EOeolang.EOsys.Win32
-
Ported from Winbase.h (kernel32.dll/kernel services).
- WinBase.OVERLAPPED - Class in EOorg.EOeolang.EOsys.Win32
-
The Overlapped structure contains information used in asynchronous (or overlapped) input and output (I/O).
- WinBase.SECURITY_ATTRIBUTES - Class in EOorg.EOeolang.EOsys.Win32
-
The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.
- Wincon - Interface in EOorg.EOeolang.EOsys.Win32
-
Ported from Wincon.h.
- WinDef - Interface in EOorg.EOeolang.EOsys.Win32
-
Ported from Windef.h (various macros and types).
- WinDef.DWORD - Class in EOorg.EOeolang.EOsys.Win32
-
The 32-bit unsigned integer.
- WinDef.WORD - Class in EOorg.EOeolang.EOsys.Win32
-
The 16-bit unsigned integer.
- WinNT - Interface in EOorg.EOeolang.EOsys.Win32
-
This module defines the 32-Bit Windows types and constants that are defined by NT, but exposed through the Win32 API.
- WinNT.HANDLE - Class in EOorg.EOeolang.EOsys.Win32
-
Handle to an object.
- Winsock - Interface in EOorg.EOeolang.EOsys.Win32
-
Interface definitions for
WS2_32.dll
. - WINSOCK_VERSION_2_2 - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Winsock version.
- WORD(long) - Constructor for class EOorg.EOeolang.EOsys.Win32.WinDef.WORD
-
Instantiates a new word.
- write(int, String, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
-
Writes given bytes buffer to file descriptor.
- WriteFile(WinNT.HANDLE, byte[], int, IntByReference, WinBase.OVERLAPPED) - Method in interface EOorg.EOeolang.EOsys.Win32.Kernel32
-
Writes data to the specified file or input/output (I/O) device.
- WriteFileFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WriteFile kernel32 function call.
- WriteFileFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.WriteFileFuncCall
-
Ctor.
- WriteSyscall - Class in EOorg.EOeolang.EOsys.Posix
-
Write syscall.
- WriteSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.WriteSyscall
-
Ctor.
- WSACleanup() - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Stops usage of Winsock 2 by DLL.
- WSACleanupFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WSACleanup WS2_32 function call.
- WSACleanupFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.WSACleanupFuncCall
-
Ctor.
- WSAData() - Constructor for class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
- WSAEINVAL - Static variable in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Error code that indicates that an invalid argument was passed to the function.
- WSAGetLastError() - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Retrieve the last error from winsock.
- WSAGetLastErrorFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WSAGetLastError WS2_32 function call.
- WSAGetLastErrorFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.WSAGetLastErrorFuncCall
-
Ctor.
- WSAStartup(short, WSAStartupFuncCall.WSAData) - Method in interface EOorg.EOeolang.EOsys.Win32.Winsock
-
Initializes winsock usage by DLL process.
- WSAStartupFuncCall - Class in EOorg.EOeolang.EOsys.Win32
-
WSAStartup WS2_32 function call.
- WSAStartupFuncCall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall
-
Ctor.
- WSAStartupFuncCall.WSAData - Class in EOorg.EOeolang.EOsys.Win32
-
The WSAData structure contains information about the implementation of Windows sockets.
X
- XmirObject - Annotation Type in org.eolang
-
Annotation for an object made from XMIR.
- xor(Bytes) - Method in interface org.eolang.Bytes
-
XOR operation.
- xor(Bytes) - Method in class org.eolang.BytesOf
Y
- year - Variable in class EOorg.EOeolang.EOsys.Win32.GetSystemTimeFuncCall.SystemTime
-
Year.
Z
- zero - Variable in class EOorg.EOeolang.EOsys.SockaddrIn
-
Padding to match C structure.
Φ
- Φ - Static variable in interface org.eolang.Phi
-
The global scope object, which owns all other objects.
- φTerm() - Method in class org.eolang.AtComposite
- φTerm() - Method in class org.eolang.AtEnvelope
- φTerm() - Method in class org.eolang.AtFormed
- φTerm() - Method in class org.eolang.AtOnce
- φTerm() - Method in class org.eolang.AtVoid
- φTerm() - Method in class org.eolang.Data.ToPhi
- φTerm() - Method in class org.eolang.PhDefault
- φTerm() - Method in class org.eolang.PhLocated
- φTerm() - Method in class org.eolang.PhLogged
- φTerm() - Method in class org.eolang.PhNamed
- φTerm() - Method in class org.eolang.PhSafe
- φTerm() - Method in class org.eolang.PhTraced
- φTerm() - Method in interface org.eolang.Term
-
To φ-calculus term, as text.
All Classes All Packages