es.uned.compiler.intermediate
Interface LabelFactoryIF

All Known Implementing Classes:
LabelFactory

public interface LabelFactoryIF

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


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

Method Detail

create

Label create()
Creates a new label.

Returns:
A new label.

create

Label create(java.lang.String name)
Creates a new label with the selected name.

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