public class FloatTypeRule extends AbstractTypeRule
| Constructor and Description |
|---|
FloatTypeRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<Suggestion> |
getSuggestions(Node node,
RamlParsingContext context)
Returns the suggestions of this specific rule
|
boolean |
matches(Node node)
Check if the current rule matches the specified node
|
applycreateNodeUsingFactory, getSuggestions, then, then@Nonnull public List<Suggestion> getSuggestions(Node node, RamlParsingContext context)
RulegetSuggestions in class Rulenode - The nodecontext - The parse contextpublic boolean matches(@Nonnull Node node)
Rulepublic String getDescription()
getDescription in class RuleCopyright © 2016. All rights reserved.