public static final class GrammarFunctions.Predicate extends Object
Modifier and Type | Method and Description |
---|---|
static Matcher |
next(Object... e)
Deprecated.
in 1.19, use
GrammarBuilder.next(Object) instead. |
static Matcher |
not(Object e)
Deprecated.
in 1.19, use
GrammarBuilder.nextNot(Object) instead. |
@Deprecated public static Matcher not(Object e)
GrammarBuilder.nextNot(Object)
instead.@Deprecated public static Matcher next(Object... e)
GrammarBuilder.next(Object)
instead.Copyright © 2009–2017 SonarSource. All rights reserved.