Package org.teavm.cache
Class FileSymbolTable
- java.lang.Object
-
- org.teavm.cache.FileSymbolTable
-
- All Implemented Interfaces:
SymbolTable
public class FileSymbolTable extends Object implements SymbolTable
-
-
Constructor Summary
Constructors Constructor Description FileSymbolTable(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringat(int index)voidflush()intlookup(String symbol)voidupdate()
-
-
-
Constructor Detail
-
FileSymbolTable
public FileSymbolTable(File file)
-
-
Method Detail
-
update
public void update() throws IOException- Throws:
IOException
-
flush
public void flush() throws IOException- Throws:
IOException
-
at
public String at(int index)
- Specified by:
atin interfaceSymbolTable
-
lookup
public int lookup(String symbol)
- Specified by:
lookupin interfaceSymbolTable
-
-