Uses of Interface
es.uned.compiler.semantic.symbol.SymbolTableIF

Packages that use SymbolTableIF
compiler.semantic.symbol   
es.uned.compiler.semantic.symbol   
 

Uses of SymbolTableIF in compiler.semantic.symbol
 

Classes in compiler.semantic.symbol that implement SymbolTableIF
 class SymbolTable
          Clase que representa una tabla de símbolos.
 

Uses of SymbolTableIF in es.uned.compiler.semantic.symbol
 

Methods in es.uned.compiler.semantic.symbol that return SymbolTableIF
 SymbolTableIF ScopeIF.getSymbolTable()
          Returns the symbolTable.
 SymbolTableIF Scope.getSymbolTable()
          Returns the symbolTable.
 

Methods in es.uned.compiler.semantic.symbol with parameters of type SymbolTableIF
 void ScopeIF.setSymbolTable(SymbolTableIF symbolTable)
          Sets The symbolTable.
 void Scope.setSymbolTable(SymbolTableIF symbolTable)
          Sets The symbolTable.