public static class CoreMapNodePattern.NilAnnotationPattern extends NodePattern<Object>
NodePattern.AnyNodePattern<T>, NodePattern.ConjNodePattern<T>, NodePattern.DisjNodePattern<T>, NodePattern.EqualsNodePattern<T>, NodePattern.NegateNodePattern<T>
ANY_NODE, CASE_INSENSITIVE, NORMALIZE
Constructor and Description |
---|
NilAnnotationPattern() |
Modifier and Type | Method and Description |
---|---|
boolean |
match(Object obj)
Returns true if the input node matches this pattern
|
String |
toString() |
matchWithResult
public boolean match(Object obj)
NodePattern
match
in class NodePattern<Object>
obj
- - node to match