public interface DereferenceExpressionT extends OperatorExpressionT
ExpressionT.ExpressionKind
EMPTY_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, getThirdOperand
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
ExpressionT 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.