static class FunctionSafeJep.SafeFunctionTable extends FunctionTable
Modifier and Type | Field and Description |
---|---|
private FunctionSafeJep |
jep |
private static long |
serialVersionUID |
Constructor and Description |
---|
FunctionSafeJep.SafeFunctionTable(FunctionSafeJep jep) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key)
If the key is already registered, return TRUE.
|
private String |
nextToken(String token)
Get the next token in the parser.
|
private void |
readObject(ObjectInputStream ois) |
private void |
writeObject(ObjectOutputStream ois) |
get, get, put, put
private static final long serialVersionUID
private final FunctionSafeJep jep
FunctionSafeJep.SafeFunctionTable(FunctionSafeJep jep)
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class Hashtable
private String nextToken(String token)
token
- The current tokenprivate void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream ois) throws IOException
IOException