text/template/parse.Node.Type (method)

10 uses

	text/template/parse (current package)
		node.go#L21: 	Type() NodeType
		parse.go#L328: 		switch n := t.textOrAction(); n.Type() {
		parse.go#L351: 	if end.Type() != nodeEnd {
		parse.go#L367: 		switch n.Type() {
		parse.go#L529: 		switch c.Args[0].Type() {
		parse.go#L548: 	switch next.Type() {
		parse.go#L571: 			if next.Type() != nodeEnd {
		parse.go#L657: 	if end.Type() != nodeEnd {
		parse.go#L753: 		switch node.Type() {

	text/template
		exec.go#L638: 	if chain.Node.Type() == parse.NodeNil {