类 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 状态.