Searched defs:TypeSwitchStmt (Results 1 – 1 of 1) sorted by relevance
721 TypeSwitchStmt struct { struct722 Switch token.Pos // position of "switch" keyword723 Init Stmt // initialization statement; or nil724 Assign Stmt // x := y.(type) or y.(type)725 Body *BlockStmt // CaseClauses only781 func (s *TypeSwitchStmt) Pos() token.Pos { return s.Switch }838 func (s *TypeSwitchStmt) End() token.Pos { return s.Body.End() }867 func (*TypeSwitchStmt) stmtNode() {}