Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go611 type Select struct { struct
612 KeywordPos scanner.Position // the keyword "select"
613 Conditions []ConfigurableCondition
614 LBracePos scanner.Position
615 RBracePos scanner.Position
616 Cases []*SelectCase // the case statements
617 Append Expression
618 ExpressionType Type
621 func (s *Select) Pos() scanner.Position { return s.KeywordPos }
622 func (s *Select) End() scanner.Position { return endPos(s.RBracePos, 1) }
[all …]