public static final class GrammarFunctions.Predicate
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Matcher |
next(java.lang.Object... elements)
Syntactic predicate to check that the next tokens match some elements.
|
static Matcher |
not(java.lang.Object element)
Syntactic predicate to check that the next tokens don't match an element.
|
Copyright © 2012 SonarSource. All Rights Reserved.