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) |
public final String name
public final OperandList args
public Function(String name)
public Function(String name, OperandList args)
Copyright © 2015 Nuxeo SA. All rights reserved.