protected class CommandParser.ATOM_CHARValidator extends java.lang.Object implements CommandParser.CharacterValidator
| Modifier | Constructor and Description |
|---|---|
protected |
ATOM_CHARValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(char chr)
Validates the supplied character.
|
public boolean isValid(char chr)
CommandParser.CharacterValidatorisValid in interface CommandParser.CharacterValidatorchr - The character to validate.true if chr is valid, false if not.