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

10 uses

	text/template/parse (current package)
		node.go#L21: 	Type() NodeType
		parse.go#L313: 		switch n := t.textOrAction(); n.Type() {
		parse.go#L336: 	if end.Type() != nodeEnd {
		parse.go#L350: 		switch n.Type() {
		parse.go#L504: 		switch c.Args[0].Type() {
		parse.go#L523: 	switch next.Type() {
		parse.go#L544: 		if next.Type() != nodeEnd {
		parse.go#L616: 	if end.Type() != nodeEnd {
		parse.go#L706: 		switch node.Type() {

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