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

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.
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.
at(Phi, String) - Static method in class org.eolang.Expect
Starting point.
AtComposite - Class in org.eolang
Attribute that constructs object lazily.
AtComposite(Phi, Function<Phi, Phi>) - Constructor for class org.eolang.AtComposite
Ctor.
Atom - Interface in org.eolang
Atom.
AtomSafe - Class in org.eolang
Atom that catches exceptions.
AtomSafe(Phi) - 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.
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, SockaddrIn, int) - Method in interface EOorg.EOeolang.EOsys.Posix.CStdLib
Assigns the address specified by addr to the socket referred to by the file descriptor sockfd.
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 descriptor sockfd.
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.PhLogged
 
copy() - Method in class org.eolang.PhOnce
 
copy() - Method in class org.eolang.PhSafe
 
copy(Phi) - Method in class org.eolang.AtComposite
 
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
Makes a Phi out of a primitive Java object, like String or Integer.
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.PhLogged
 
delta() - Method in class org.eolang.PhOnce
 
delta() - Method in class org.eolang.PhSafe
 
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

enclosure() - Method in exception EOorg.EOeolang.EOerror.ExError
Take it.
EOangle - Class in EOorg.EOeolang.EOmath
40-66-80-00-00-00-00-00 40-66-80-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOangle() - Constructor for class EOorg.EOeolang.EOmath.EOangle
Ctor.
EOangle$EOcos - Class in EOorg.EOeolang.EOmath
Angle.cos.
EOangle$EOcos() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOcos
 
EOangle$EOsin - Class in EOorg.EOeolang.EOmath
Angle.sin.
EOangle$EOsin() - Constructor for class EOorg.EOeolang.EOmath.EOangle$EOsin
 
