final case class PushOp2(a: ParserOp, b: ParserOp, pushBranchPosition: Boolean) extends ParserOp with Product with Serializable

Push a and then b to the operation stack

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PushOp2
  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 PushOp2(a: ParserOp, b: ParserOp, pushBranchPosition: Boolean)

Value Members

  1. val a: ParserOp
  2. val b: ParserOp
  3. val needsEmptyResultSlot: Boolean
    Definition Classes
    PushOp2ParserOp
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val pushBranchPosition: Boolean