Package EOorg.EOeolang.EOsys
Interface Syscall
-
- All Known Implementing Classes:
ClosesocketFuncCall,CloseSyscall,ConnectSyscall,ErrnoSyscall,GetCurrentProcessIdFuncCall,GetEnvironmentVariableFuncCall,GetenvSyscall,GetpidSyscall,GetSystemTimeFuncCall,GettimeofdaySyscall,InetAddrSyscall,ReadFileFuncCall,ReadSyscall,SocketFuncCall,SocketSyscall,StrerrorSyscall,WriteFileFuncCall,WriteSyscall,WSACleanupFuncCall,WSAStartupFuncCall
public interface SyscallSystem call that can be made with EO objects (Phi) as arguments.- Since:
- 0.40
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phimake(Phi... params)Makes native method call.
-