// Code generated by "stringer -type=quoteState"; DO NOT EDIT.

package syntax

import 

func _() {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [noState-1]
	_ = [subCmd-2]
	_ = [subCmdBckquo-4]
	_ = [dblQuotes-8]
	_ = [hdocWord-16]
	_ = [hdocBody-32]
	_ = [hdocBodyTabs-64]
	_ = [arithmExpr-128]
	_ = [arithmExprLet-256]
	_ = [arithmExprCmd-512]
	_ = [arithmExprBrack-1024]
	_ = [testExpr-2048]
	_ = [testExprRegexp-4096]
	_ = [switchCase-8192]
	_ = [paramExpName-16384]
	_ = [paramExpSlice-32768]
	_ = [paramExpRepl-65536]
	_ = [paramExpExp-131072]
	_ = [arrayElems-262144]
}

const _quoteState_name = "noStatesubCmdsubCmdBckquodblQuoteshdocWordhdocBodyhdocBodyTabsarithmExprarithmExprLetarithmExprCmdarithmExprBracktestExprtestExprRegexpswitchCaseparamExpNameparamExpSliceparamExpReplparamExpExparrayElems"

var _quoteState_map = map[quoteState]string{
	1:      _quoteState_name[0:7],
	2:      _quoteState_name[7:13],
	4:      _quoteState_name[13:25],
	8:      _quoteState_name[25:34],
	16:     _quoteState_name[34:42],
	32:     _quoteState_name[42:50],
	64:     _quoteState_name[50:62],
	128:    _quoteState_name[62:72],
	256:    _quoteState_name[72:85],
	512:    _quoteState_name[85:98],
	1024:   _quoteState_name[98:113],
	2048:   _quoteState_name[113:121],
	4096:   _quoteState_name[121:135],
	8192:   _quoteState_name[135:145],
	16384:  _quoteState_name[145:157],
	32768:  _quoteState_name[157:170],
	65536:  _quoteState_name[170:182],
	131072: _quoteState_name[182:193],
	262144: _quoteState_name[193:203],
}

func ( quoteState) () string {
	if ,  := _quoteState_map[];  {
		return 
	}
	return "quoteState(" + strconv.FormatInt(int64(), 10) + ")"
}