EObytes - Class in EOorg.EOeolang
01- 40-20-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-6E-6F-6E-20-38-20-6C-65-6E-67-74-68-20-62-79-74-65-73-20-74-6F-20-61-20-6E-75-6D-62-65-72-2C-20-62-79-74-65-73-20-61-72-65-20-25-78 40-20-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-6E-6F-6E-20-38-20-6C-65-6E-67-74-68-20-62-79-74-65-73-20-74-6F-20-69-36-34-2C-20-62-79-74-65-73-20-61-72-65-20-25-78 40-10-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-6E-6F-6E-20-34-20-6C-65-6E-67-74-68-20-62-79-74-65-73-20-74-6F-20-69-33-32-2C-20-62-79-74-65-73-20-61-72-65-20-25-78 40-00-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-6E-6F-6E-20-32-20-6C-65-6E-67-74-68-20-62-79-74-65-73-20-74-6F-20-69-31-36-2C-20-62-79-74-65-73-20-61-72-65-20-25-78
EObytes() - Constructor for class EOorg.EOeolang.EObytes
Ctor.
EObytes_as_array - Class in EOorg.EOeolang.EOstructs
00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00
EObytes_as_array() - Constructor for class EOorg.EOeolang.EOstructs.EObytes_as_array
Ctor.
EObytes_as_input - Class in EOorg.EOeolang.EOio
-- 00-00-00-00-00-00-00-00 -- -- 00-00-00-00-00-00-00-00
EObytes_as_input() - Constructor for class EOorg.EOeolang.EOio.EObytes_as_input
Ctor.
EObytes$EOand - Class in EOorg.EOeolang
BYTES.AND.
EObytes$EOand() - Constructor for class EOorg.EOeolang.EObytes$EOand
Ctor.
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$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.
EOconsole - Class in EOorg.EOeolang.EOio
-- 72-65-61-64 77-72-69-74-65 -- 52-65-61-64-46-69-6C-65 57-72-69-74-65-46-69-6C-65
EOconsole() - Constructor for class EOorg.EOeolang.EOio.EOconsole
Ctor.
EOcti - Class in EOorg.EOeolang
EOcti() - Constructor for class EOorg.EOeolang.EOcti
Ctor.
EOdataized - Class in EOorg.EOeolang
01-
EOdataized() - Constructor for class EOorg.EOeolang.EOdataized
Ctor.
EOdead_input - Class in EOorg.EOeolang.EOio
--
EOdead_input() - Constructor for class EOorg.EOeolang.EOio.EOdead_input
Ctor.
EOdead_output - Class in EOorg.EOeolang.EOio
EOdead_output() - Constructor for class EOorg.EOeolang.EOio.EOdead_output
Ctor.
EOdir - Class in EOorg.EOeolang.EOfs
2A-2A 00-00-00-00-00-00-00-00 44-69-72-65-63-74-6F-72-79-20-25-73-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-63-72-65-61-74-65-20-74-65-6D-70-6F-72-61-72-79-20-66-69-6C-65 54-68-65-20-66-69-6C-65-20-25-73-20-69-73-20-61-20-64-69-72-65-63-74-6F-72-79-2C-20-63-61-6E-27-74-20-6F-70-65-6E-20-66-6F-72-20-49-2F-4F-20-6F-70-65-72-61-74-69-6F-6E-73
EOdir() - Constructor for class EOorg.EOeolang.EOfs.EOdir
Ctor.
EOdir$EOmade$EOmkdir - Class in EOorg.EOeolang.EOfs
Dir.made.mkdir.
EOdir$EOmade$EOmkdir() - Constructor for class EOorg.EOeolang.EOfs.EOdir$EOmade$EOmkdir
 
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
40-05-BF-0A-8B-14-57-69
EOe() - Constructor for class EOorg.EOeolang.EOmath.EOe
Ctor.
EOerror - Class in EOorg.EOeolang
ERROR.
EOerror() - Constructor for class EOorg.EOeolang.EOerror
Ctor.
EOerror.ExError - Exception in EOorg.EOeolang
This exception is thrown by the EOerror object only.
EOfalse - Class in EOorg.EOeolang
00- 01-
EOfalse() - Constructor for class EOorg.EOeolang.EOfalse
Ctor.
EOfile - Class in EOorg.EOeolang.EOfs
72- 77- 61- 72-2B 77-2B 61-2B 57-72-6F-6E-67-20-61-63-63-65-73-73-20-6D-6F-64-2E-20-4F-6E-6C-79-20-6E-65-78-74-20-6D-6F-64-65-73-20-61-72-65-20-61-76-61-69-6C-61-62-6C-65-3A-20-27-72-27-2C-20-27-77-27-2C-20-27-61-27-2C-20-27-72-2B-27-2C-20-27-77-2B-27-2C-20-27-61-2B-27 46-69-6C-65-20-6D-75-73-74-20-65-78-69-73-74-20-66-6F-72-20-67-69-76-65-6E-20-61-63-63-65-73-73-20-6D-6F-64-3A-20-27-25-73-27 -- 43-61-6E-27-74-20-72-65-61-64-20-66-72-6F-6D-20-66-69-6C-65-20-77-69-74-68-20-70-72-6F-76-69-64-65-64-20-61-63-63-65-73-73-20-6D-6F-64-65-20-27-25-73-27 43-61-6E-27-74-20-77-72-69-74-65-20-74-6F-20-66-69-6C-65-20-77-69-74-68-20-70-72-6F-76-69-64-65-64-20-61-63-63-65-73-73-20-6D-6F-64-65-20-27-25-73-27
EOfile() - Constructor for class EOorg.EOeolang.EOfs.EOfile
Ctor.
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$EOmove - Class in EOorg.EOeolang.EOfs
File.moved.move.
EOfile$EOmoved$EOmove() - Constructor for class EOorg.EOeolang.EOfs.EOfile$EOmoved$EOmove
 
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$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$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
47-65-74-45-6E-76-69-72-6F-6E-6D-65-6E-74-56-61-72-69-61-62-6C-65 40-80-00-00-00-00-00-00 67-65-74-65-6E-76
EOgetenv() - Constructor for class EOorg.EOeolang.EOsys.EOgetenv
Ctor.
EOgo - Class in EOorg.EOeolang
40-20-00-00-00-00-00-00
EOgo() - Constructor for class EOorg.EOeolang.EOgo
Ctor.
EOhash_code_of - Class in EOorg.EOeolang.EOstructs
40-3F-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00
EOhash_code_of() - Constructor for class EOorg.EOeolang.EOstructs.EOhash_code_of
Ctor.
EOi16 - Class in EOorg.EOeolang
BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 00-00 FF-FF 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 00-00 FF-FF 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 00-00 43-61-6E-27-74-20-64-69-76-69-64-65-20-25-64-20-62-79-20-69-31-36-20-7A-65-72-6F FF-FF
EOi16() - Constructor for class EOorg.EOeolang.EOi16
Ctor.
EOi16$EOas_i32 - Class in EOorg.EOeolang
The i16.as-i32.
EOi16$EOas_i32() - Constructor for class EOorg.EOeolang.EOi16$EOas_i32
 
EOi32 - Class in EOorg.EOeolang
BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 00-00 FF-FF 40-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-69-33-32-20-6E-75-6D-62-65-72-20-25-64-20-74-6F-20-69-31-36-20-62-65-63-61-75-73-65-20-69-74-27-73-20-6F-75-74-20-6F-66-20-69-31-36-20-62-6F-75-6E-64-73 00-00-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 00-00-00-00 FF-FF-FF-FF 00-00-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 00-00-00-00 FF-FF-FF-FF 00-00-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 00-00-00-00 43-61-6E-27-74-20-64-69-76-69-64-65-20-25-64-20-62-79-20-69-33-32-20-7A-65-72-6F FF-FF-FF-FF
EOi32() - Constructor for class EOorg.EOeolang.EOi32
Ctor.
EOi32$EOas_i64 - Class in EOorg.EOeolang
The i32.as-i64.
EOi32$EOas_i64() - Constructor for class EOorg.EOeolang.EOi32$EOas_i64
 
