Class ASTAnd

All Implemented Interfaces:
Serializable, Node, ValueInjector, XMLSerializable

public class ASTAnd
extends AggregateConditionNode
implements ValueInjector
"And" expression.
Since:
1.1
See Also:
Serialized Form
  • Constructor Details

    • ASTAnd

      public ASTAnd()
    • ASTAnd

      public ASTAnd​(Object[] nodes)
    • ASTAnd

      public ASTAnd​(Collection<? extends Node> nodes)
  • Method Details