com.sonar.sslr.impl.matcher
Class GrammarFunctions.Predicate
java.lang.Object
com.sonar.sslr.impl.matcher.GrammarFunctions.Predicate
- Enclosing class:
- GrammarFunctions
public static final class GrammarFunctions.Predicate
- extends Object
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
not
@Deprecated
public static Matcher not(Object e)
- Deprecated. in 1.19, use
GrammarBuilder.nextNot(Object) instead.
next
@Deprecated
public static Matcher next(Object... e)
- Deprecated. in 1.19, use
GrammarBuilder.next(Object) instead.
Copyright © 2009-2014 SonarSource. All Rights Reserved.