type go/ast.ExprStmt
15 uses
go/ast (current package)
ast.go#L649: ExprStmt struct {
ast.go#L785: func (s *ExprStmt) Pos() token.Pos { return s.X.Pos() }
ast.go#L812: func (s *ExprStmt) End() token.Pos { return s.X.End() }
ast.go#L871: func (*ExprStmt) stmtNode() {}
walk.go#L182: case *ExprStmt:
go/parser
parser.go#L2011: return &ast.ExprStmt{X: x[0]}, false
parser.go#L2095: if es, isExpr := s.(*ast.ExprStmt); isExpr {
parser.go#L2228: case *ast.ExprStmt:
parser.go#L2340: comm = &ast.ExprStmt{X: lhs[0]}
go/printer
nodes.go#L1380: case *ast.ExprStmt:
go/types
return.go#L30: case *ast.ExprStmt:
return.go#L115: case *ast.BadStmt, *ast.DeclStmt, *ast.EmptyStmt, *ast.ExprStmt,
stmt.go#L440: case *ast.ExprStmt:
stmt.go#L691: case *ast.ExprStmt:
stmt.go#L807: case *ast.ExprStmt:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)