public class None extends AbstractCommonRestriction implements GlobalRestriction
DEFAULTS| Constructor and Description |
|---|
None() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
validate(ParseState<T> state)
Validates the parser state
|
finalValidate, finalValidate, getArgumentTitle, getArgumentTitle, getOptionTitle, postValidate, postValidate, preValidate, preValidatepublic <T> void validate(ParseState<T> state)
GlobalRestrictionShould throw an exception if the restriction is violated, otherwise should simply return
validate in interface GlobalRestrictionstate - Parser stateCopyright © 2012–2022. All rights reserved.