public class FileSymbolTable extends Object implements SymbolTable
| Constructor and Description |
|---|
FileSymbolTable(File file) |
| Modifier and Type | Method and Description |
|---|---|
String |
at(int index) |
void |
flush() |
int |
lookup(String symbol) |
void |
update() |
public FileSymbolTable(File file)
public void update()
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic String at(int index)
at in interface SymbolTablepublic int lookup(String symbol)
lookup in interface SymbolTableCopyright © 2015. All rights reserved.