Class InMemorySymbolTable

java.lang.Object
org.teavm.cache.InMemorySymbolTable
All Implemented Interfaces:
SymbolTable

public class InMemorySymbolTable extends Object implements SymbolTable
  • Constructor Details

    • InMemorySymbolTable

      public InMemorySymbolTable()
  • Method Details

    • at

      public String at(int index)
      Specified by:
      at in interface SymbolTable
    • lookup

      public int lookup(String symbol)
      Specified by:
      lookup in interface SymbolTable
    • invalidate

      public void invalidate()