类 Eof<E>
java.lang.Object
jaskell.parsec.common.Eof<E>
- 所有已实现的接口:
Parsec<E,E>
public class Eof<E> extends Object implements Parsec<E,E>
Created by Mars Liu on 2016-01-02.
Eof 期待 state 的 next 操作取到 eof 状态.
-
构造器详细资料
-
Eof
public Eof()
-
-
方法详细资料
-
parse
- 指定者:
parse
在接口中Parsec<E,E>
- 抛出:
EOFException
ParsecException
-