Uses of Class
tslib.TS_Gestor.Tabla
-
Uses of TS_Gestor.Tabla in tslib
Methods in tslib that return TS_Gestor.Tabla Modifier and Type Method Description static TS_Gestor.Tabla
TS_Gestor.Tabla. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TS_Gestor.Tabla[]
TS_Gestor.Tabla. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tslib with parameters of type TS_Gestor.Tabla Modifier and Type Method Description int
TS_Gestor. destroy(TS_Gestor.Tabla tabla)
Destruye una tabla de símbolos.int
TS_Gestor. show(TS_Gestor.Tabla tabla)
Muestra por pantalla una tabla de símbolos.int
TS_Gestor. write(TS_Gestor.Tabla tabla)
Escribe en un fichero la representación de una tabla de símbolos.