Searched defs:SelectCase (Results 1 – 1 of 1) sorted by relevance
916 type SelectCase struct { struct917 Patterns []SelectPattern918 ColonPos scanner.Position919 Value Expression922 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() }