package syntax
import
const (
_Op_name_0 = "NoMatchEmptyMatchLiteralCharClassAnyCharNotNLAnyCharBeginLineEndLineBeginTextEndTextWordBoundaryNoWordBoundaryCaptureStarPlusQuestRepeatConcatAlternate"
_Op_name_1 = "opPseudo"
)
var (
_Op_index_0 = [...]uint8{0, 7, 17, 24, 33, 45, 52, 61, 68, 77, 84, 96, 110, 117, 121, 125, 130, 136, 142, 151}
)
func ( Op) () string {
switch {
case 1 <= && <= 19:
-= 1
return _Op_name_0[_Op_index_0[]:_Op_index_0[+1]]
case == 128:
return _Op_name_1
default:
return "Op(" + strconv.FormatInt(int64(), 10) + ")"
}
}