Packages

case class Prefix(delim: Delimiter, impl: Int, expl: Int) extends SimpleFixity with Product with Serializable

delimiter followed by the (explicit) arguments

Source
NotationExtension.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Prefix
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleFixity
  7. Fixity
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Prefix(delim: Delimiter, impl: Int, expl: Int)

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. def addInitialImplicits(n: Int): Prefix
    Definition Classes
    PrefixFixity
  5. def argsWithOp(beforeOp: Int): List[Marker]

    ImplicitArgs Args1 Delim Args2 with Args1.length == beforeOp

    ImplicitArgs Args1 Delim Args2 with Args1.length == beforeOp

    Attributes
    protected
    Definition Classes
    SimpleFixity
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asString: (String, String)

    the string representation to use when serializing notations pair of "fixity type" and type-specific argument(s)

    the string representation to use when serializing notations pair of "fixity type" and type-specific argument(s)

    Definition Classes
    PrefixFixity
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val delim: Delimiter

    the delimiter to use

    the delimiter to use

    Definition Classes
    PrefixSimpleFixity
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val expl: Int

    expl number of subsequent explicit arguments (needed to trigger notation during parsing, rendered by printer)

    expl number of subsequent explicit arguments (needed to trigger notation during parsing, rendered by printer)

    Definition Classes
    PrefixSimpleFixity
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val impl: Int

    number of initial implicit arguments (inferred by parser, skipped by printer)

    number of initial implicit arguments (inferred by parser, skipped by printer)

    Definition Classes
    PrefixSimpleFixity
  15. def implArgs: List[ImplicitArg]
    Attributes
    protected
    Definition Classes
    SimpleFixity
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isRelative: Boolean

    true if this notation can be used for multiple constants without ambiguity because it contains placeholders

    true if this notation can be used for multiple constants without ambiguity because it contains placeholders

    Definition Classes
    Fixity
  18. lazy val markers: List[Marker]

    the elaboration into markers

    the elaboration into markers

    Definition Classes
    PrefixFixity
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def relativize: Option[Fixity]

    wrap first delimiter in instance name

    wrap first delimiter in instance name

    Definition Classes
    Fixity
  23. def simpleArgs: String
    Attributes
    protected
    Definition Classes
    SimpleFixity
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleFixity

Inherited from Fixity

Inherited from AnyRef

Inherited from Any

Ungrouped