|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.uned.compiler.intermediate.LabelFactory
public class LabelFactory
Factoria para la creación de etiquetas (Label) de código intermedio. Todos los nombres de las etiquetas llevarán el prefijo .L
Constructor Summary | |
---|---|
LabelFactory()
Constructor for LabelFactory. |
|
LabelFactory(int index)
Constructor for LabelFactory. |
Method Summary | |
---|---|
Label |
create()
Creates a new label. |
Label |
create(java.lang.String name)
Creates a new label with the selected name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelFactory()
public LabelFactory(int index)
The
- seed for construct label names.Method Detail |
---|
public Label create()
create
in interface LabelFactoryIF
public Label create(java.lang.String name)
create
in interface LabelFactoryIF
name
- The name of the label.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |