|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.uned.compiler.intermediate.TemporalFactory
public class TemporalFactory
Factoria para la creación de temporales (Temporal) de código intermedio. Todos los nombres de los temporales llevarán el prefijo .T
Constructor Summary | |
---|---|
TemporalFactory(ScopeIF scope)
Constructor for TemporalFactory. |
Method Summary | |
---|---|
Temporal |
create()
Creates a new temporal. |
Temporal |
create(java.lang.String name)
Creates a new temporal with the selected name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemporalFactory(ScopeIF scope)
Method Detail |
---|
public Temporal create()
create
in interface TemporalFactoryIF
public Temporal create(java.lang.String name)
create
in interface TemporalFactoryIF
name
- The name of the temporal.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |