接口的使用
jaskell.parsec.common.State
程序包 | 说明 |
---|---|
jaskell.expression.parser | |
jaskell.parsec.common |
-
jaskell.expression.parser中State的使用
参数类型为State的jaskell.expression.parser中的方法 修饰符和类型 方法 说明 Add
A. parse(State<Character> s)
Divide
D. parse(State<Character> s)
Number
N. parse(State<Character> s)
Product
P. parse(State<Character> s)
Expression
Param. parse(State<Character> s)
Expression
Parser. parse(State<Character> s)
Quote
Q. parse(State<Character> s)
Sub
S. parse(State<Character> s)
-
jaskell.parsec.common中State的使用
类型参数类型为State的jaskell.parsec.common中的类 修饰符和类型 类 说明 static class
Between.In<E,T,O,C,S extends State<E>>
实现State的jaskell.parsec.common中的类 修饰符和类型 类 说明 class
SimpleState<E>
Created by Mars Liu on 2016-01-02.class
TxtState
Created by Mars Liu on 2016-01-02.