es.uned.compiler.intermediate
Interface TemporalFactoryIF

All Known Implementing Classes:
TemporalFactory

public interface TemporalFactoryIF

Interfaz para creación de temporales de código intermedio


Method Summary
 Temporal create()
          Creates a new temporal.
 Temporal create(java.lang.String name)
          Creates a new temporal with the selected name.
 

Method Detail

create

Temporal create()
Creates a new temporal.

Returns:
A new temporal.

create

Temporal create(java.lang.String name)
Creates a new temporal with the selected name.

Parameters:
name - The name of the temporal.
Returns:
A new temporal.