EOi64 - Class in EOorg.EOeolang
BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-10-00-00-00-00-00-00 00-00-00-00 FF-FF-FF-FF 40-10-00-00-00-00-00-00 40-10-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-69-36-34-20-6E-75-6D-62-65-72-20-25-64-20-74-6F-20-69-33-32-20-62-65-63-61-75-73-65-20-69-74-27-73-20-6F-75-74-20-6F-66-20-69-33-32-20-62-6F-75-6E-64-73 00-00-00-00-00-00-00-00
EOi64() - Constructor for class EOorg.EOeolang.EOi64
Ctor.
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$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
40-B0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOinput_length() - Constructor for class EOorg.EOeolang.EOio.EOinput_length
Ctor.
EOintegral - Class in EOorg.EOeolang.EOmath
40-18-00-00-00-00-00-00 40-10-00-00-00-00-00-00 3F-E0-00-00-00-00-00-00 40-20-00-00-00-00-00-00
EOintegral() - Constructor for class EOorg.EOeolang.EOmath.EOintegral
Ctor.
EOline_separator - Class in EOorg.EOeolang.EOsys
0D-0A 0A-
EOline_separator() - Constructor for class EOorg.EOeolang.EOsys.EOline_separator
Ctor.
EOlist - Class in EOorg.EOeolang.EOstructs
00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOlist() - Constructor for class EOorg.EOeolang.EOstructs.EOlist
Ctor.
EOmalloc - Class in EOorg.EOeolang
00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOmalloc() - Constructor for class EOorg.EOeolang.EOmalloc
Ctor.
EOmalloc_as_output - Class in EOorg.EOeolang.EOio
00-00-00-00-00-00-00-00
EOmalloc_as_output() - Constructor for class EOorg.EOeolang.EOio.EOmalloc_as_output
Ctor.
EOmalloc$EOof$EOallocated$EOread - Class in EOorg.EOeolang
Malloc.of.allocated.read object.
EOmalloc$EOof$EOallocated$EOresized - Class in EOorg.EOeolang
Malloc.of.allocated.resized 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
00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 4F-62-6A-65-63-74-20-62-79-20-68-61-73-68-20-63-6F-64-65-20-25-64-20-66-72-6F-6D-20-67-69-76-65-6E-20-6B-65-79-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-73 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOmap() - Constructor for class EOorg.EOeolang.EOstructs.EOmap
Ctor.
EOnan - Class in EOorg.EOeolang
7F-F8-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-4E-61-4E-20-74-6F-20-69-36-34
EOnan() - Constructor for class EOorg.EOeolang.EOnan
Ctor.
EOnegative_infinity - Class in EOorg.EOeolang
FF-F0-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-6E-65-67-61-74-69-76-65-20-69-6E-66-69-6E-69-74-79-20-74-6F-20-69-36-34 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 80-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOnegative_infinity() - Constructor for class EOorg.EOeolang.EOnegative_infinity
Ctor.
EOnumber - Class in EOorg.EOeolang
BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 80-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOnumber() - Constructor for class EOorg.EOeolang.EOnumber
Ctor.
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$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$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
43-61-6E-27-74-20-67-65-74-20-6D-61-78-20-6E-75-6D-62-65-72-20-66-72-6F-6D-20-65-6D-70-74-79-20-73-65-71-75-65-6E-63-65 43-61-6E-27-74-20-67-65-74-20-6D-69-6E-20-6E-75-6D-62-65-72-20-66-72-6F-6D-20-65-6D-70-74-79-20-73-65-71-75-65-6E-63-65
EOnumbers() - Constructor for class EOorg.EOeolang.EOmath.EOnumbers
Ctor.
EOorg - package EOorg
EO org package.
EOorg.EOeolang - package EOorg.EOeolang
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOfs - package EOorg.EOeolang.EOfs
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOio - package EOorg.EOeolang.EOio
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOmath - package EOorg.EOeolang.EOmath
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOnet - package EOorg.EOeolang.EOnet
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOstructs - package EOorg.EOeolang.EOstructs
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOorg.EOeolang.EOsys - package EOorg.EOeolang.EOsys
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
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
This file was auto-generated by eo-maven-plugin, don't modify it, all changes will be lost anyway.
EOos - Class in EOorg.EOeolang.EOsys
40-18-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-1C-00-00-00-00-00-00 57-69-6E-64-6F-77-73 2F-6C-69-6E-75-78-2F-69 2F-6D-61-63-2F-69
EOos() - Constructor for class EOorg.EOeolang.EOsys.EOos
Ctor.
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
2F- 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 2E- -- 2F-2F 2F- 2E-2E 00-00-00-00-00-00-00-00 2E-2E 2E- -- 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 2E- 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 -- 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 5C- 2F-5E-5B-61-2D-7A-41-2D-5A-5D-3A-2F 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 2F-5C-2F-2F BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-00-00-00-00-00-00-00 C0-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 2E- 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-08-00-00-00-00-00-00 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 -- -- 5C-5C 2E-2E 00-00-00-00-00-00-00-00 2E-2E 2E- -- 00-00-00-00-00-00-00-00 40-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 2E- 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 -- 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOpath() - Constructor for class EOorg.EOeolang.EOfs.EOpath
Ctor.
EOpi - Class in EOorg.EOeolang.EOmath
40-09-21-FB-54-44-2D-18
EOpi() - Constructor for class EOorg.EOeolang.EOmath.EOpi
Ctor.
EOpositive_infinity - Class in EOorg.EOeolang
7F-F0-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-70-6F-73-69-74-69-76-65-20-69-6E-66-69-6E-69-74-79-20-74-6F-20-69-36-34 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 80-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOpositive_infinity() - Constructor for class EOorg.EOeolang.EOpositive_infinity
Ctor.
EOposix - Class in EOorg.EOeolang.EOsys
00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-18-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOposix() - Constructor for class EOorg.EOeolang.EOsys.EOposix
Ctor.
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
00-20-00-00-00-00-00-00 42-17-7B-B3-99-B4-00-00 40-26-00-00-00-00-00-00 00-0F-FF-FF-FF-FF-FF-FF 40-41-80-00-00-00-00-00 40-4A-80-00-00-00-00-00 40-31-00-00-00-00-00-00 00-00-00-00-00-00-00-01 47-65-74-53-79-73-74-65-6D-54-69-6D-65 67-65-74-74-69-6D-65-6F-66-64-61-79 40-8F-40-00-00-00-00-00 40-8F-40-00-00-00-00-00
EOrandom() - Constructor for class EOorg.EOeolang.EOmath.EOrandom
Ctor.
EOrange - Class in EOorg.EOeolang.EOstructs
EOrange() - Constructor for class EOorg.EOeolang.EOstructs.EOrange
Ctor.
EOrange_of_ints - Class in EOorg.EOeolang.EOstructs
00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 53-6F-6D-65-20-6F-66-20-74-68-65-20-61-72-67-75-6D-65-6E-74-73-20-61-72-65-20-6E-6F-74-20-69-6E-74-65-67-65-72-73 3F-F0-00-00-00-00-00-00
EOrange_of_ints() - Constructor for class EOorg.EOeolang.EOstructs.EOrange_of_ints
Ctor.
EOreal - Class in EOorg.EOeolang.EOmath
00-00-00-00-00-00-00-00 43-61-6E-27-74-20-63-61-6C-63-75-6C-61-74-65-20-6D-6F-64-20-62-79-20-7A-65-72-6F 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOreal() - Constructor for class EOorg.EOeolang.EOmath.EOreal
Ctor.
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$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
3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 4D-61-74-63-68-65-64-20-62-6C-6F-63-6B-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-67-65-74-20-6E-65-78-74 00-00-00-00-00-00-00-00 4D-61-74-63-68-65-64-20-62-6C-6F-63-6B-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-67-65-74-20-74-65-78-74 BF-F0-00-00-00-00-00-00 4D-61-74-63-68-65-64-20-62-6C-6F-63-6B-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-67-65-74-20-27-66-72-6F-6D-27-20-70-6F-73-69-74-69-6F-6E 4D-61-74-63-68-65-64-20-62-6C-6F-63-6B-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-67-65-74-20-27-74-6F-27-20-70-6F-73-69-74-69-6F-6E 4D-61-74-63-68-65-64-20-62-6C-6F-63-6B-20-64-6F-65-73-20-6E-6F-74-20-65-78-69-73-74-2C-20-63-61-6E-27-74-20-67-65-74-20-67-72-6F-75-70-73
EOregex() - Constructor for class EOorg.EOeolang.EOtxt.EOregex
Ctor.
EOregex$EOcompiled - Class in EOorg.EOeolang.EOtxt
Regex.compiled.
EOregex$EOcompiled() - Constructor for class EOorg.EOeolang.EOtxt.EOregex$EOcompiled
 
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.
EOseq - Class in EOorg.EOeolang
00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 --
EOseq() - Constructor for class EOorg.EOeolang.EOseq
Ctor.
EOset - Class in EOorg.EOeolang.EOstructs
EOset() - Constructor for class EOorg.EOeolang.EOstructs.EOset
Ctor.
EOsocket - Class in EOorg.EOeolang.EOnet
FF- 40-20-00-00-00-00-00-00 40-20-00-00-00-00-00-00 FF- -- 73-6F-63-6B-65-74 69-6E-65-74-5F-61-64-64-72 43-6F-75-6C-64-6E-27-74-20-63-6F-6E-76-65-72-74-20-61-6E-20-49-50-76-34-20-61-64-64-72-65-73-73-20-27-25-73-27-20-69-6E-74-6F-20-61-20-33-32-2D-62-69-74-20-69-6E-74-65-67-65-72-20-76-69-61-20-27-69-6E-65-74-5F-61-64-64-72-27-20-70-6F-73-69-78-20-73-79-73-63-61-6C-6C-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 73-74-72-65-72-72-6F-72 65-72-72-6E-6F 73-65-6E-64 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-73-65-6E-64-20-6D-65-73-73-61-67-65-20-74-68-72-6F-75-67-68-20-74-68-65-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-25-73 72-65-63-76 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-72-65-63-65-69-76-65-20-64-61-74-61-20-66-72-6F-6D-20-74-68-65-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-25-73 63-6C-6F-73-65 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-63-6C-6F-73-65-20-61-20-70-6F-73-69-78-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-63-72-65-61-74-65-20-61-20-70-6F-73-69-78-20-73-6F-63-6B-65-74-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 63-6F-6E-6E-65-63-74 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-63-6F-6E-6E-65-63-74-20-74-6F-20-27-25-73-3A-25-64-27-20-6F-6E-20-70-6F-73-69-78-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 62-69-6E-64 6C-69-73-74-65-6E 40-A0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-62-69-6E-64-20-70-6F-73-69-78-20-73-6F-63-6B-65-74-20-27-25-64-27-20-74-6F-20-27-25-73-3A-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-6C-69-73-74-65-6E-20-66-6F-72-20-63-6F-6E-6E-65-63-74-69-6F-6E-73-20-74-6F-20-27-25-73-3A-25-64-27-20-6F-6E-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-27-25-73-27 61-63-63-65-70-74 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-61-63-63-65-70-74-20-61-20-63-6F-6E-6E-65-63-74-69-6F-6E-20-6F-6E-20-70-6F-73-69-78-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-72-65-61-73-6F-6E-3A-20-25-73 73-6F-63-6B-65-74 69-6E-65-74-5F-61-64-64-72 43-6F-75-6C-64-6E-27-74-20-63-6F-6E-76-65-72-74-20-61-6E-20-49-50-76-34-20-61-64-64-72-65-73-73-20-27-25-73-27-20-69-6E-74-6F-20-61-20-33-32-2D-62-69-74-20-69-6E-74-65-67-65-72-20-76-69-61-20-27-69-6E-65-74-5F-61-64-64-72-27-20-77-69-6E-33-32-20-66-75-6E-63-74-69-6F-6E-20-63-61-6C-6C-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 57-53-41-47-65-74-4C-61-73-74-45-72-72-6F-72 73-65-6E-64 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-73-65-6E-64-20-6D-65-73-73-61-67-65-20-74-68-72-6F-75-67-68-20-74-68-65-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 72-65-63-76 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-72-65-63-65-69-76-65-20-64-61-74-61-20-66-72-6F-6D-20-74-68-65-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 63-6C-6F-73-65-73-6F-63-6B-65-74 43-6F-75-6C-64-6E-27-74-20-63-6C-6F-73-65-20-61-20-77-69-6E-33-32-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 57-53-41-53-74-61-72-74-75-70 57-53-41-43-6C-65-61-6E-75-70 00-00-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-69-6E-69-74-69-61-6C-69-7A-65-20-57-69-6E-73-6F-63-6B-20-76-69-61-20-27-57-53-41-53-74-61-72-74-75-70-27-20-63-61-6C-6C-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-63-72-65-61-74-65-20-61-20-77-69-6E-33-32-20-73-6F-63-6B-65-74-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 43-6F-75-6C-64-6E-27-74-20-63-6C-65-61-6E-75-70-20-57-69-6E-73-6F-63-6B-20-72-65-73-6F-75-72-63-65-73 63-6F-6E-6E-65-63-74 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-63-6F-6E-6E-65-63-74-20-74-6F-20-27-25-73-3A-25-64-27-20-6F-6E-20-77-69-6E-33-32-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 62-69-6E-64 6C-69-73-74-65-6E 40-A0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 43-6F-75-6C-64-6E-27-74-20-62-69-6E-64-20-77-69-6E-33-32-20-73-6F-63-6B-65-74-20-27-25-64-27-20-74-6F-20-27-25-73-3A-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-6C-69-73-74-65-6E-20-66-6F-72-20-63-6F-6E-6E-65-63-74-69-6F-6E-73-20-74-6F-20-27-25-73-3A-25-64-27-20-6F-6E-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64 61-63-63-65-70-74 BF-F0-00-00-00-00-00-00 46-61-69-6C-65-64-20-74-6F-20-61-63-63-65-70-74-20-61-20-63-6F-6E-6E-65-63-74-69-6F-6E-20-6F-6E-20-77-69-6E-33-32-20-73-6F-63-6B-65-74-20-27-25-64-27-2C-20-57-53-41-20-65-72-72-6F-72-20-63-6F-64-65-3A-20-25-64
EOsocket() - Constructor for class EOorg.EOeolang.EOnet.EOsocket
Ctor.
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
-- 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 -- -- 3F-F0-00-00-00-00-00-00 -- 0D- 0A- 0A-
EOstdin() - Constructor for class EOorg.EOeolang.EOio.EOstdin
Ctor.
EOstdout - Class in EOorg.EOeolang.EOio
EOstdout() - Constructor for class EOorg.EOeolang.EOio.EOstdout
Ctor.
EOstring - Class in EOorg.EOeolang
80- E0- F0- F8- 00- C0- 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 45-78-70-65-63-74-65-64-20-25-64-20-62-79-74-65-20-63-68-61-72-61-63-74-65-72-20-61-74-20-25-64-20-69-6E-64-65-78-2C-20-62-75-74-20-74-68-65-72-65-20-61-72-65-20-6E-6F-74-20-65-6E-6F-75-67-68-20-62-79-74-65-73-20-66-6F-72-20-69-74-3A-20-25-78 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-08-00-00-00-00-00-00 40-10-00-00-00-00-00-00 55-6E-6B-6E-6F-77-6E-20-62-79-74-65-20-66-6F-72-6D-61-74-20-28-25-78-29-2C-20-63-61-6E-27-74-20-72-65-63-6F-67-6E-69-7A-65-20-63-68-61-72-61-63-74-65-72 80- E0- F0- F8- 00- C0- 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 53-74-61-72-74-20-69-6E-64-65-78-20-28-25-64-29-20-69-73-20-6F-75-74-20-6F-66-20-73-74-72-69-6E-67-20-62-6F-75-6E-64-73 00-00-00-00-00-00-00-00 53-74-61-72-74-20-69-6E-64-65-78-20-2B-20-6C-65-6E-67-74-68-20-74-6F-20-73-6C-69-63-65-20-28-25-64-29-20-69-73-20-6F-75-74-20-6F-66-20-73-74-72-69-6E-67-20-62-6F-75-6E-64-73 00-00-00-00-00-00-00-00 53-74-61-72-74-20-69-6E-64-65-78-20-6D-75-73-74-20-62-65-20-3E-3D-20-30-2C-20-62-75-74-20-77-61-73-20-25-64 00-00-00-00-00-00-00-00 4C-65-6E-67-74-68-20-74-6F-20-73-6C-69-63-65-20-6D-75-73-74-20-62-65-20-3E-3D-20-30-2C-20-62-75-74-20-77-61-73-20-25-64 00-00-00-00-00-00-00-00 -- 45-78-70-65-63-74-65-64-20-25-64-20-62-79-74-65-20-63-68-61-72-61-63-74-65-72-20-61-74-20-25-64-20-69-6E-64-65-78-2C-20-62-75-74-20-74-68-65-72-65-20-61-72-65-20-6E-6F-74-20-65-6E-6F-75-67-68-20-62-79-74-65-73-20-66-6F-72-20-69-74-3A-20-25-78 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-00-00-00-00-00-00-00 40-08-00-00-00-00-00-00 40-10-00-00-00-00-00-00 55-6E-6B-6E-6F-77-6E-20-62-79-74-65-20-66-6F-72-6D-61-74-20-28-25-78-29-2C-20-63-61-6E-27-74-20-72-65-63-6F-67-6E-69-7A-65-20-63-68-61-72-61-63-74-65-72
EOstring() - Constructor for class EOorg.EOeolang.EOstring
Ctor.
EOswitch - Class in EOorg.EOeolang
00-00-00-00-00-00-00-00 73-77-69-74-63-68-20-63-61-73-65-73-20-61-72-65-20-65-6D-70-74-79 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00
EOswitch() - Constructor for class EOorg.EOeolang.EOswitch
Ctor.
EOtee_input - Class in EOorg.EOeolang.EOio
--
EOtee_input() - Constructor for class EOorg.EOeolang.EOio.EOtee_input
Ctor.
EOtext - Class in EOorg.EOeolang.EOtxt
2F-5E-5B-41-2D-5A-61-2D-7A-30-2D-39-5D-2B-24-2F 2F-5E-5B-61-2D-7A-41-2D-5A-5D-2B-24-2F 2F-5E-5B-5C-78-30-30-2D-5C-78-37-46-5D-2A-24-2F 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 20- 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 20- 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 -- 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 -- 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 43-61-6E-27-74-20-72-65-70-65-61-74-20-74-65-78-74-20-25-64-20-74-69-6D-65-73 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 7A- 61- 41- -- 00-00-00-00-00-00-00 40-1C-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 5A- 41- -- 40-1C-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 47-69-76-65-6E-20-69-6E-64-65-78-20-25-64-20-69-73-20-6F-75-74-20-6F-66-20-74-65-78-74-20-62-6F-75-6E-64-73 3F-F0-00-00-00-00-00-00 -- 25-66 00-00-00-00-00-00-00-00 43-61-6E-27-74-20-63-6F-6E-76-65-72-74-20-74-65-78-74-20-25-73-20-74-6F-20-6E-75-6D-62-65-72 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00
EOtext() - Constructor for class EOorg.EOeolang.EOtxt.EOtext
Ctor.
EOtmpdir - Class in EOorg.EOeolang.EOfs
54-4D-50-44-49-52 54-4D-50 54-45-4D-50 54-45-4D-50-44-49-52 55-53-45-52-50-52-4F-46-49-4C-45 -- 43-3A-5C-57-69-6E-64-6F-77-73 2F-74-6D-70
EOtmpdir() - Constructor for class EOorg.EOeolang.EOfs.EOtmpdir
Ctor.
EOtrue - Class in EOorg.EOeolang
01- 01-
EOtrue() - Constructor for class EOorg.EOeolang.EOtrue
Ctor.
EOtry - Class in EOorg.EOeolang
TRY.
EOtry() - Constructor for class EOorg.EOeolang.EOtry
Ctor.
EOtuple - Class in EOorg.EOeolang
00-00-00-00-00-00-00-00 43-61-6E-27-74-20-67-65-74-20-70-72-65-76-20-66-72-6F-6D-20-74-68-65-20-65-6D-70-74-79-20-74-75-70-6C-65 43-61-6E-27-74-20-67-65-74-20-76-61-6C-75-65-20-66-72-6F-6D-20-74-68-65-20-65-6D-70-74-79-20-74-75-70-6C-65 43-61-6E-27-74-20-67-65-74-20-61-6E-20-6F-62-6A-65-63-74-20-66-72-6F-6D-20-74-68-65-20-65-6D-70-74-79-20-74-75-70-6C-65 3F-F0-00-00-00-00-00-00 00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 47-69-76-65-6E-20-69-6E-64-65-78-20-69-73-20-6F-75-74-20-6F-66-20-74-75-70-6C-65-20-62-6F-75-6E-64-73 BF-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00
EOtuple() - Constructor for class EOorg.EOeolang.EOtuple
Ctor.
EOwhile - Class in EOorg.EOeolang
00-00-00-00-00-00-00-00 00-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00
EOwhile() - Constructor for class EOorg.EOeolang.EOwhile
Ctor.
EOwin32 - Class in EOorg.EOeolang.EOsys
C0-24-00-00-00-00-00-00 C0-26-00-00-00-00-00-00 40-00-00-00-00-00-00-00 3F-F0-00-00-00-00-00-00 40-18-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 BF-F0-00-00-00-00-00-00 02-02 00-00-00-00-00-00-00-00
EOwin32() - Constructor for class EOorg.EOeolang.EOsys.EOwin32
Ctor.
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.PhLogged
 
