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

10 uses

	text/template/parse (current package)
		node.go#L21: 	Type() NodeType
		parse.go#L315: 		switch n := t.textOrAction(); n.Type() {
		parse.go#L338: 	if end.Type() != nodeEnd {
		parse.go#L354: 		switch n.Type() {
		parse.go#L516: 		switch c.Args[0].Type() {
		parse.go#L535: 	switch next.Type() {
		parse.go#L558: 			if next.Type() != nodeEnd {
		parse.go#L644: 	if end.Type() != nodeEnd {
		parse.go#L740: 		switch node.Type() {

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