|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.uned.compiler.intermediate.TemporalTable
public class TemporalTable
Clase que implementa una tabla de temporales. Es creada al crearse un objeto Scope
Constructor Summary | |
---|---|
TemporalTable(ScopeIF scope)
Returns the scope of this temporal table. |
Method Summary | |
---|---|
void |
addTemporal(Temporal temporal)
Sets a temporal to the temporal table. |
boolean |
containsTemporal(Temporal temporal)
Indicates whether the temporal is contained in the temporal table. |
ScopeIF |
getScope()
Returns the scope of this Symbol table. |
java.util.List |
getTemporals()
Returns the list of temporals. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemporalTable(ScopeIF scope)
Method Detail |
---|
public void addTemporal(Temporal temporal)
addTemporal
in interface TemporalTableIF
temporal
- the temporal to add.public boolean containsTemporal(Temporal temporal)
containsTemporal
in interface TemporalTableIF
temporal
- The temporal.
public ScopeIF getScope()
getScope
in interface TemporalTableIF
public java.util.List getTemporals()
getTemporals
in interface TemporalTableIF
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |