com.espertech.esper.epl.expression.core
Class ExprChainedSpec
java.lang.Object
com.espertech.esper.epl.expression.core.ExprChainedSpec
- All Implemented Interfaces:
- java.io.Serializable
public class ExprChainedSpec
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExprChainedSpec
public ExprChainedSpec(java.lang.String name,
java.util.List<ExprNode> parameters,
boolean property)
getName
public java.lang.String getName()
getParameters
public java.util.List<ExprNode> getParameters()
isProperty
public boolean isProperty()
setParameters
public void setParameters(java.util.List<ExprNode> parameters)
setName
public void setName(java.lang.String name)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object