jfun.parsec.pattern

Interface CharPredicate

public interface CharPredicate extends Serializable

The interface to test a character value. Created on 2004-11-7 Author Ben Yu
Method Summary
booleanisChar(char c)
tests whether the character satisfies the predicate.

Method Detail

isChar

public boolean isChar(char c)
tests whether the character satisfies the predicate.

Parameters: c

Returns: whether the character satisfies the predicate.