final case class MatchSeq(sequence: Chunk[Any], as: AnyRef, createParserFailure: (Int, Any) => Any) extends ParserOp with Product with Serializable
Match a sequence on the input, and push the given value or failure on the result stack
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatchSeq
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected