public interface UnaryExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getUnaryExpression()
Modifier and Type | Method and Description |
---|---|
PostfixExpression |
getPostfixExpression()
Returns the value of the 'Postfix Expression' containment reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
UnaryOperator |
getUnaryOperator()
Returns the value of the 'Unary Operator' containment reference
|
void |
setPostfixExpression(PostfixExpression value)
Sets the value of the '
Postfix Expression ' containment reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute |
void |
setUnaryOperator(UnaryOperator value)
Sets the value of the '
Unary Operator ' containment reference |
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
AstPackage.getUnaryExpression_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
PostfixExpression getPostfixExpression()
If the meaning of the 'Postfix Expression' reference isn't clear, there really should be more of a description here...
setPostfixExpression(PostfixExpression)
,
AstPackage.getUnaryExpression_PostfixExpression()
void setPostfixExpression(PostfixExpression value)
Postfix Expression
' containment reference.
value
- the new value of the 'Postfix Expression' containment reference.getPostfixExpression()
UnaryOperator getUnaryOperator()
If the meaning of the 'Unary Operator' reference isn't clear, there really should be more of a description here...
setUnaryOperator(UnaryOperator)
,
AstPackage.getUnaryExpression_UnaryOperator()
void setUnaryOperator(UnaryOperator value)
Unary Operator
' containment reference.
value
- the new value of the 'Unary Operator' containment reference.getUnaryOperator()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.