org.eclipse.gmt.modisco.java
Interface PrefixExpression

All Superinterfaces:
ASTNode, Expression

public interface PrefixExpression
extends Expression

A representation of the model object 'Prefix Expression'.

The following features are supported:

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

Method Summary
 Expression getOperand()
          Returns the value of the 'Operand' containment reference.
 PrefixExpressionKind getOperator()
          Returns the value of the 'Operator' attribute.
 void setOperand(Expression value)
          Sets the value of the 'Operand' containment reference.
 void setOperator(PrefixExpressionKind 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

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

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:
PrefixExpressionKind, setOperator(PrefixExpressionKind), JavaPackage.getPrefixExpression_Operator()
Generated:
Model:
unique="false" required="true" ordered="false"

setOperator

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

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
PrefixExpressionKind, 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.getPrefixExpression_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: