| Package | Description |
|---|---|
| com.corticon.rulesemf.ast | |
| com.corticon.rulesemf.ast.util |
| Modifier and Type | Method and Description |
|---|---|
PostfixExpression |
AstFactory.createPostfixExpression()
Returns a new object of class 'Postfix Expression'
|
PostfixExpression |
AssignmentExpression.getPostfixExpression()
Returns the value of the 'Postfix Expression' containment reference
|
PostfixExpression |
UnaryExpression.getPostfixExpression()
Returns the value of the 'Postfix Expression' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentExpression.setPostfixExpression(PostfixExpression value)
Sets the value of the '
Postfix Expression' containment reference |
void |
UnaryExpression.setPostfixExpression(PostfixExpression value)
Sets the value of the '
Postfix Expression' containment reference |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AstSwitch.casePostfixExpression(PostfixExpression object)
Returns the result of interpreting the object as an instance of 'Postfix Expression'
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.