[Java] Interface MethodCall

public interface MethodCall

Interface defining common methods for method calls.

Since:
2.1.0

Methods Summary

Methods
Type Params Return Type Name and description
public Expression getArguments()
public String getMethodAsString()
public ASTNode getReceiver()
public String getText()

Method Detail

public Expression getArguments()

public String getMethodAsString()

public ASTNode getReceiver()

public String getText()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/ast/expr/MethodCall.html