|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.isa.syscalls.SyscallTable
public abstract class SyscallTable
System call database.
| Constructor Summary | |
|---|---|
SyscallTable()
|
|
| Method Summary | |
|---|---|
abstract long |
getNumSyscalls()
Return the number of syscalls. |
abstract Syscall |
getSyscall(long num)
Return the NUM'th system call; implemented using findSyscall. |
abstract Syscall |
getSyscall(String Name)
|
abstract Syscall |
getSyscall(Task task)
Assuming that TASK is at a system-call entry, return the system call. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyscallTable()
| Method Detail |
|---|
public abstract Syscall getSyscall(String Name)
public abstract Syscall getSyscall(long num)
public abstract long getNumSyscalls()
public abstract Syscall getSyscall(Task task)
task - the task that system call occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||