Uses of Class
de.cau.cs.kieler.krep.compiler.lustre.Operator

Packages that use Operator
de.cau.cs.kieler.krep.compiler.ceq Implementation of clocked equations. 
de.cau.cs.kieler.krep.compiler.klp Klp instructions. 
de.cau.cs.kieler.krep.compiler.lustre Implementation of arbitrary Lustre equations. 
de.cau.cs.kieler.krep.compiler.parser   
 

Uses of Operator in de.cau.cs.kieler.krep.compiler.ceq
 

Constructors in de.cau.cs.kieler.krep.compiler.ceq with parameters of type Operator
BinOpExpression(String name, Expression expr1, Expression expr2, Operator operator, Program p)
          Generate binary operator.
 

Uses of Operator in de.cau.cs.kieler.krep.compiler.klp
 

Constructors in de.cau.cs.kieler.krep.compiler.klp with parameters of type Operator
BinOpInstruction(Variable toVar, RegAccess read1, RegAccess read2, Operator operator)
           
IBinOpInstruction(Variable toVar, RegAccess read, int c, Operator operator)
           
 

Uses of Operator in de.cau.cs.kieler.krep.compiler.lustre
 

Methods in de.cau.cs.kieler.krep.compiler.lustre that return Operator
static Operator Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.krep.compiler.lustre with parameters of type Operator
static int Operator.eval(int a1, int a2, Operator op)
          static evaluation.
 

Constructors in de.cau.cs.kieler.krep.compiler.lustre with parameters of type Operator
BinOpExpression(String name, Expression e1, Expression e2, Operator op)
          generate new binary operation.
 

Uses of Operator in de.cau.cs.kieler.krep.compiler.parser
 

Methods in de.cau.cs.kieler.krep.compiler.parser that return Operator
 Operator scadeParser.bin_op()
           
 Operator lustreParser.binop()