final case class PushResult(success: AnyRef, failure: ParserError[Any], popFirst: Boolean) extends ParserOp with Product with Serializable
Store a result. One of success or failure must be null. If popFirst is true, the last result will be replaced but only if it was a success.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PushResult
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PushResult(success: AnyRef, failure: ParserError[Any], popFirst: Boolean)