Class STAndPredicate

java.lang.Object
io.nosqlbench.nb.spectest.traversal.STAndPredicate
All Implemented Interfaces:
Predicate<com.vladsch.flexmark.util.ast.Node>

public class STAndPredicate extends Object implements Predicate<com.vladsch.flexmark.util.ast.Node>
  • Constructor Details

    • STAndPredicate

      public STAndPredicate(Object... specs)
  • Method Details

    • test

      public boolean test(com.vladsch.flexmark.util.ast.Node node)
      Specified by:
      test in interface Predicate<com.vladsch.flexmark.util.ast.Node>
    • toString

      public String toString()
      Overrides:
      toString in class Object