Uses of Interface
es.uned.compiler.semantic.type.TypeTableIF

Packages that use TypeTableIF
compiler.semantic.type   
es.uned.compiler.semantic.symbol   
 

Uses of TypeTableIF in compiler.semantic.type
 

Classes in compiler.semantic.type that implement TypeTableIF
 class TypeTable
          Clase que representa la tabla de tipos.
 

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

Methods in es.uned.compiler.semantic.symbol that return TypeTableIF
 TypeTableIF Scope.getTypeTable()
          Returns the typeTable.
 

Methods in es.uned.compiler.semantic.symbol with parameters of type TypeTableIF
 void Scope.setTypeTable(TypeTableIF typeTable)
          Sets The typeTable.