public interface DereferenceExpressionT extends OperatorExpressionT
ExpressionT.ExpressionKindEMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
ExpressionT | 
getLhsOperand()  | 
void | 
setLhsOperand(ExpressionT e)
Attempts to set the lhs operand for this expression. 
 | 
getExpressionKind, getFirstOperand, getOperandAt, getOperandCount, getOperands, getSecondOperand, getThirdOperandaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyExpressionT getLhsOperand()
void setLhsOperand(ExpressionT e)
e - If null, then this will remove the lhs operand (legal only for method calls).java.lang.UnsupportedOperationException - if this operation is illegal.