public interface InvokeExpressionT extends DereferenceExpressionT
ExpressionT.ExpressionKindEMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
ExpressionT | 
getArgumentAt(int i)
Equivalent to calling getArgumentList().getOperandAt( i ). 
 | 
int | 
getArgumentCount()
Equivalent to calling getArgumentList().getOperandCount(). 
 | 
ListExpressionT | 
getArgumentList()  | 
getLhsOperand, setLhsOperandgetExpressionKind, getFirstOperand, getOperandAt, getOperandCount, getOperands, getSecondOperand, getThirdOperandaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyListExpressionT getArgumentList()
int getArgumentCount()
ExpressionT getArgumentAt(int i)
i - 0-based.