类 UInt

java.lang.Object
jaskell.parsec.common.UInt
所有已实现的接口:
Parsec<Character,​String>

public class UInt
extends Object
implements Parsec<Character,​String>
Created by Mars Liu on 2016-01-07. UInt 尝试将后续信息流解析成一个表示无符号整数的字符串,如果匹配失败就抛出异常.