Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for specNode (0.07 sec)

  1. src/go/ast/ast.go

    		return s.Type.End()
    	}
    	return s.Names[len(s.Names)-1].End()
    }
    func (s *TypeSpec) End() token.Pos { return s.Type.End() }
    
    // specNode() ensures that only spec nodes can be
    // assigned to a Spec.
    func (*ImportSpec) specNode() {}
    func (*ValueSpec) specNode()  {}
    func (*TypeSpec) specNode()   {}
    
    // A declaration is represented by one of the following declaration nodes.
    type (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 28 21:32:41 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top