Interface TypeQualifier

All Known Implementing Classes:
AndTypeQualifier, KindQualifier, NotTypeQualifier, OrTypeQualifier

public interface TypeQualifier
TypeQualifier is the interface of all qualifiers that can test whether a node passes a matching criteria.
Author:
tap
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine if the specified node is a match based on this qualifier's criteria
  • Method Details

    • match

      boolean match(AcceleratorNode node)
      Determine if the specified node is a match based on this qualifier's criteria
      Parameters:
      node - The node to test
      Returns:
      true if the node is a match and false if not