Uses of Class
compiler.intermediate.Temporal

Packages that use Temporal
es.uned.compiler.intermediate   
 

Uses of Temporal in es.uned.compiler.intermediate
 

Methods in es.uned.compiler.intermediate that return Temporal
 Temporal TemporalFactoryIF.create()
          Creates a new temporal.
 Temporal TemporalFactory.create()
          Creates a new temporal.
 Temporal TemporalFactoryIF.create(java.lang.String name)
          Creates a new temporal with the selected name.
 Temporal TemporalFactory.create(java.lang.String name)
          Creates a new temporal with the selected name.
 

Methods in es.uned.compiler.intermediate with parameters of type Temporal
 void TemporalTableIF.addTemporal(Temporal temporal)
          Sets a temporal to the temporal table.
 void TemporalTable.addTemporal(Temporal temporal)
          Sets a temporal to the temporal table.
 boolean TemporalTableIF.containsTemporal(Temporal temporal)
          Indicates whether the temporal is contained in the temporal table.
 boolean TemporalTable.containsTemporal(Temporal temporal)
          Indicates whether the temporal is contained in the temporal table.