package
0.0.0-20211208044104-4e2ed600e4cf
Repository: https://github.com/fabletang/gomybatis2.git
Documentation: pkg.go.dev

# README

abstract syntax tree(AST) ,即抽象语法树,一个二叉树

主要工作内容:解析xml包含的所有节点,抽象为语法树

# Functions

执行子所有节点.
find like #{*} value *.
find like ${*} value *.
执行替换操作.
执行替换操作.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
string 节点.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
foreach 节点.
判断节点.
No description provided by the author
No description provided by the author
节点解析器.
字符串节点.
Trim操作节点.
No description provided by the author
Trim操作节点.

# Interfaces

q:为什么要拆分表达式编译和执行步骤?优化性能,如果需要可以缓存表达式编译结果,执行表达式时不需要重复编译表达式引擎接口.
sql构建抽象语法树节点.
表达式类型(基本类型)转换函数.

# Type aliases

No description provided by the author