Interface SymbolTable.Symbol

All Known Implementing Classes:
DefaultSymbolTable.DefaultSymbol
Enclosing interface:
SymbolTable

public static interface SymbolTable.Symbol
The definition of the symbol
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The index on the stack for this symbol
    The name of the symbol
  • Method Details

    • getName

      The name of the symbol
      Returns:
      the name
    • getIndex

      int getIndex()
      The index on the stack for this symbol
      Returns:
      the index