| Package | Description |
|---|---|
| javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MethodCallExpressionT |
TreeFactory.createMethodCall(ExpressionT lhs,
TypeArgumentT[] typeArguments,
java.lang.String name,
ListExpressionT arguments)
Creates a method call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitMethodCallExpression(MethodCallExpressionT tree)
Visits a MethodCallExpressionT.
|