public interface PostfixExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AstPackage.getPostfixExpression()
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAction()
Returns the value of the 'Action' attribute
|
org.eclipse.emf.common.util.EList |
getFeatureCallList()
Returns the value of the 'Feature Call List' containment reference list.
|
PrimaryExpression |
getPrimaryExpression()
Returns the value of the 'Primary Expression' containment reference
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
void |
setAction(java.lang.Boolean value)
Sets the value of the '
Action ' attribute |
void |
setPrimaryExpression(PrimaryExpression value)
Sets the value of the '
Primary Expression ' containment reference |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute |
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.getPostfixExpression_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
java.lang.Boolean getAction()
If the meaning of the 'Action' attribute isn't clear, there really should be more of a description here...
setAction(Boolean)
,
AstPackage.getPostfixExpression_Action()
void setAction(java.lang.Boolean value)
Action
' attribute.
value
- the new value of the 'Action' attribute.getAction()
PrimaryExpression getPrimaryExpression()
If the meaning of the 'Primary Expression' reference isn't clear, there really should be more of a description here...
setPrimaryExpression(PrimaryExpression)
,
AstPackage.getPostfixExpression_PrimaryExpression()
void setPrimaryExpression(PrimaryExpression value)
Primary Expression
' containment reference.
value
- the new value of the 'Primary Expression' containment reference.getPrimaryExpression()
org.eclipse.emf.common.util.EList getFeatureCallList()
FeatureCall
.
If the meaning of the 'Feature Call List' reference list isn't clear, there really should be more of a description here...
AstPackage.getPostfixExpression_FeatureCallList()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.