Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExprNode ¶
type ExprParser ¶
type ExprParser struct {
// contains filtered or unexported fields
}
ExprParser 表达式解析器
func NewExprParser ¶
func NewExprParser(expr string, proc Processor) *ExprParser
func (*ExprParser) BuildTree ¶
func (slf *ExprParser) BuildTree() (tree *ExprTree, err error)
BuildTree 构建表达式树
Click to show internal directories.
Click to hide internal directories.