接口的使用
jaskell.parsec.common.State
| 程序包 | 说明 |
|---|---|
| jaskell.expression.parser | |
| jaskell.parsec.common |
-
jaskell.expression.parser中State的使用
参数类型为State的jaskell.expression.parser中的方法 修饰符和类型 方法 说明 AddA. parse(State<Character> s)DivideD. parse(State<Character> s)NumberN. parse(State<Character> s)ProductP. parse(State<Character> s)ExpressionParam. parse(State<Character> s)ExpressionParser. parse(State<Character> s)QuoteQ. parse(State<Character> s)SubS. parse(State<Character> s) -
jaskell.parsec.common中State的使用
类型参数类型为State的jaskell.parsec.common中的类 修饰符和类型 类 说明 static classBetween.In<E,T,O,C,S extends State<E>>实现State的jaskell.parsec.common中的类 修饰符和类型 类 说明 classSimpleState<E>Created by Mars Liu on 2016-01-02.classTxtStateCreated by Mars Liu on 2016-01-02.