|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.ling.tokensregex.NodePattern<T>
edu.stanford.nlp.ling.tokensregex.NodePattern.NegateNodePattern<T>
T - public static class NodePattern.NegateNodePattern<T>
Given a node pattern p, a node x matches if p does not match x
| 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.EqualsNodePattern<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)
Returns true if the input node matches this pattern |
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 |
|---|
public NodePattern.NegateNodePattern(NodePattern<T> p)
| Method Detail |
|---|
public boolean match(T node)
NodePattern
match in class NodePattern<T>node - - node to match
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||