Documentation
¶
Index ¶
- Variables
- func CompileBlock(block *ast.BlockStmt, pass *analysis.Pass) string
- func CompileCaseClause(stmt *ast.CaseClause, pass *analysis.Pass) string
- func CompileCaseClauseIntoIf(stmt *ast.CaseClause, index int) string
- func CompileForStmt(forStmt *ast.ForStmt, pass *analysis.Pass) string
- func CompileIfStmt(stmt *ast.IfStmt, pass *analysis.Pass) string
- func CompileIncDecStmt(stmt *ast.IncDecStmt, pass *analysis.Pass) string
- func CompileReturnStmt(returnStmt *ast.ReturnStmt, pass *analysis.Pass) string
- func CompileStmt(n ast.Stmt, pass *analysis.Pass) string
- func CompileSwitchStmt(stmt *ast.SwitchStmt, pass *analysis.Pass) string
- func CompileValueSpec(valueSpec *ast.ValueSpec, pass *analysis.Pass, global bool) (string, string)
Constants ¶
This section is empty.
Variables ¶
View Source
var Pass *analysis.Pass
Functions ¶
func CompileCaseClause ¶
func CompileCaseClause(stmt *ast.CaseClause, pass *analysis.Pass) string
func CompileCaseClauseIntoIf ¶
func CompileCaseClauseIntoIf(stmt *ast.CaseClause, index int) string
func CompileIncDecStmt ¶
func CompileIncDecStmt(stmt *ast.IncDecStmt, pass *analysis.Pass) string
func CompileReturnStmt ¶
func CompileReturnStmt(returnStmt *ast.ReturnStmt, pass *analysis.Pass) string
func CompileSwitchStmt ¶
func CompileSwitchStmt(stmt *ast.SwitchStmt, pass *analysis.Pass) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.