|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
de.cau.cs.kieler.krep.compiler.exceptions | Exceptions that are thrown by the compiler. |
de.cau.cs.kieler.krep.compiler.lustre | Implementation of arbitrary Lustre equations. |
de.cau.cs.kieler.krep.compiler.parser |
Uses of Expression in de.cau.cs.kieler.krep.compiler.exceptions |
---|
Constructors in de.cau.cs.kieler.krep.compiler.exceptions with parameters of type Expression | |
---|---|
ClockException(Expression ctxt,
ClockList expc,
ClockList act)
|
|
TypeException(Expression ctxt,
String expct,
String act)
|
Uses of Expression in de.cau.cs.kieler.krep.compiler.lustre |
---|
Subclasses of Expression in de.cau.cs.kieler.krep.compiler.lustre | |
---|---|
class |
BinOpExpression
Lustre binary expression this excludes when and ->. |
class |
CurrentExpression
Lustre clock operator current. |
class |
IfExpression
Lustre "if" Expression. |
class |
InitExpression
Initialization of Lustre flows. |
class |
NotExpression
Lustre "not" operator. |
class |
NumberExpression
Integer constant in a Lustre program. |
class |
PreExpression
Lustre previous expression. |
class |
VarAccessExpression
Implement the possible immediate access to a Lustre variable. |
class |
WhenExpression
Implementation of the when operator. |
Methods in de.cau.cs.kieler.krep.compiler.lustre with parameters of type Expression | |
---|---|
void |
Lustre.addEq(String s,
Expression e)
|
void |
WhenExpression.setExpression(Expression e)
|
void |
Expression.setInit(Expression e)
|
Constructors in de.cau.cs.kieler.krep.compiler.lustre with parameters of type Expression | |
---|---|
BinOpExpression(String name,
Expression e1,
Expression e2,
Operator op)
generate new binary operation. |
|
CurrentExpression(String name,
Expression e)
|
|
IfExpression(String name,
Expression e1,
Expression e2,
Expression e3)
|
|
InitExpression(String name,
Expression e1,
Expression e2)
generate new initial operation. |
|
NotExpression(String name,
Expression e)
|
|
PreExpression(String name,
Expression e)
|
|
WhenExpression(String name,
Expression e,
VarAccessExpression c)
generate new when operator. |
Uses of Expression in de.cau.cs.kieler.krep.compiler.parser |
---|
Methods in de.cau.cs.kieler.krep.compiler.parser that return Expression | |
---|---|
Expression |
lustreParser.expression(String name)
|
Expression |
lustreParser.rbinop(String name,
Expression e1)
|
Methods in de.cau.cs.kieler.krep.compiler.parser with parameters of type Expression | |
---|---|
Expression |
lustreParser.rbinop(String name,
Expression e1)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |