Skip navigation links 
 
javax.ide.model.java.source.tree
Interface InvokeExpressionT
- All Superinterfaces:
 
- DereferenceExpressionT, ExpressionT, OperatorExpressionT, Tree
 
- All Known Subinterfaces:
 
- MethodCallExpressionT, NewClassExpressionT
 
- 
public interface InvokeExpressionT
 
- extends DereferenceExpressionT
 
Common supertype for an expression that invokes a method.
 
 
  
 
 
  
 
 
 
 
| Methods inherited from interface javax.ide.model.java.source.tree.Tree | 
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
 
 
getArgumentList
ListExpressionT getArgumentList()
- 
- Returns:
 
- The argument list expression, i.e. the expression representing the argument list.
 
 
getArgumentCount
int getArgumentCount()
- Equivalent to calling getArgumentList().getOperandCount().
 
- 
- Returns:
 
- The size of the argument list expression.
 
 
getArgumentAt
ExpressionT getArgumentAt(int i)
- Equivalent to calling getArgumentList().getOperandAt( i ).
 
- 
- Parameters:
 
i - 0-based. 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.