org.eclipse.gmt.modisco.java
Interface PostfixExpression

All Superinterfaces:
ASTNode, Expression

public interface PostfixExpression
extends Expression

A representation of the model object 'Postfix Expression'.

The following features are supported:

See Also:
JavaPackage.getPostfixExpression()
Generated:
Model:

Method Summary
 Expression getOperand()
          Returns the value of the 'Operand' containment reference.
 PostfixExpressionKind getOperator()
          Returns the value of the 'Operator' attribute.
 void setOperand(Expression value)
          Sets the value of the 'Operand' containment reference.
 void setOperator(PostfixExpressionKind value)
          Sets the value of the 'Operator' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getOperator

PostfixExpressionKind getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration PostfixExpressionKind.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
PostfixExpressionKind, setOperator(PostfixExpressionKind), JavaPackage.getPostfixExpression_Operator()
Generated:
Model:
unique="false" required="true" ordered="false"

setOperator

void setOperator(PostfixExpressionKind value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
PostfixExpressionKind, getOperator()
Generated:

getOperand

Expression getOperand()
Returns the value of the 'Operand' containment reference.

If the meaning of the 'Operand' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(Expression), JavaPackage.getPostfixExpression_Operand()
Generated:
Model:
containment="true" required="true" ordered="false"

setOperand

void setOperand(Expression value)
Sets the value of the 'Operand' containment reference.

Parameters:
value - the new value of the 'Operand' containment reference.
See Also:
getOperand()
Generated: