public class FirstOfRule extends AnyOfRule
| Constructor and Description |
|---|
FirstOfRule(List<Rule> rules) |
| Modifier and Type | Method and Description |
|---|---|
List<Suggestion> |
getSuggestions(Node node,
RamlParsingContext context)
Returns the suggestions of this specific rule
|
apply, getDescription, getMatchingRule, getSuggestions, matchescreateNodeUsingFactory, then, then@Nonnull public List<Suggestion> getSuggestions(Node node, RamlParsingContext context)
RulegetSuggestions in class AnyOfRulenode - The nodecontext - The parse contextCopyright © 2016. All rights reserved.