Class MethodCallExpr

All Implemented Interfaces:
NodeWithArguments<MethodCallExpr>, NodeWithOptionalScope<MethodCallExpr>, NodeWithRange<Node>, NodeWithSimpleName<MethodCallExpr>, NodeWithTokenRange<Node>, NodeWithTraversableScope, NodeWithTypeArguments<MethodCallExpr>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedMethodDeclaration>, Cloneable

A method call on an object or a class.
circle.circumference()
In a.<String>bb(15);, a is the scope, String is a type argument, bb is the name and 15 is an argument.
Author:
Julio Vilmar Gesser