equals(Object) - Method in class org.eolang.PhOnce
 
equals(Object) - Method in class org.eolang.PhSafe
 
ErrnoSyscall - Class in EOorg.EOeolang.EOsys.Posix
The 'errno' syscall.
ErrnoSyscall(Phi) - Constructor for class EOorg.EOeolang.EOsys.Posix.ErrnoSyscall
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(EOerror.ExError, String) - Constructor for exception EOorg.EOeolang.EOerror.ExError
Ctor.
ExError(Phi) - Constructor for exception EOorg.EOeolang.EOerror.ExError
Ctor.
ExError(Phi, String) - Constructor for exception EOorg.EOeolang.EOerror.ExError
Ctor.
ExError(Phi, Collection<String>) - 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.
Expect<T> - Class in org.eolang
This wrapper helps us explain our expectations in an error message that we throw.
Expect(String, Supplier<T>) - Constructor for class org.eolang.Expect
Ctor.
Expect.Int - Class in org.eolang
Transform Expect to Integer.
Expect.Natural - Class in org.eolang
Transform Expect to Natural number.
Expect.Number - Class in org.eolang
Transform Expect to Number.
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.
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.PhLogged
 
forma() - Method in class org.eolang.PhOnce
 
forma() - Method in class org.eolang.PhSafe
 
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 org.eolang.AtComposite
 
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
 
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.PhLogged
 
