Interface SymbolTable

All Known Implementing Classes:
FileSymbolTable, InMemorySymbolTable

public interface SymbolTable
  • Method Summary

    Modifier and Type
    Method
    Description
    at(int index)
     
    int
    lookup(String symbol)
     
  • Method Details

    • at

      String at(int index)
    • lookup

      int lookup(String symbol)