Documentation
¶
Index ¶
- func CompileBinaryExpr(expr *ast.BinaryExpr) string
- func CompileCallExpr(call *ast.CallExpr) string
- func CompileCompositeLit(expr *ast.CompositeLit) string
- func CompileExpr(expr ast.Expr) string
- func CompileIndexExpr(expr *ast.IndexExpr) string
- func CompileParenExpr(expr *ast.ParenExpr) string
- func CompileSelectExpr(selExpr *ast.SelectorExpr) string
- func CompileUnaryExpr(expr *ast.UnaryExpr) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileBinaryExpr ¶
func CompileBinaryExpr(expr *ast.BinaryExpr) string
func CompileCallExpr ¶
func CompileCompositeLit ¶
func CompileCompositeLit(expr *ast.CompositeLit) string
func CompileExpr ¶
func CompileIndexExpr ¶
func CompileParenExpr ¶
func CompileSelectExpr ¶
func CompileSelectExpr(selExpr *ast.SelectorExpr) string
func CompileUnaryExpr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.