public interface SourceInvokeExpression extends SourceDereferenceExpression, CompiledInvokeExpression, SourceHasTypeArgumentsExpression
EMPTY_ARRAY
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT
Modifier and Type | Method and Description |
---|---|
SourceExpression |
getArgumentAt(int i)
Equivalent to calling getArgumentList().getOperandAt( i ).
|
int |
getArgumentCount()
Equivalent to calling getArgumentList().getOperandCount().
|
SourceListExpression |
getArgumentList() |
getLhsOperand, setLhsOperand
getConstantValue, getExpressionCode, getFirstOperand, getOperandAt, getOperandCount, getOperands, getOperatorCode, getSecondOperand, getThirdOperand
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getJdkVersion, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf
getResolvedObject
getResolvedType, getUnresolvedType
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo
getResolvedMethod
getResolvedLhs
getTypeArgumentList, getTypeArguments, isGeneric
SourceListExpression getArgumentList()
int getArgumentCount()
SourceExpression getArgumentAt(int i)
i
- 0-based.