scala.tools.scalap.scalax.rules

SeqRule

class SeqRule [S, +A, +X] extends AnyRef

Source
SeqRule.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SeqRule
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqRule (rule: Rule[S, S, A, X])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def * : Rule[S, S, List[A], X]

  5. def */ [X2 >: X] (sep: ⇒ Rule[S, S, Any, X2]): Rule[S, S, List[A], X2]

    Repeats this rule zero or more times with a separator (which is discarded)

  6. def *~- [Out, X2 >: X] (end: ⇒ Rule[S, Out, Any, X2]): Rule[S, Out, List[A], X2]

  7. def + : Rule[S, S, List[A], X]

  8. def +/ [X2 >: X] (sep: ⇒ Rule[S, S, Any, X2]): Rule[S, S, List[A], X2]

    Repeats this rule one or more times with a separator (which is discarded)

  9. def +~- [Out, X2 >: X] (end: ⇒ Rule[S, Out, Any, X2]): Rule[S, Out, List[A], X2]

  10. def -? : Rule[S, S, Boolean, X]

    Creates a rule that always succeeds with a Boolean value.

    Creates a rule that always succeeds with a Boolean value. Value is 'true' if this rule succeeds, 'false' otherwise

  11. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  13. def ? : Rule[S, S, Option[A], X]

  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  17. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def times (num: Int): Rule[S, S, Seq[A], X]

    Repeats this rule num times

  27. def toString (): String

    Definition Classes
    AnyRef → Any
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def ~*~ [B >: A, X2 >: X] (join: ⇒ Rule[S, S, (B, B) ⇒ B, X2]): Rule[S, S, B, X2]

  32. def ~>* [B >: A, X2 >: X] (f: ⇒ Rule[S, S, (B) ⇒ B, X2]): Rule[S, S, B, X2]

  33. def ~>? [B >: A, X2 >: X] (f: ⇒ Rule[S, S, (B) ⇒ B, X2]): Rule[S, S, B, X2]

Inherited from AnyRef

Inherited from Any