public class AndFunction extends BaseBooleanBranchFunction implements ScalarFunction, FunctionFactory
_hash
Constructor and Description |
---|
AndFunction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
exitOnValue() |
ConcreteFunction |
makeNewInstance() |
evaluate, getDataType, isValid
addArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toString
getAlias, getLabel, getName, setAlias, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate
isValid
addArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgument
getDataType, getLabel, setVariableContext
public ConcreteFunction makeNewInstance()
makeNewInstance
in interface FunctionFactory
protected boolean exitOnValue()
exitOnValue
in class BaseBooleanBranchFunction