hashCode() - Method in class org.eolang.PhOnce
 
hashCode() - Method in class org.eolang.PhSafe
 
hasRho() - Method in class org.eolang.Data.ToPhi
 
hasRho() - Method in class org.eolang.PhDefault
 
hasRho() - Method in interface org.eolang.Phi
Returns true if object has bound rho attribute.
hasRho() - Method in class org.eolang.PhLogged
 
hasRho() - Method in class org.eolang.PhOnce
 
hasRho() - Method in class org.eolang.PhSafe
 
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.
Int(Expect<Phi>) - Constructor for class org.eolang.Expect.Int
Ctor.
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.Int
Return it.
it() - Method in class org.eolang.Expect
Return it.
it() - Method in class org.eolang.Expect.Natural
Return it.
it() - Method in class org.eolang.Expect.Number
Return it.

K

Kernel32 - Interface in EOorg.EOeolang.EOsys.Win32
Interface definitions for kernel32.dll.

L

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.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$EOresized
 
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.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.PhSafe
 
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.PhLogged
 
locator() - Method in class org.eolang.PhOnce
 
locator() - Method in class org.eolang.PhSafe
 
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.
messages() - Method in exception EOorg.EOeolang.EOerror.ExError
Take earlier seen messages.
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.
must(Function<T, Boolean>) - Method in class org.eolang.Expect
Assert on it.

