public class Function extends Object implements Operand
Modifier and Type | Field and Description |
---|---|
OperandList |
args |
String |
name |
Constructor and Description |
---|
Function(String name) |
Function(String name,
OperandList args) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public final OperandList args
public Function(String name, OperandList args)
Copyright © 2018 Nuxeo. All rights reserved.