org.eclipse.gmt.modisco.java
Interface InstanceofExpression

All Superinterfaces:
ASTNode, Expression

public interface InstanceofExpression
extends Expression

A representation of the model object 'Instanceof Expression'.

The following features are supported:

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

Method Summary
 Expression getLeftOperand()
          Returns the value of the 'Left Operand' containment reference.
 TypeAccess getRightOperand()
          Returns the value of the 'Right Operand' containment reference.
 void setLeftOperand(Expression value)
          Sets the value of the 'Left Operand' containment reference.
 void setRightOperand(TypeAccess value)
          Sets the value of the 'Right Operand' containment reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getRightOperand

TypeAccess getRightOperand()
Returns the value of the 'Right Operand' containment reference.

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

Returns:
the value of the 'Right Operand' containment reference.
See Also:
setRightOperand(TypeAccess), JavaPackage.getInstanceofExpression_RightOperand()
Generated:
Model:
containment="true" required="true" ordered="false"

setRightOperand

void setRightOperand(TypeAccess value)
Sets the value of the 'Right Operand' containment reference.

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

getLeftOperand

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

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

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

setLeftOperand

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

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