Class Function
- java.lang.Object
-
- org.nuxeo.ecm.core.query.sql.model.Function
-
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
public class Function extends Object implements Operand
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description OperandList
args
String
name
-
Constructor Summary
Constructors Constructor Description Function(String name)
Function(String name, OperandList args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IVisitor visitor)
Accept the given visitor.boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
name
public final String name
-
args
public final OperandList args
-
-
Constructor Detail
-
Function
public Function(String name)
-
Function
public Function(String name, OperandList args)
-
-