org.codehaus.jparsec.pattern
Interface CharPredicate


public interface CharPredicate

Evaluates a char to a boolean.

Author:
Ben Yu

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

Method Detail

isChar

boolean isChar(char c)
Tests whether c satisfies the predicate.



Copyright © 2014. All rights reserved.