N

name() - Method in annotation type org.eolang.XmirObject
The name of the object in EO.
Natural(Expect<Phi>) - Constructor for class org.eolang.Expect.Natural
Ctor.
not() - Method in interface org.eolang.Bytes
NOT operation.
not() - Method in class org.eolang.BytesOf
 
Number(Expect<Phi>) - Constructor for class org.eolang.Expect.Number
Ctor.

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.
otherwise(String) - Method in class org.eolang.Expect
Fail with this message otherwise.
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.
PhDefault - Class in org.eolang
A simple object.
PhDefault() - Constructor for class org.eolang.PhDefault
Default ctor.
PhDefault(byte[]) - Constructor for class org.eolang.PhDefault
Ctor.
Phi - Interface in org.eolang
A simple object.
PHI - Static variable in interface org.eolang.Attr
Phi attribute.
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.
PhOnce - Class in org.eolang
An object wrapping another one.
PhOnce(Supplier<Phi>) - Constructor for class org.eolang.PhOnce
Ctor.
PhSafe - Class in org.eolang
An object with coordinates (line and position) and a safe processing of any runtime errors.
PhSafe(Phi) - Constructor for class org.eolang.PhSafe
Ctor.
PhSafe(Phi, String, int, int) - Constructor for class org.eolang.PhSafe
Ctor.
PhSafe(Phi, String, int, int, String) - Constructor for class org.eolang.PhSafe
Ctor.
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, 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.PhLogged
 
