jfun.parsec.pattern
Interface CharPredicate

All Superinterfaces:
java.io.Serializable

public interface CharPredicate
extends java.io.Serializable

The interface to test a character value. Created on 2004-11-7 Author Ben Yu


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

Method Detail

isChar

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

Parameters:
c -
Returns:
whether the character satisfies the predicate.