类 Whitespace
java.lang.Object
jaskell.parsec.common.Whitespace
public class Whitespace extends Object implements Parsec<Character,Character>
Created by Mars Liu on 2016-01-07.
Whitespace 匹配空白字符
-
构造器详细资料
-
Whitespace
public Whitespace()
-
-
方法详细资料
-
parse
- 指定者:
parse在接口中Parsec<Character,Character>- 抛出:
EOFExceptionParsecException
-