| Package | Description |
|---|---|
| com.corticon.rulesemf.ast | |
| com.corticon.rulesemf.ast.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssignmentExpression
A representation of the model object 'Assignment Expression'
|
interface |
CompoundExpression
A representation of the model object 'Compound Expression'
|
interface |
Expression
A representation of the model object 'Expression'
|
| Modifier and Type | Method and Description |
|---|---|
GeneralExpression |
AstFactory.createGeneralExpression()
Returns a new object of class 'General Expression'
|
GeneralExpression |
IfExpression.getElseExpr()
Returns the value of the 'Else Expr' containment reference
|
GeneralExpression |
IfExpression.getThenExpr()
Returns the value of the 'Then Expr' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfExpression.setElseExpr(GeneralExpression value)
Sets the value of the '
Else Expr' containment reference |
void |
IfExpression.setThenExpr(GeneralExpression value)
Sets the value of the '
Then Expr' containment reference |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AstSwitch.caseGeneralExpression(GeneralExpression object)
Returns the result of interpreting the object as an instance of 'General Expression'
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.