Uses of Class
org.jparsec.combinator.Satisfy
Packages that use Satisfy
-
Uses of Satisfy in org.jparsec
Methods in org.jparsec that return SatisfyModifier and TypeMethodDescriptionstatic SatisfyApi.alphaNum()Alphabetic characters plus digitsstatic SatisfyApi.anyChar()Matches any single char.static SatisfyAny of the enumerated chars.static SatisfyCaptures single given charstatic SatisfyApi.digit()Single digit starting from '0'static SatisfyApi.letter()Any alphabetic character.static SatisfyApi.lower()Alphabetic character lower casestatic SatisfyFails if any of the characters specified is matched.static SatisfyApi.nonZeroDigit()Single digit starting from '1'.static SatisfySingle character in between the range start..endstatic SatisfyApplies predicate on single character and succeds if predicate succeeds.static SatisfyApi.upper()Alphabetic character upper case.static SatisfyApi.whitespace()Matches on java’sCharacter::isWhitespacefor single char.