text/template/parse.ChainNode.String (method)

3 uses

	text/template/parse (current package)
		node.go#L551: func (c *ChainNode) String() string {
		parse.go#L668: 			node = t.newField(chain.Position(), chain.String())
		parse.go#L670: 			node = t.newVariable(chain.Position(), chain.String())