public class BuiltInCall extends Object implements Expression
Expression.
A built-in call has a name of type String and a list of arguments,
where each argument is an Expression.| Constructor and Description |
|---|
BuiltInCall(String name,
List<Expression> arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
getArguements() |
String |
getName() |
protected String name
public BuiltInCall(String name, List<Expression> arguments)
public String getName()
public List<Expression> getArguements()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.