类 Atom
java.lang.Object
jaskell.parsec.common.Atom
public class Atom extends Object
Created by march on 16/9/12.
static util class for atom parsers.
-
构造器概要
构造器 构造器 说明 Atom()
-
方法概要
修饰符和类型 方法 说明 static <E> Eof<E>
eof()
static <E> Eq<E>
eq(E item)
static <E> Fail<E>
fail(String message, Object... objects)
static <E> Is<E>
is(Predicate<E> predicate)
static <E> Ne<E>
ne(E item)
static <E> NoneOf<E>
noneOf(Set<E> data)
static <E> One<E>
one()
static <E> OneOf<E>
oneOf(Set<E> data)
static <E, T> Return<E,T>
pack(T value)
-
构造器详细资料
-
Atom
public Atom()
-
-
方法详细资料
-
one
-
eof
-
pack
-
fail
-
eq
-
ne
-
oneOf
-
noneOf
-
is
-