// Code generated by "stringer -type=PrimaryType,RedirMode,ExprCtx -output=string.go"; DO NOT EDIT.

package parse

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{}
	_ = [BadPrimary-0]
	_ = [Bareword-1]
	_ = [SingleQuoted-2]
	_ = [DoubleQuoted-3]
	_ = [Variable-4]
	_ = [Wildcard-5]
	_ = [Tilde-6]
	_ = [ExceptionCapture-7]
	_ = [OutputCapture-8]
	_ = [List-9]
	_ = [Lambda-10]
	_ = [Map-11]
	_ = [Braced-12]
}

const _PrimaryType_name = "BadPrimaryBarewordSingleQuotedDoubleQuotedVariableWildcardTildeExceptionCaptureOutputCaptureListLambdaMapBraced"

var _PrimaryType_index = [...]uint8{0, 10, 18, 30, 42, 50, 58, 63, 79, 92, 96, 102, 105, 111}

func ( PrimaryType) () string {
	if  < 0 ||  >= PrimaryType(len(_PrimaryType_index)-1) {
		return "PrimaryType(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _PrimaryType_name[_PrimaryType_index[]:_PrimaryType_index[+1]]
}
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{}
	_ = [BadRedirMode-0]
	_ = [Read-1]
	_ = [Write-2]
	_ = [ReadWrite-3]
	_ = [Append-4]
}

const _RedirMode_name = "BadRedirModeReadWriteReadWriteAppend"

var _RedirMode_index = [...]uint8{0, 12, 16, 21, 30, 36}

func ( RedirMode) () string {
	if  < 0 ||  >= RedirMode(len(_RedirMode_index)-1) {
		return "RedirMode(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _RedirMode_name[_RedirMode_index[]:_RedirMode_index[+1]]
}
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{}
	_ = [NormalExpr-0]
	_ = [CmdExpr-1]
	_ = [LHSExpr-2]
	_ = [BracedElemExpr-3]
	_ = [strictExpr-4]
}

const _ExprCtx_name = "NormalExprCmdExprLHSExprBracedElemExprstrictExpr"

var _ExprCtx_index = [...]uint8{0, 10, 17, 24, 38, 48}

func ( ExprCtx) () string {
	if  < 0 ||  >= ExprCtx(len(_ExprCtx_index)-1) {
		return "ExprCtx(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _ExprCtx_name[_ExprCtx_index[]:_ExprCtx_index[+1]]
}