Class AndExpressionNode


  • public final class AndExpressionNode
    extends FilterNode
    author Pascal Knueppel
    created at: 16.10.2019 - 16:52

    represents two expressions that should be put together as an and operation
    • Constructor Detail

    • Method Detail

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLeftNode

        public FilterNode getLeftNode()
        the left and the right node of this expression