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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PushOp4
  2. Serializable
  3. Product
  4. Equals
  5. ParserOp
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PushOp4(a: ParserOp, b: ParserOp, c: ParserOp, d: ParserOp, pushBranchPosition: Boolean)

Value Members

  1. val a: ParserOp
  2. val b: ParserOp
  3. val c: ParserOp
  4. val d: ParserOp
  5. val needsEmptyResultSlot: Boolean
    Definition Classes
    PushOp4ParserOp
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val pushBranchPosition: Boolean