Home
last modified time | relevance | path

Searched defs:IfClause (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/starlark-go/syntax/
H A Dsyntax.go362 type IfClause struct { struct
363 commentsRef
364 If Position
365 Cond Expr
368 func (x *IfClause) Span() (start, end Position) {