public interface LogicalSubExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getLogicalSubExpression()
Modifier and Type | Method and Description |
---|---|
LogicalOperator |
getLogicalOperator()
Returns the value of the 'Logical Operator' containment reference
|
RelationalExpression |
getRelationalExpression()
Returns the value of the 'Relational Expression' containment reference
|
void |
setLogicalOperator(LogicalOperator value)
Sets the value of the '
Logical Operator ' containment reference |
void |
setRelationalExpression(RelationalExpression value)
Sets the value of the '
Relational Expression ' containment reference |
LogicalOperator getLogicalOperator()
If the meaning of the 'Logical Operator' reference isn't clear, there really should be more of a description here...
setLogicalOperator(LogicalOperator)
,
AstPackage.getLogicalSubExpression_LogicalOperator()
void setLogicalOperator(LogicalOperator value)
Logical Operator
' containment reference.
value
- the new value of the 'Logical Operator' containment reference.getLogicalOperator()
RelationalExpression getRelationalExpression()
If the meaning of the 'Relational Expression' reference isn't clear, there really should be more of a description here...
setRelationalExpression(RelationalExpression)
,
AstPackage.getLogicalSubExpression_RelationalExpression()
void setRelationalExpression(RelationalExpression value)
Relational Expression
' containment reference.
value
- the new value of the 'Relational Expression' containment reference.getRelationalExpression()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.