
public class MethodCall extends Expression
Expression that represents a method call, for example,
foo( a, b, c ).code| Constructor and Description |
|---|
MethodCall(String name,
List<String> arguments)
Creates a new MethodCall Expression.
|
public MethodCall(String name, List<String> arguments)
name - The name of the method. This must contain the qualified target
expression if it is not implicitly this. For example, "foo.bar".arguments - The list of Expressions that are the arguments for the
call.Copyright © 2018. All rights reserved.