public class NotTypeQualifier extends java.lang.Object implements TypeQualifier
| Constructor and Description |
|---|
NotTypeQualifier(java.lang.String kind)
Creates new NotTypeQualifier off of a node type
|
NotTypeQualifier(TypeQualifier qualifier)
Creates new NotTypeQualifier off of an existing qualifier
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(AcceleratorNode node)
Determine if the specified node is a match based on this qualifier's criteria
|
public NotTypeQualifier(java.lang.String kind)
kind - The node type used to define the root qualifierpublic NotTypeQualifier(TypeQualifier qualifier)
qualifier - The root qualifierpublic boolean match(AcceleratorNode node)
match in interface TypeQualifiernode - The node to test