public static class ComplexNodePattern.IntegerAnnotationPattern extends NodePattern<java.lang.Integer>
NodePattern.AnyNodePattern<T>, NodePattern.ConjNodePattern<T>, NodePattern.DisjNodePattern<T>, NodePattern.EqualsNodePattern<T>, NodePattern.NegateNodePattern<T>
ANY_NODE, CASE_INSENSITIVE, NORMALIZE, UNICODE_CASE
Constructor and Description |
---|
IntegerAnnotationPattern(int v) |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
boolean |
match(java.lang.Integer node)
Returns true if the input node matches this pattern
|
matchWithResult
public boolean match(java.lang.Integer node)
NodePattern
match
in class NodePattern<java.lang.Integer>
node
- - node to matchpublic int getValue()