Class ElementMethodCall

Direct Known Subclasses:
PropertyAccess

@Internal public sealed class ElementMethodCall extends AbstractMethodCall permits PropertyAccess
Expression AST node used for method invocation. This node represents both object method invocation and static method invocation
Since:
4.0.0
Author:
Sergey Gavrilov