trait BiGrammar extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiGrammar
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def children: Seq[BiGrammar]
  2. abstract def containsParser(recursive: (BiGrammar) => Boolean): Boolean
  3. abstract def withChildren(newChildren: Seq[BiGrammar]): BiGrammar

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def containsParser(): Boolean
  7. def deepClone: BiGrammar
  8. def deepMap(function: (BiGrammar) => BiGrammar): BiGrammar
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def flattenOptionSeq: BiGrammar
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getLeftChildren(recursive: (BiGrammar) => Seq[BiGrammar]): Seq[BiGrammar]
    Attributes
    protected
  14. def getLeftChildren: Seq[BiGrammar]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. lazy val height: Int
  17. def indent(width: Int = 2): BiGrammar
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isLeftRecursive: Boolean
  20. def map[T, U](afterParsing: (T) => U, beforePrinting: (U) => T)(implicit arg0: ClassTag[U]): BiGrammar
  21. def mapSome[T, U](afterParsing: (T) => U, beforePrinting: (U) => Option[T])(implicit arg0: ClassTag[U]): BiGrammar
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def option: BiGrammar
  26. def optionToSeq: BiGrammar
  27. def selfAndDescendants: Seq[BiGrammar]
  28. def seqToSet: BiGrammar
  29. def setValue[T](value: T)(implicit arg0: ClassTag[T]): BiGrammar
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    BiGrammar → AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def |(other: BiGrammar): BiChoice

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped