Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query.sql.model
Class Function

java.lang.Object
  extended by 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
 OperandList args
           
 String name
           
 
Constructor Summary
Function(String name)
           
Function(String name, OperandList args)
           
 
Method Summary
 void accept(IVisitor visitor)
          Accept the given visitor.
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

accept

public void accept(IVisitor visitor)
Description copied from interface: ASTNode
Accept the given visitor.

Specified by:
accept in interface ASTNode
Parameters:
visitor - the AST node visitor

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.