| Package | Description |
|---|---|
| com.corticon.rulesemf.ast | |
| com.corticon.rulesemf.ast.util |
| Modifier and Type | Method and Description |
|---|---|
Expression |
AstFactory.createExpression()
Returns a new object of class 'Expression'
|
Expression |
AssignmentExpression.getExpression()
Returns the value of the 'Expression' containment reference
|
Expression |
IfExpression.getIfExpr()
Returns the value of the 'If Expr' containment reference
|
Expression |
RangeExpression.getLeftExpr()
Returns the value of the 'Left Expr' containment reference
|
Expression |
RangeExpression.getRightExpr()
Returns the value of the 'Right Expr' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentExpression.setExpression(Expression value)
Sets the value of the '
Expression' containment reference |
void |
IfExpression.setIfExpr(Expression value)
Sets the value of the '
If Expr' containment reference |
void |
RangeExpression.setLeftExpr(Expression value)
Sets the value of the '
Left Expr' containment reference |
void |
RangeExpression.setRightExpr(Expression value)
Sets the value of the '
Right Expr' containment reference |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AstSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'
|
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.