edu.stanford.nlp.ling.tokensregex
Class NodePattern.NegateNodePattern<T>

java.lang.Object
  extended by edu.stanford.nlp.ling.tokensregex.NodePattern<T>
      extended by edu.stanford.nlp.ling.tokensregex.NodePattern.NegateNodePattern<T>
Enclosing class:
NodePattern<T>

public static class NodePattern.NegateNodePattern<T>
extends NodePattern<T>


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.ling.tokensregex.NodePattern
NodePattern.AnyNodePattern<T>, NodePattern.ConjNodePattern<T>, NodePattern.DisjNodePattern<T>, NodePattern.NegateNodePattern<T>
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.ling.tokensregex.NodePattern
ANY_NODE
 
Constructor Summary
NodePattern.NegateNodePattern(NodePattern<T> p)
           
 
Method Summary
 boolean match(T node)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.stanford.nlp.ling.tokensregex.NodePattern
matchWithResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodePattern.NegateNodePattern

public NodePattern.NegateNodePattern(NodePattern<T> p)
Method Detail

match

public boolean match(T node)
Specified by:
match in class NodePattern<T>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Stanford NLP Group