put(int, Phi) - Method in class org.eolang.PhOnce
 
put(int, Phi) - Method in class org.eolang.PhSafe
 
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.PhLogged
 
put(String, Phi) - Method in class org.eolang.PhOnce
 
put(String, Phi) - Method in class org.eolang.PhSafe
 
put(Phi) - Method in class org.eolang.AtComposite
 
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.
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
Extracts the data from the EO object as a byte array.
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.PhLogged
 
take(String) - Method in class org.eolang.PhOnce
 
take(String) - Method in class org.eolang.PhSafe
 
that(Function<T, R>) - Method in class org.eolang.Expect
Assert that it passes.
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 exception EOorg.EOeolang.EOerror.ExError
 
toString() - Method in class EOorg.EOeolang.EOsys.Win32.WinNT.HANDLE
 
toString() - Method in class org.eolang.BytesOf
 

U

ULONG_PTR(long) - Constructor for class EOorg.EOeolang.EOsys.Win32.BaseTSD.ULONG_PTR
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
Makes a String byte array that can represent bool, double, int or String.
VerboseBytesAsString(byte[]) - Constructor for class org.eolang.VerboseBytesAsString
Ctor.
version - Variable in class EOorg.EOeolang.EOsys.Win32.WSAStartupFuncCall.WSAData
Version.

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 a Java class made from XMIR object.
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.
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