public interface InstanceofExpression extends Expression
The following features are supported:
JavaPackage.getInstanceofExpression()| Modifier and Type | Method and Description |
|---|---|
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. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitTypeAccess getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
setRightOperand(TypeAccess),
JavaPackage.getInstanceofExpression_RightOperand()void setRightOperand(TypeAccess value)
Right Operand' containment reference.
value - the new value of the 'Right Operand' containment reference.getRightOperand()Expression getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(Expression),
JavaPackage.getInstanceofExpression_LeftOperand()void setLeftOperand(Expression value)
Left Operand' containment reference.
value - the new value of the 'Left Operand' containment reference.getLeftOperand()