final case class PushOp4(a: ParserOp, b: ParserOp, c: ParserOp, d: ParserOp, pushBranchPosition: Boolean) extends ParserOp with Product with Serializable
Push a, b, c and then d to the operation stack
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PushOp4
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected