public interface ElementPattern<T>
and its extenders
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(java.lang.Object o) |
boolean |
accepts(java.lang.Object o,
ProcessingContext context) |
ElementPatternCondition<T> |
getCondition() |
boolean accepts(java.lang.Object o)
boolean accepts(java.lang.Object o, ProcessingContext context)
ElementPatternCondition<T> getCondition()