Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go916 type SelectCase struct { struct
917 Patterns []SelectPattern
918 ColonPos scanner.Position
919 Value Expression
922 func (x *SelectCase) MarkReferencedVariables(scope *Scope) {
926 func (c *SelectCase) Copy() *SelectCase {
932 func (c *SelectCase) String() string {
936 func (c *SelectCase) Pos() scanner.Position { return c.Patterns[0].Pos() }
937 func (c *SelectCase) End() scanner.Position { return c.Value.End() }