Interface CommandParser.CharacterValidator
-
- All Known Implementing Classes:
CommandParser.AtomCharValidator,CommandParser.DigitCharValidator,CommandParser.NoopCharValidator
- Enclosing class:
- CommandParser
protected static interface CommandParser.CharacterValidatorProvides the ability to ensure characters are part of a permitted set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(char chr)Validates the supplied character.
-